Commit Graph

2123 Commits

Author SHA1 Message Date
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
Son NK 7a20261aae add more info to error message 2020-07-05 16:25:54 +02:00
Son NK 1bbc416ec1 fix the case public domain is also a custom domain for a specific user: check for public domain first. 2020-07-05 11:45:00 +02:00
Son NK f5e6f541ff fix email templates 2020-07-05 11:44:03 +02:00
Son Nguyen Kim 5e464a824c
Merge pull request #234 from simple-login/random-alias-domain
Random alias domain
2020-07-04 23:34:33 +02:00
Son NK d7b992aef3 sql migration 2020-07-04 23:32:55 +02:00
Son NK 74498146d8 add public domain in fake_data 2020-07-04 23:29:15 +02:00
Son NK f9cb40aa5b user can choose a random alias domain in a list of public domains 2020-07-04 23:29:06 +02:00
Son NK 4b479ea003 take into account user.default_random_alias_public_domain_id in create_new_random() 2020-07-04 23:27:02 +02:00
Son NK 4542a8353e add User.available_domains_for_random_alias(), default_random_alias_domain() 2020-07-04 23:24:32 +02:00
Son NK 955231199e Add User.default_random_alias_public_domain_id 2020-07-04 23:23:39 +02:00
Son NK dc9ee048a2 add all domain in ALIAS_DOMAINS to public domain table 2020-07-04 23:18:30 +02:00
Son NK ee9b796b7d Add PublicDomain model 2020-07-04 23:18:11 +02:00
Son NK 4cd0227477 refactoring: move model methods below fields 2020-07-04 22:46:09 +02:00
Son NK 5ed39b47ca add setup-done page 2020-07-04 19:42:48 +02:00
Son NK d59e9a6238 use warning level for apple server issue 2020-07-04 18:24:34 +02:00