Commit Graph

1101 Commits

Author SHA1 Message Date
Son NK 5674cab390 fix KeyError exception: use add_or_replace_header instead of msg.replace_header 2020-03-10 09:56:47 +01:00
Son NK e02fbe0979 add uptime link to footer 2020-03-09 22:23:00 +01:00
Son NK 9d25d099e1 use mailbox_already_used instead of email_already_used 2020-03-09 14:01:27 +01:00
Son Nguyen Kim 3266a5982a
Merge pull request #103 from simple-login/staging
Add support for PGP
2020-03-09 14:00:15 +01:00
Son NK fefc8cab71 Merge branch 'master' into staging 2020-03-09 13:55:10 +01:00
Son NK a240b4af33 fix formatting 2020-03-09 13:38:55 +01:00
Son Nguyen Kim e4f3cb8e86
Merge pull request #102 from simple-login/cancel-sub
Cancel sub
2020-03-09 13:38:33 +01:00
Son NK 1f370abf4d Merge branch 'master' into staging 2020-03-09 13:35:42 +01:00
Son NK 3be593ed09 prettify mailbox detail page 2020-03-09 13:35:32 +01:00
Son Nguyen Kim d770aef4b4
Merge pull request #101 from simple-login/fix-display
fix button word-break: use flex
2020-03-09 10:49:52 +01:00
Son NK 86c1c8e54f fix button word-break: use flex 2020-03-09 10:42:58 +01:00
Son NK 3ef7285288 reduce logging level 2020-03-09 09:48:33 +01:00
Son NK 1c5c5896f8 Handle SMTPRecipientsRefused in send_email 2020-03-09 09:22:40 +01:00
Son NK b05daecd28 Handle unsign can generate other exceptions 2020-03-09 09:17:40 +01:00
Son NK aadda7cb0d handle the case new_email can be None if user cancels change in the meantime 2020-03-09 09:14:21 +01:00
Son NK 743170e983 Add more guide on mailbox detail 2020-03-09 09:09:22 +01:00
Son NK cdea0e08ce improve logging 2020-03-09 08:45:16 +01:00
Son NK 42382bff64 fix format 2020-03-08 23:14:44 +01:00
Son NK c1c3224a41 Merge branch 'cancel-sub' into staging 2020-03-08 23:13:23 +01:00
Son NK c41d4761aa Add migration script 2020-03-08 23:12:49 +01:00
Son NK 911c38710e Only user with can_use_pgp on can use GPG 2020-03-08 23:12:35 +01:00
Son NK afc5b6fe1a add init_app that loads all GPG key 2020-03-08 23:09:32 +01:00
Son NK 612e4f6717 encrypt forwarded emails to gpg-enabled mailbox 2020-03-08 23:07:23 +01:00
Son NK 5d5131f32c display 🗝 for PGP-enabled mailbox 2020-03-08 22:59:46 +01:00
Son NK 6200d4d1a0 redirect user to mailbox detail page when creating new mailbox 2020-03-08 22:59:19 +01:00
Son NK 76e30dfbe8 add User.can_use_pgp column 2020-03-08 13:07:03 +01:00
Son NK 486df7fefc set mailbox.pgp_finger_print when adding PGP key 2020-03-08 12:51:53 +01:00
Son NK 2eef010bad add pgp_utils 2020-03-08 12:51:33 +01:00
Son NK 24fd19d6d9 user can set/remove pgp key 2020-03-08 12:30:48 +01:00
Son NK 18fbed7d1b install python-gnupg 2020-03-08 12:03:45 +01:00
Son NK fbb5c0bf93 add pgp_public_key, pgp_finger_print to Mailbox model 2020-03-08 11:55:39 +01:00
Son NK f905fa626c add GNUPGHOME config 2020-03-08 11:54:59 +01:00
Son NK 32910b4d77 reformat 2020-03-08 11:40:35 +01:00
Son NK bada186962 Log more info on cancel event 2020-03-08 11:38:45 +01:00
Son NK 84f3d7c278 TODO: add next_bill_date check on active subscription next April 2020-03-08 11:36:09 +01:00
Son NK b86937c5c7 Fix next_bill_update update: the event is subscription_payment_succeeded and not subscription_updated 2020-03-08 11:34:39 +01:00
Son NK 08e6f89585 increase size on ForwardEmail columns 2020-03-08 11:33:54 +01:00
Son NK 1acbf173ea Handle subscription cancel directly 2020-03-08 10:28:13 +01:00
Son NK aea717eafc add paddle_utils.cancel_subscription 2020-03-08 10:27:50 +01:00
Son NK 8aacd5e6da Add PADDLE_AUTH_CODE config 2020-03-08 10:27:26 +01:00
Son Nguyen Kim b5637d6415
Merge pull request #100 from simple-login/mailbox-root-email
support the case user wants to re-add their real email as mailbox
2020-03-08 10:14:41 +01:00
Son NK fac833b8e6 support the case user wants to re-add their real email as mailbox 2020-03-08 10:05:13 +01:00
Son NK 9ad2a80d36 add migration to set GenEmail.mailbox_id non-nullable 2020-03-05 21:39:49 +01:00
Son Nguyen Kim 32713b5fc1
Merge pull request #99 from simple-login/to-header
append alias into the TO header if it's not present in To or CC
2020-03-05 21:20:00 +01:00
Son NK a1bdd94ef1 append alias into the TO header if it's not present in To or CC 2020-03-05 21:13:36 +01:00
Son NK 3b454b9a80 fix test 2020-03-05 20:32:08 +01:00
Son NK a6f4059d5d make sure to set mailbox_id when creating GenEmail 2020-03-05 17:03:07 +01:00
Son NK faa82e7b5a make GenEmail.mailbox_id non-nullable 2020-03-05 17:00:43 +01:00
Son NK cb3ea63066 show error if no such email exists from Github 2020-03-05 16:46:02 +01:00
Son NK 90dc05725a use github email that is "verified" and "primary" 2020-03-05 16:45:49 +01:00