Commit Graph

492 Commits

Author SHA1 Message Date
doanguyen e2e9cc6b5d Implement alias generator schemes 2019-12-28 14:20:10 +01:00
doanguyen 1848e5a944 Change migration filename
To visually show the order of migrations
2019-12-28 14:20:10 +01:00
doanguyen 1393b80970 considering lazy loading for non-critical loc 2019-12-28 14:20:10 +01:00
Son NK de0368c20f remove redundant code 2019-12-27 16:53:07 +00:00
Son NK 5b01071bec Redirect user to MFA page if they enable MFA 2019-12-27 16:53:07 +00:00
Son NK c52f2d1603 Create auth/mfa page used by user who has enabled MFA 2019-12-27 16:53:07 +00:00
Son NK fa66a71880 Display MFA setup to user who doesn't have MFA enabled 2019-12-27 16:53:07 +00:00
Son NK 1d4e8368ab Use constant otp_secret in fake_data() 2019-12-27 16:53:07 +00:00
Son NK e5b10b28a6 Create MFA Setup page if user enable MFA 2019-12-27 16:53:07 +00:00
Son NK 80facfe122 add User.otp_secret, enable_otp column 2019-12-27 16:53:07 +00:00
Son NK efd887917f add pyotp to requirements 2019-12-27 16:53:07 +00:00
Son NK dea1aeed64 Improve README 2019-12-27 11:49:33 +01:00
Son NK 4e539f0428 Reduce nb gunicorn workers to 2 to avoid using too much RAM 2019-12-27 11:49:10 +01:00
Son NK a49730d27f comment out all CLOUDWATCH settings 2019-12-27 11:48:57 +01:00
Son NK 1eefb9228f only parse CLOUDWATCH_LOG_GROUP, CLOUDWATCH_LOG_STREAM if CLOUDWATCH is enabled 2019-12-27 10:39:39 +01:00
Son NK 65d0848e2f show alias in confirmation message 2019-12-26 17:37:51 +00:00
Son NK 41aee485bf Merge branch 'staging' 2019-12-25 21:35:58 +00:00
Son NK e09dfaa481 Fix pricing page message 2019-12-25 21:35:35 +00:00
Son Nguyen Kim e23a285bd5
Merge pull request #3 from simple-login/add-black-ci
Add black ci
2019-12-25 17:42:26 +00:00
Son NK 1c12dc9642 increase nb gunicorn workers to 4 2019-12-25 17:39:55 +00:00
Son NK 4fd6b617c8 fix domain used in dkim signature 2019-12-25 17:33:24 +00:00
Son NK c62bfb292a add DKIM signature for domain that is dkim verified 2019-12-25 17:23:43 +00:00
Son NK ed78e31b8b add custom_domain.dkim_verified column 2019-12-25 17:23:04 +00:00
Son NK 774b5b7212 Update README to use Python 3.7+ instead 2019-12-24 10:37:49 +00:00
Son NK 306bb9927e add beta corner ribbon to logo 2019-12-24 09:34:18 +00:00
Son NK f80adae625 fix login error message 2019-12-23 19:00:31 +00:00
Son NK bb2c7e5e16 Revert "trigger formatting error"
This reverts commit c00038bbad.
2019-12-23 15:39:43 +00:00
Son NK 5998cd8160 fix yaml syntax error 2019-12-23 15:37:57 +00:00
Son NK c00038bbad trigger formatting error 2019-12-23 15:36:35 +00:00
Son NK 6deca0b75d run black in github workflow 2019-12-23 15:36:26 +00:00
Son NK bcbe239f60 User can generate quickly a random alias 2019-12-23 15:34:02 +00:00
Son NK a8d112646e Add hint for alias prefix on custom alias page 2019-12-23 15:09:41 +00:00
Son NK dbbfcac2d6 Still show a readable email name when there's no website_from 2019-12-23 15:09:41 +00:00
Son NK 3320a488f3 refactor s3.py 2019-12-23 15:09:41 +00:00
Son Nguyen Kim db60043341
Merge pull request #2 from NinhDinh/master
Add test workflow
2019-12-23 15:00:18 +00:00
Son NK 084f835bfe rename create_custom_alias -> create_new 2019-12-22 17:46:24 +01:00
Son NK 55bccf8f84 remove GenEmail.custom column 2019-12-22 17:46:24 +01:00
Son NK d8d0cd9f07 add some stats directly to email subject when sending stats 2019-12-22 17:46:24 +01:00
Son NK 61c1ed10d7 rename can_create_new_custom_alias -> can_create_new_alias 2019-12-22 17:46:24 +01:00
Ninh Dinh 9eff73f81b
Update pythonpackage.yml
remove python 3.6
2019-12-22 17:42:02 +01:00
Son NK a3f547fd22 rename create_custom_alias -> create_new 2019-12-22 16:34:10 +00:00
Son NK 91e38a744b remove GenEmail.custom column 2019-12-22 16:32:55 +00:00
Son NK 647ccc7609 delete unused method 2019-12-22 17:31:16 +01:00
Son NK 2764c9d0e4 User can export their data 2019-12-22 17:31:16 +01:00
Son NK c5f7d2abf9 Increase visibility for small-text 2019-12-22 17:31:16 +01:00
Son NK 2b66f9b0aa Fix wording 2019-12-22 17:31:16 +01:00
Son NK ee0a398ae3 Add Delete Account in setting 2019-12-22 17:31:16 +01:00
Son NK 85db1f3f5c create custom domain in fake_data 2019-12-22 17:31:16 +01:00
Son NK 7e9418cd10 Fix wording 2019-12-22 17:31:16 +01:00
Son NK 4a97c797df use flash to display error in login 2019-12-22 17:31:16 +01:00