Commit Graph

2776 Commits

Author SHA1 Message Date
Son NK 74a63db835 ignore "text/directory" in replace() 2020-12-30 09:48:58 +01:00
Son NK 0df4d1a93d add more logging 2020-12-29 12:17:24 +01:00
Son NK 3b850f6228 create analytics.js 2020-12-28 16:30:44 +01:00
Son NK 07febc9715 replace GoatCounter by Plausible 2020-12-28 16:27:42 +01:00
Son NK 31774f9ea7 set include_sender_in_reverse_alias to False by default 2020-12-28 10:28:05 +01:00
Son NK e06f3dc209 fix template 2020-12-21 11:57:12 +01:00
Son NK 6441c22bcd use warning level for email and mailbox same domain error. Update email wording. 2020-12-21 09:39:26 +01:00
Son NK da5bb6f9b5 no need to add alias to To header 2020-12-19 17:28:18 +01:00
Son NK df3e594a53 update manual subscription reminder email 2020-12-19 17:23:19 +01:00
Son NK be57add431 add list of cryptocurrency that are supported 2020-12-19 17:22:04 +01:00
Son NK 9f9d292754 remove can_use_coinbase column 2020-12-19 16:31:16 +01:00
Son NK b3d1085e0c fix test 2020-12-18 16:52:03 +01:00
Son NK 10f15f78c8 optimize import 2020-12-18 16:25:30 +01:00
Son NK 8111beb6ff refactoring test 2020-12-18 16:24:38 +01:00
Son NK 3015cd1dc0 ignore "text/calendar" content type 2020-12-18 16:07:32 +01:00
Son NK e48f19afb5 use info level for set message-id 2020-12-18 15:34:01 +01:00
Son NK 6cec373b6d ignore UnicodeDecodeError in decode_text() 2020-12-18 13:10:33 +01:00
Son Nguyen Kim 9886f7c327
Merge pull request #349 from simple-login/encoding-bug
Fix the encoding bug with generic subject option and Protonmail
2020-12-18 10:59:52 +01:00
Son NK fb8a43fd5d use decode_text() in add_header() 2020-12-18 10:44:42 +01:00
Son NK 091ff3ad2c Add decode_text() 2020-12-18 10:43:06 +01:00
Son NK efc6b32ce0 black 2020-12-16 20:34:31 +01:00
Son NK 866ef1c139 increase the max_nb_alert 2020-12-16 20:30:27 +01:00
Son NK 2f803e4714 refactoring: move template to folder 2020-12-16 18:51:14 +01:00
Son NK ae9abe8512 remove unused var 2020-12-16 18:50:09 +01:00
Son NK ef4ed8ca74 improve bounce email wording 2020-12-16 18:50:09 +01:00
Son NK 30b2182694 use should_disable to decide whether an alias should be disabled 2020-12-16 18:50:09 +01:00
Son NK 3a8cdce650 Create should_disable 2020-12-16 18:50:09 +01:00
Son Nguyen Kim eb07ba8eef
Merge pull request #348 from simple-login/snyk-upgrade-8564ad7d8a9b38b2ca12605d88808620
[Snyk] Upgrade @sentry/browser from 5.27.4 to 5.27.6
2020-12-15 18:10:53 +01:00
Son NK 20094c9943 add Bing and Yandex webmaster tag 2020-12-15 18:09:50 +01:00
snyk-bot 6982a9bc5e
fix: upgrade @sentry/browser from 5.27.4 to 5.27.6
Snyk has created this PR to upgrade @sentry/browser from 5.27.4 to 5.27.6.

See this package in npm:
https://www.npmjs.com/package/@sentry/browser

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
2020-12-15 03:23:47 +00:00
Son NK f1f6234248 Add nb_manual_premium, nb_coinbase_premium to stats 2020-12-14 20:45:30 +01:00
Son Nguyen Kim d161ca94f6
Merge pull request #347 from simple-login/coinbase
Coinbase integration
2020-12-14 11:52:50 +01:00
Son NK 830331d9b3 improve wording 2020-12-14 11:52:35 +01:00
Son NK b9dba9c2c3 improve wording 2020-12-14 11:48:08 +01:00
Son NK 6eaeb1fcf6 update coinbase webhook 2020-12-14 11:36:34 +01:00
Son NK 3dd8ed7840 Create /dashboard/coinbase_checkout, remove extend_subscription route 2020-12-14 11:34:59 +01:00
Son NK f19a7e1bca Add COINBASE_API_KEY and COINBASE_YEARLY_PRICE config 2020-12-14 11:33:39 +01:00
Son NK 369c9dafce remove duplicated 2020-12-13 19:56:17 +01:00
Son NK 530160567b fix coinbase button not displayed on pricing page 2020-12-13 19:51:00 +01:00
Son NK 1f4631821b fix 2020-12-13 19:41:42 +01:00
Son NK 7094a0b694 remove unused var 2020-12-13 19:31:16 +01:00
Son NK 1348b58672 only show coinbase option for user who has can_use_coinbase=True 2020-12-13 19:28:46 +01:00
Son NK 1961d2f18e Add User.can_use_coinbase column 2020-12-13 19:28:13 +01:00
Son NK 43a021dd88 send a reminder when a coinbase subscription is ending soon 2020-12-13 19:18:58 +01:00
Son NK b00841f679 add /coinbase to handle Coinbase callback 2020-12-13 19:18:23 +01:00
Son NK fbe48b7b3e add extend subscription link on settings page 2020-12-13 19:14:54 +01:00
Son NK 6c21b83975 add coinbase option on pricing page 2020-12-13 19:14:11 +01:00
Son NK 436e31229f Create extend_subscription page 2020-12-13 19:13:26 +01:00
Son NK 794e7ca5b9 Install coinbase-commerce 2020-12-13 19:12:02 +01:00
Son NK 0542adb761 Add COINBASE_WEBHOOK_SECRET, COINBASE_CHECKOUT_ID config 2020-12-13 19:11:49 +01:00