Commit Graph

929 Commits

Author SHA1 Message Date
Son NK d3a8e3529e add more info to Telegram github action 2020-02-04 15:11:53 +07:00
Son NK f5a2eb387b take into account user.notification setting in onboarding email 2020-02-04 14:36:43 +07:00
Son Nguyen Kim c0433e412c
Merge pull request #67 from simple-login/refactor
Organize emails to transactional/ and com/ (communication) folders
2020-02-04 14:33:17 +07:00
Son NK 6e4e737af0 add more logging 2020-02-04 14:27:12 +07:00
Son NK 0bea79dc86 add send_safari_extension_newsletter() to shell 2020-02-03 13:51:43 +07:00
Son NK e86c0655dd add Safari extension newsletter 2020-02-03 13:47:34 +07:00
Son NK 1c960f7c33 rename _render -> render 2020-02-03 13:47:34 +07:00
Son NK 1acdd1f592 Add entries for stat and notify_trial_end in crontab 2020-02-03 13:47:25 +07:00
Son NK 868762bf9f support --job argument in cron: stats, notify_trial_end 2020-02-03 13:47:25 +07:00
Son NK 55dcf9e6a2 black format 2020-02-03 13:47:13 +07:00
Son NK 9dd7698636 organize emails into transactional/ and com/ 2020-02-03 13:47:13 +07:00
Son NK db651aa1ea add Safari extension newsletter 2020-02-03 13:46:47 +07:00
Son NK 0f4e803639 WIP send user onboarding email 1day after the account creation 2020-02-03 13:28:08 +07:00
Son NK 61229200a5 create job runner 2020-02-03 13:11:11 +07:00
Son NK ffee8757ea add Job model 2020-02-03 13:09:48 +07:00
Son NK 7c9896c0df update onboarding-1 email 2020-02-03 13:09:21 +07:00
Son NK 28b349e1d3 rename _render -> render 2020-02-03 13:00:58 +07:00
Son NK cefeb972a2 create onboarding-1 email 2020-02-02 23:38:46 +07:00
Son NK 88b96b0dbf Add entries for stat and notify_trial_end in crontab 2020-02-02 23:38:19 +07:00
Son NK 3cbaab41f3 support --job argument in cron: stats, notify_trial_end 2020-02-02 22:17:04 +07:00
Son NK e29021f46a black format 2020-02-02 21:49:38 +07:00
Son NK 271ead133b organize emails into transactional/ and com/ 2020-02-02 21:49:22 +07:00
Son NK cbcf93a9d9 put more space for alias 2020-02-02 21:16:00 +07:00
Son NK f480b1ff54 Use browser icon instead of Chrome icon for api key 2020-02-02 21:01:26 +07:00
Son NK a30397a88f Improve alias page UI
- use 1 column layout for alias page when screen is <lg
- reduce space between search bar and header
- move alias switch to the right
2020-02-02 20:50:56 +07:00
Son NK c1a162e68b fix formating 2020-02-02 20:28:22 +07:00
Son NK cb24f5cac1 make user.name optional in settings 2020-02-02 20:27:18 +07:00
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