Commit Graph

779 Commits

Author SHA1 Message Date
Son NK 6af487368e Move test formatting at the beginning of github action 2020-01-30 10:54:19 +07:00
Son NK 2ca97368f8 Handle trial period
- user can upgrade to lifetime if in trial or free
- free or trial user can buy a subscription
- user has all features when in trial
2020-01-30 10:53:17 +07:00
Son NK 354e5f9a67 add User.trial_end column 2020-01-30 10:10:28 +07:00
Son NK 9f95edf203 Move billing button to setting page 2020-01-30 00:29:00 +07:00
Son NK e810c99970 fix formatting 2020-01-30 00:18:31 +07:00
Son NK 48edb85fc9 Fix email case on register 2020-01-30 00:16:04 +07:00
Son Nguyen Kim d1baca67ff
Merge pull request #61 from simple-login/custom-alias-oauth-authorize
Custom alias oauth authorize
2020-01-30 00:04:22 +07:00
Son Nguyen Kim 4d7cd74190
Merge pull request #60 from SibrenVasse/master
Hide seperator from 'from header' if no name present
2020-01-30 00:01:50 +07:00
Son Nguyen Kim db5bd7d196
Merge pull request #59 from simple-login/fix-alias-log
Fix alias log
2020-01-29 23:59:26 +07:00
Son NK cce330a442 check if alias is not deleted before in custom-alias page 2020-01-29 23:57:20 +07:00
Son NK 6cad537931 user can choose to create alias with custom domain on the authorize page 2020-01-29 23:56:44 +07:00
Son NK f3f98e4a75 Improve authorize page UI for non-authenticated user 2020-01-29 23:50:50 +07:00
Sibren Vasse d7aae24ebb
Hide seperator from 'from header' if no name present 2020-01-29 14:31:54 +01:00
Son Nguyen Kim 4eb19d9654
Merge pull request #58 from simple-login/avoid-loop
Avoid loop
2020-01-29 10:48:22 +07:00
Son NK 097e96832f Update From header for forward-email if changed 2020-01-29 10:47:13 +07:00
Son NK 4d111d6ab1 Fix some README wordings 2020-01-29 10:43:20 +07:00
Son NK 9e2adb42c6 Order alias log by recency 2020-01-29 10:42:46 +07:00
Son NK fc22593bf6 avoid email loop
Prevent user from adding a domain that they are using for their personal email.
2020-01-28 15:16:26 +07:00
Son NK f93e40c6ae add test for custom_domain 2020-01-28 15:13:03 +07:00
Son NK 688f719e01 v1.0.3 2020-01-28 14:56:24 +07:00
Son Nguyen Kim 9489561f3f
Merge pull request #57 from simple-login/disable-registration
set DISABLE_REGISTRATION param to disable registration
2020-01-28 14:46:53 +07:00
Son NK d040e55f01 Make Postfix config more readble 2020-01-28 14:44:35 +07:00
Son NK ff168b7e54 add sudo to docker command 2020-01-28 14:43:30 +07:00
Son NK 4edf7f2003 add DMARC 2020-01-28 14:40:36 +07:00
Son NK bd8af17171 add a bash command to get PUBLIC_KEY from dkim.pub.key 2020-01-28 14:39:09 +07:00
Son NK 81b50f38cf v1.0.2 2020-01-28 11:59:31 +07:00
Son NK 47ba107738 Improve email template
- remove the grey big border
- use horizontal logo
- add a shell snippet to view quickly email render
2020-01-28 11:58:05 +07:00
Son NK f76bdd8fe6 set DISABLE_REGISTRATION param to disable registration 2020-01-28 11:50:25 +07:00
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