Commit Graph

2038 Commits

Author SHA1 Message Date
Son NK 0484fdbb83 update doc 2020-08-05 20:59:24 +02:00
Son NK 5dc631a6b5 black 2020-08-05 12:31:08 +02:00
Son NK 1f0ef13ff2 do not require user to re-enter TOTP code when cancelling TOTP 2020-08-05 12:30:56 +02:00
Son NK f17608df50 add link back to home page in recovery page 2020-08-05 12:28:20 +02:00
Son Nguyen Kim 5d61d5b31b
Merge pull request #252 from simple-login/fix-custom-domain
avoid adding a built-in domain as custom domain
2020-08-04 21:09:42 +02:00
Son NK 6cb589350b avoid adding a built-in domain as custom domain 2020-08-04 21:07:45 +02:00
Son Nguyen Kim 0a50b21450
Merge pull request #251 from simple-login/pgp-api
Pgp api
2020-08-04 20:22:35 +02:00
Son NK a3051b3d45 black 2020-08-04 20:12:15 +02:00
Son NK b3ca7d1d5b Return pgp_enabled in GET /api/v2/aliases 2020-08-04 20:11:59 +02:00
Son NK 03841693ba Return support_pgp in GET /api/v2/aliases 2020-08-04 20:09:42 +02:00
Son NK 3d2a325e55 enable debug toolbar when running locally 2020-08-04 11:37:59 +02:00
Son NK f2fb599664 Optimize Alias.get_contacts() to retrieve the latest reply for each contact in a single query 2020-08-04 11:37:59 +02:00
Son Nguyen Kim a0ed091b35
Merge pull request #248 from simple-login/snyk-upgrade-b52e398d97b584f86cb8ae3654e99692
[Snyk] Upgrade @sentry/browser from 5.19.0 to 5.19.1
2020-08-02 10:05:38 +02:00
snyk-bot 6d142cc926 fix: upgrade @sentry/browser from 5.19.0 to 5.19.1
Snyk has created this PR to upgrade @sentry/browser from 5.19.0 to 5.19.1.

See this package in npm:
https://www.npmjs.com/package/@sentry/browser

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
2020-08-02 03:24:26 +00:00
Son Nguyen Kim 852c13fb60
Merge pull request #247 from simple-login/domain-mailbox
Domain mailbox
2020-08-01 12:54:34 +02:00
Son NK 4a2a4b9828 migration script 2020-08-01 12:48:03 +02:00
Son NK 918b18870f show mailboxes that a catch-all alias belongs to 2020-08-01 12:41:48 +02:00
Son NK 41e2283d93 domain catch-all alias belongs to domain mailboxes 2020-08-01 12:31:43 +02:00
Son NK f5bc166f39 able to choose mailboxes for a domain 2020-08-01 12:31:02 +02:00
Son NK ec8f120085 small fixes in directory.py 2020-08-01 12:22:52 +02:00
Son NK e8fc9752b5 Add DomailMailbox model 2020-08-01 12:20:59 +02:00
Son NK d98cde440a add how to test sending email using swaks and mailcatcher 2020-08-01 12:20:15 +02:00
Son Nguyen Kim 9d78f9a21b
Merge pull request #244 from simple-login/snyk-upgrade-db7b068f1af8d53cc31b15d0c627a8b3
[Snyk] Upgrade @sentry/browser from 5.12.0 to 5.19.0
2020-08-01 11:03:32 +02:00
Son Nguyen Kim c8a4c53870
Merge pull request #246 from simple-login/fix-ai-key
fix api key counter not correctly incremented
2020-08-01 10:15:25 +02:00
Son NK ed22f5116f fix api key counter not correctly incremented 2020-08-01 10:14:59 +02:00
Son NK 3e5323c2dd add no-referrer for referrer meta 2020-07-30 10:09:26 +02:00
Son NK 68eeb2e121 add rel="noopener" for target="_blank" link 2020-07-30 10:09:10 +02:00
Son NK 701579f18c update opencollective handle 2020-07-30 08:27:38 +02:00
snyk-bot 327a26b5d1 fix: upgrade @sentry/browser from 5.12.0 to 5.19.0
Snyk has created this PR to upgrade @sentry/browser from 5.12.0 to 5.19.0.

See this package in npm:
https://www.npmjs.com/package/@sentry/browser

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
2020-07-25 03:23:46 +00:00
Son Nguyen Kim 0121806301
Merge pull request #232 from simple-login/fix-doc
Fix doc
2020-07-23 14:15:32 +02:00
Son Nguyen Kim c78e3a6ee2
Merge branch 'master' into fix-doc 2020-07-23 14:15:24 +02:00
Son Nguyen Kim 782844e2b9
Merge pull request #243 from simple-login/hcaptcha
Ask for Hcaptcha on sign up page if enabled
2020-07-23 14:14:25 +02:00
Son NK efe1ab641f add hCaptcha check 2020-07-23 12:43:55 +02:00
Son NK 307e3c93c6 Add HCAPTCHA_SECRET, HCAPTCHA_SITEKEY param 2020-07-23 12:40:50 +02:00
Son NK 38a6bcc461 add warning log 2020-07-23 11:32:11 +02:00
Son NK 7a22b58f19 migration file 2020-07-23 11:11:54 +02:00
Son NK d89e41d0e5 use user.max_spam_score if present 2020-07-23 11:11:43 +02:00
Son NK 8e9968a7d9 Add User.max_spam_score column 2020-07-23 11:09:28 +02:00
Son NK 6faaacc972 add more logging 2020-07-23 10:32:10 +02:00
Son NK 582c92bbcd add opencollective 2020-07-21 20:58:11 +02:00
Son NK 363bfa1bf3 Add LOCAL_FILE_UPLOAD option to README 2020-07-18 20:14:52 +02:00
Son NK 6437ee46e0 use LOG.exception instead of LOG.error to provide stacktrace 2020-07-17 12:59:07 +02:00
Son NK 7f29756230 do not hardcode oauth urls 2020-07-16 23:48:47 +02:00
Son NK 515b3510a8 use warning when user is out of quota 2020-07-15 19:14:37 +02:00
Son NK 8f17cda794 use warning error for alias expiration error 2020-07-13 20:40:26 +02:00
Son NK bb343a5cde use warning level for hit rate limit error 2020-07-11 19:28:54 +02:00
Son NK 28c96d0d35 return 412 when alias ceration time is expired 2020-07-11 19:23:56 +02:00
Son NK 293a5cb396 update email template wording 2020-07-11 19:23:40 +02:00
Son NK 81bc11bd8c add init data step to README 2020-07-06 11:05:26 +02:00
Son Nguyen Kim 7ab04b030e
Merge pull request #235 from simple-login/error-info
add more info to error message
2020-07-05 18:15:29 +02:00