Commit Graph

1224 Commits

Author SHA1 Message Date
Son NK 159aa76aae GET /api/aliases/:alias_id 2020-03-26 19:44:00 +01:00
Son NK 78b24623af reformat: create serialize_alias_info() 2020-03-26 19:35:44 +01:00
Son NK 0c43c2dd45 reformat: rename website -> contact whenever possible 2020-03-26 11:19:20 +01:00
Son NK c521052042 use {website_email} via SimpleLogin FROM header 2020-03-26 11:15:18 +01:00
Son NK 94afb28ce2 Add run init data to upgrade 2020-03-25 12:13:49 +01:00
Son NK a6b1372e84 v2.1.0 2020-03-25 12:13:43 +01:00
Son NK a59058b163 add how to upgrade 2.0.0 -> 2.1.0 2020-03-25 12:13:28 +01:00
Son NK c603b376a5 add /sl mounting 2020-03-25 12:13:22 +01:00
Son NK bfcb02c3b0 Add SSL doc 2020-03-25 12:13:13 +01:00
Son NK 60d519b1d4 Set mydestination to empty to fix case where myhostname is the same as mydomain 2020-03-25 12:12:50 +01:00
Son NK 2261cd2138 add send_pgp_newsletter() to shell 2020-03-24 21:31:54 +01:00
Son NK 0acde29443 mailbox is move to 2nd onboarding, pgp 3rd onboarding 2020-03-24 21:23:26 +01:00
Son NK f4d28a998a fix email wording 2020-03-24 21:21:55 +01:00
Son NK 9e04081186 send mailbox onboarding email 2020-03-24 21:19:45 +01:00
Son NK c02b8298fc send pgp onboarding email to user on 2nd day 2020-03-24 21:01:38 +01:00
Son NK 929e965f23 rename onboarding-1 to onboarding/send-from-alias 2020-03-24 20:55:50 +01:00
Son NK 3f1716d9ec pgp newsletter 2020-03-24 20:12:56 +01:00
Son NK f99f656872 increase max-width to 750px (old value 570px), reduce padding to 30px (old value: 45px) 2020-03-24 20:11:55 +01:00
Son NK eae2efb5d9 trigger build 2020-03-23 00:32:14 +01:00
Son NK bf98fa00b7 Fix alias display 2020-03-22 23:30:55 +01:00
Son Nguyen Kim f3a70ca909
Merge pull request #118 from simple-login/tmp
Handle empty bounce email
2020-03-22 23:28:46 +01:00
Son NK bc3a3dae02 reformat 2020-03-22 16:56:08 +01:00
Son NK 86ef7f54d9 RefusedEmail.path can be null 2020-03-22 16:51:21 +01:00
Son NK 88039844ef remove "subject" from DKIM 2020-03-22 15:08:26 +01:00
Son NK 22ac3fa153 strip from/to header 2020-03-22 14:21:19 +01:00
Son NK b8093aefa3 Handle invalid email when user signs up 2020-03-21 11:11:52 +01:00
Son NK 8abdf655fc make aliasUsedOn.user_id non nullable 2020-03-20 12:29:37 +01:00
Son NK 7d4a9efb5d set user_id when creating AliasUsedOn 2020-03-20 12:29:11 +01:00
Son NK 92de2102ad Add AliasUsedOn.user_id col 2020-03-20 12:13:00 +01:00
Son NK 5d0b4d4aca Fix: filter email log by current user 2020-03-20 11:39:45 +01:00
Son NK 783b1937d5 make user_id non nullable on contact, email_log and file 2020-03-20 10:17:52 +01:00
Son NK 5400631d77 fix migration 2020-03-20 10:17:52 +01:00
Son NK 7f5f3e68ba make sure to set user_id when creating EmailLog 2020-03-20 09:55:52 +01:00
Son NK 6e54b4fed8 make sure to set user_id when creating contact 2020-03-20 09:54:38 +01:00
Son NK abd2278c24 make sure to set File.user_id 2020-03-20 09:52:00 +01:00
Son NK cd19997424 Add File.user_id, Contact.user_id, EmailLog.user_id columns 2020-03-20 09:51:15 +01:00
Son NK 7f75e05148 mention mailbox in trial-end email 2020-03-19 19:21:47 +01:00
Son NK 5f6cef4c96 Mention PGP in trial end email 2020-03-19 19:20:44 +01:00
Son NK 8ce9d56e84 only premium user can encrypt emails with PGP 2020-03-19 19:19:04 +01:00
Son NK a529943dc4 Only premium user can add PGP key 2020-03-19 19:15:42 +01:00
Son NK c6138828c2 fix to_header 2020-03-19 11:33:21 +01:00
Son NK ca4f02426c fix alias != address 2020-03-19 11:15:02 +01:00
Son NK edcdbabc93 fix migration 2020-03-19 10:54:37 +01:00
Son Nguyen Kim 44e2e175ef
Merge pull request #115 from simple-login/rename
Rename
2020-03-19 10:39:05 +01:00
Son NK 3f81b92d61 Add PGP to welcome email 2020-03-18 22:29:30 +01:00
Son NK b0f2d7b85a always return 200 in /forgot_password 2020-03-18 21:55:50 +01:00
Son NK a1fad2216f Improve error 2020-03-18 21:37:45 +01:00
Son NK 2079b16431 add "in_trial" to /user_info 2020-03-18 19:08:16 +01:00
Son NK f2d5230449 Add POST /api/auth/forgot_password 2020-03-18 18:43:04 +01:00
Son NK ba6b8d2711 return email in /user_info 2020-03-18 18:34:37 +01:00