Commit Graph

1252 Commits

Author SHA1 Message Date
Son Nguyen Kim
6450979b1c
Merge pull request #65 from simple-login/fix-forward-email-not-exist
handle the case reply_email not exist
2020-02-02 19:00:33 +07:00
Son NK
a2bbd49232 handle the case reply_email not exist 2020-02-02 18:53:26 +07:00
Son NK
0a9914a2a6 add a pointer to SES doc 2020-01-31 23:56:33 +07:00
Son Nguyen Kim
b308ce36ef
Merge pull request #63 from simple-login/improve-doc
Improve self-hosting instructions
2020-01-31 23:55:06 +07:00
Son NK
a4d5f5aab1 Move SES doc to a separate page 2020-01-31 23:54:51 +07:00
Son Nguyen Kim
3aea9234e9
Merge pull request #54 from havedill/patch-1
SES integration instructions
2020-01-31 23:50:59 +07:00
Son NK
e469138c07 add UFW doc 2020-01-31 23:45:08 +07:00
Son NK
49b9167de4 add "--restart always" to postgres, webapp and email_handler 2020-01-31 21:45:21 +07:00
Son NK
98fd940b02 use warning log for reply from alias sent by unknown email 2020-01-31 12:06:34 +07:00
Son NK
46fd63fb60 upgrade sentry js 2020-01-30 16:04:54 +07:00
Son NK
baec6fae54 blacklist some urls in Sentry 2020-01-30 16:03:15 +07:00
Son NK
c574824dbd Ignore unactionable Sentry JS errors 2020-01-30 16:02:36 +07:00
Son NK
aa8e95062c add FUNDING.yml file 2020-01-30 15:33:04 +07:00
Son Nguyen Kim
2830949764
Merge pull request #62 from simple-login/trial
Support Trial period
2020-01-30 15:09:39 +07:00
Son NK
c649e3ba09 small fix 2020-01-30 15:08:26 +07:00
Son NK
c14a219758 fix typo 2020-01-30 14:56:55 +07:00
Son NK
1e8a7e4bca use can_create_new_alias() check when creating alias on-the-fly instead of is_premium() check 2020-01-30 14:43:31 +07:00
Son NK
8da4557325 send trial ending reminder when trial ends in 2-3 days 2020-01-30 14:19:09 +07:00
Son NK
9383918e96 remove whitelist section from email template 2020-01-30 13:54:56 +07:00
Son NK
01abc48f62 add trial information into welcome email 2020-01-30 13:54:33 +07:00
Son NK
ad1cf3af8c fix test 2020-01-30 13:20:32 +07:00
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