Commit Graph

751 Commits

Author SHA1 Message Date
Son Nguyen Kim 6a45c3b862
Merge pull request #56 from simple-login/support-name
Support name param
2020-01-28 11:18:37 +07:00
Son NK 86b2e3eb77 fix formatting 2020-01-28 09:31:47 +07:00
Son NK 4dfa45886e add SUPPORT_NAME param 2020-01-28 09:29:04 +07:00
Son NK 9b9a3e7d07 fix formatting 2020-01-28 00:15:48 +07:00
Son NK b7a3b060d9 v1.0.1 - improve the self-hosting instructions 2020-01-28 00:12:53 +07:00
Son NK 69e87137ec Fix PADDLE params 2020-01-28 00:02:59 +07:00
Son NK a8bceac8a7 fix FLASK_SECRET 2020-01-28 00:02:47 +07:00
Son NK 2644996eee Make some params optional or with acceptable default values:
MAX_NB_EMAIL_FREE_PLAN
FLASK_SECRET
BUCKET
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
PADDLE_*
OPENID_PRIVATE_KEY_PATH
OPENID_PUBLIC_KEY_PATH
WORDS_FILE_PATH
GITHUB_*, GOOGLE_*, FACEBOOK_*
2020-01-27 23:27:41 +07:00
Son NK 813d801ba6 use 256 varchar for email fields 2020-01-26 23:22:16 +07:00
Son NK bc6daab595 display domains that can be used on directory 2020-01-26 22:29:35 +07:00
Son Nguyen Kim 3abcae01c1
Merge pull request #51 from simple-login/check-personal-email
Check personal email
2020-01-26 21:47:16 +07:00
Son NK 99ffd6149d use can_be_used_as_personal_email when user registers or change emails 2020-01-26 19:51:43 +07:00
Son NK fc7a832969 add can_be_used_as_personal_email() 2020-01-25 22:40:30 +07:00
Son Nguyen Kim ad2cd9f99d
Merge pull request #47 from simple-login/improve-alias
Improve alias page
2020-01-23 20:21:07 +01:00
Son NK 8c14c25cec order alias by most recent ones 2020-01-23 20:19:58 +01:00
Son NK d6020d5fa0 pass highlight_gen_email_id via url query instead of session. Remove HIGHLIGHT_GEN_EMAIL_ID 2020-01-23 20:15:47 +01:00
Son Nguyen Kim 8845c8de6d
Merge pull request #45 from deltablot/docker
Improve the Dockerfile
2020-01-23 20:03:46 +01:00
Nicolas CARPi 4b191506ed Install requirements first and then copy the code to make good use of
docker cache.
2020-01-23 19:46:22 +01:00
Son Nguyen Kim 2760a178c6
Merge pull request #46 from simple-login/fix
fix not setting custom_domain id when creating alias
2020-01-23 18:41:02 +01:00
Nicolas CARPi 55f54497f2 Improve the Dockerfile
* reduce number of layers
* remove vim installation
* add LICENSE and README to .dockerignore
* don't cache with pip
* add EXPOSE directive

This set of changes reduces the image size by almost 100 Mb.
2020-01-23 16:04:06 +01:00
Son NK 8c91d64c77 fix not setting custom_domain id when creating alias 2020-01-23 11:45:52 +01:00
Son Nguyen Kim c279033330
Merge pull request #43 from simple-login/notify-user-reply
Notify user reply
2020-01-23 10:24:38 +01:00
Son NK c840b81873 rename .env.example to example.env 2020-01-23 09:23:53 +01:00
Son NK a934a8c9df add Patreon section at the end of self-hosting instructions 2020-01-23 09:21:16 +01:00
Son NK 87a348932d rename env.test to test.env 2020-01-23 09:20:41 +01:00
Son NK 495a17873f add POSTFIX_SERVER config to .env.example 2020-01-23 09:17:40 +01:00
Son NK 742cc68aa9 Improve email copy 2020-01-22 23:31:31 +01:00
Son NK e27cb63413 Merge branch 'master' into notify-user-reply 2020-01-22 23:28:20 +01:00
Son NK bae556f521 log msg["From"] for the failed reply from alias 2020-01-22 23:21:36 +01:00
Son NK 00dac9a95a notify user if reply from alias is NOT sent from their personal email 2020-01-22 23:18:27 +01:00
Son NK 539bf56e97 improve custom alias check 2020-01-22 23:03:52 +01:00
Son NK 3f2f2cabf4 always use dropdown list for alias suffix 2020-01-22 22:51:52 +01:00
Son NK b5357d0f4e Handle the case where a previous deleted alias is re-created via catch-all or directory feature 2020-01-22 22:48:30 +01:00
Son NK 30389509c7 Add CHANGELOG and use specific Docker image tag in self-host instructions 2020-01-22 22:42:53 +01:00
Son Nguyen Kim 57723ddd9d
Merge pull request #42 from simple-login/several-alias-domain
Several alias domain
2020-01-22 22:25:26 +01:00
Son NK 926cc2935c take into account DISABLE_ALIAS_SUFFIX in /api/alias/options 2020-01-22 14:21:01 +01:00
Son NK 0c2b2ce60e fix styling 2020-01-22 14:08:00 +01:00
Son NK da8b110839 small fix 2020-01-22 14:05:42 +01:00
Son NK 8e7f5e56d6 add "your domain" to user's owned domain 2020-01-22 14:04:38 +01:00
Son NK 784c265cdf Merge branch 'master' into several-alias-domain
# Conflicts:
#	app/dashboard/views/custom_alias.py
2020-01-22 10:39:26 +01:00
Son Nguyen Kim 9045ba1d37
Merge pull request #41 from simple-login/new-custom-alias-ui
New custom alias ui
2020-01-22 10:36:11 +01:00
Son NK bdf75951f1 support ALIAS_DOMAINS
- use verify_prefix_suffix() in /api/alias/custom/new
-
2020-01-22 10:24:17 +01:00
Son NK d7ed0d77bd add email_belongs_to_alias_domains() to verify if an email belongs to one of the alias domains 2020-01-22 10:24:17 +01:00
Son NK a6507a39e4 Add optional OTHER_ALIAS_DOMAINS setting. Create ALIAS_DOMAINS setting that is the list of domain user can use when creating alias. 2020-01-22 10:24:17 +01:00
Son NK f7f8c6769d Improve custom alias help text 2020-01-22 10:24:17 +01:00
Son NK c969e6919a Use the same design as on extension for custom alias: domains are presented in a dropdown list 2020-01-22 10:24:17 +01:00
Son NK 3d05b28e88 Improve custom alias help text 2020-01-22 09:21:24 +01:00
Son Nguyen Kim 2c53bf8315
Merge pull request #40 from simple-login/api-mobile
Api mobile
2020-01-22 09:12:24 +01:00
Son NK 7a1c1b9877 Use the same design as on extension for custom alias: domains are presented in a dropdown list 2020-01-22 00:03:25 +01:00
Son Nguyen Kim 431d69251b
Merge pull request #38 from simple-login/support-on-the-fly-own-domain
Allow catch-all on the alias default domain
2020-01-20 23:14:44 +01:00