Commit Graph

3747 Commits

Author SHA1 Message Date
Son d1b9fb8bb5 add type annotation for Session 2022-01-06 18:30:14 +01:00
Son 17e9798bfd do not use error level in migrate_domain_trash 2022-01-06 15:36:43 +01:00
Son 37bb7655d5 remove unused import 2022-01-06 15:30:33 +01:00
Son 9ff323c746 make sure to set custom_domain_id when creating a new alias 2022-01-06 15:29:37 +01:00
Son b7e8324e5a move get_custom_domain() to alias_utils 2022-01-06 15:20:09 +01:00
Son 55e3203512 refactor. Remove sleep when checking mailbox domain. 2022-01-06 15:13:59 +01:00
Son 33bd7dbcd6 refactor 2022-01-06 14:57:01 +01:00
Son e7c473c943 add more logging info 2022-01-06 14:36:10 +01:00
Son de9f994fe2 check suffix in try_auto_create 2022-01-06 11:12:26 +01:00
Son 3fb6dd4aeb check if there's an email that starts with "\u200f" (right-to-left mark (RLM)) in cron 2022-01-06 11:07:50 +01:00
Son 4976f48944 add /phone/provider2/sms 2022-01-05 18:14:51 +01:00
Son b505ceebe9 add PHONE_PROVIDER_2_HEADER, PHONE_PROVIDER_2_SECRET config 2022-01-05 18:14:14 +01:00
Son 0c25ed939f fix logging 2022-01-05 17:43:11 +01:00
Son 778c90a164 tweak logging 2022-01-05 16:26:31 +01:00
Son 385dd1e755 handle out-of-office email in addition to bounce 2022-01-05 15:30:44 +01:00
Son 6c42872440 add is_bounce() 2022-01-05 15:22:22 +01:00
Son ffc621596a fix is_automatic_out_of_office: only use "Auto-Submitted" header 2022-01-05 15:21:54 +01:00
Son 0abfb82fd1 investigate emails sent to reverse alias from <> 2022-01-05 15:20:17 +01:00
Son 6cb55e27f3 make sure alias that starts with bounce prefix can't be automatically created 2022-01-05 15:16:04 +01:00
Son de23828df1 convert out-of-office email into normal email 2022-01-05 09:50:58 +01:00
Son 5e2ea81a6c do not consider out-of-office as bounce 2022-01-04 18:06:08 +01:00
Son 2ed7c5fcdb only return active number 2022-01-04 16:26:38 +01:00
Son 4ac8da1e8f poll messages on the phone reservation page 2022-01-04 16:24:50 +01:00
Son 4d8c89105f GET /api/phone/reservations/:reservation_id 2022-01-04 16:22:41 +01:00
Son d51c32ad51 always return 200 for phone provider1 callback 2022-01-04 14:58:41 +01:00
Son 72bd998b9b fix logging 2022-01-04 14:58:24 +01:00
Son bc2f9ad45f add PhoneNumber.comment column 2022-01-04 14:54:55 +01:00
Son 127f8daad7 add /phone/provider1/sms 2022-01-04 14:53:22 +01:00
Son 3484f71dac add PHONE_PROVIDER_1_HEADER and PHONE_PROVIDER_1_SECRET config 2022-01-04 14:52:56 +01:00
Son a4b113b7fa remove DISPOSABLE_FILE_PATH 2022-01-04 09:40:10 +01:00
Son 1b5f059899 only show (past) reservations if needed 2022-01-04 09:37:49 +01:00
Son d38fa95eed make sure number of minutes is specified 2022-01-04 09:35:34 +01:00
Son 1149fe964b handle case where domain is already added in invalid mailbox domain 2022-01-03 17:09:40 +01:00
Son 325207d6ba Use InvalidMailboxDomain instead of DISPOSABLE_EMAIL_DOMAINS 2022-01-03 10:33:21 +01:00
Son 4332fd3244 Create InvalidMailboxDomain model 2022-01-03 10:31:33 +01:00
Son 414f6a2463 handle case a custom domain is deleted in the meantime 2022-01-03 10:07:41 +01:00
Son f548e74e77 refactor 2022-01-03 10:06:56 +01:00
Son 85fb859dcb show error when a domain can't be used as random alias default domain 2022-01-03 10:05:06 +01:00
Son 08c7aa8b98 ignore smtp errors for onboarding emails 2022-01-03 10:01:56 +01:00
Son 34118f459a ignore smtp error in send_trial_end_soon_email() 2022-01-03 09:59:52 +01:00
Son 558200113c remove unnecessary code in send_email() 2022-01-01 11:47:45 +01:00
Son b24d58bdf3 handle case alias was deleted in the meantime 2021-12-31 12:14:22 +01:00
Son 01a8a0343e log when an alias is deleted 2021-12-31 11:18:08 +01:00
Son 61226545c2 handle the 2 consecutive dots in alias 2021-12-31 11:15:24 +01:00
Son e3d06f7a1d disable the sqlalchemy debug panels locally 2021-12-31 11:10:46 +01:00
Son 9ee449722a new domain has ownership verified if its root has the ownership verified 2021-12-31 11:10:36 +01:00
Son a6f5b755aa set apple_sub.product_id 2021-12-30 16:20:31 +01:00
Son e1d82b7e0d Add AppleSubscription.product_id col 2021-12-30 16:20:18 +01:00
Son 30ba566457 take into account _MACAPP_MONTHLY_PRODUCT_ID in verify_receipt 2021-12-30 16:15:33 +01:00
Son 22cf8cfe38 send Custom/smtp_connection_time to newrelic 2021-12-30 14:17:46 +01:00