Commit Graph

274 Commits

Author SHA1 Message Date
m5r 8ad21ae9e1 make a phone call ~ not really working 2022-05-24 23:13:08 +02:00
m5r a94d3b5e05 extract phone settings loader 2022-05-22 13:09:42 +02:00
m5r 1b9de34387 extract keypad loader 2022-05-22 13:06:43 +02:00
m5r 331d53a8a8 extract conversation loader 2022-05-22 13:04:26 +02:00
m5r 3afc1d27cf keypad page 2022-05-22 12:59:53 +02:00
m5r 90e3d2fb20 missing twilio credentials in a modal 2022-05-22 12:40:07 +02:00
m5r 787b0ef4ac simplify calls loader 2022-05-22 12:39:54 +02:00
m5r e8703a41f8 forgotten encryption stuff 2022-05-22 02:00:12 +02:00
m5r a05d8cc413 fetching calls state 2022-05-22 01:59:38 +02:00
m5r c824302347 fetching messages state 2022-05-22 01:45:13 +02:00
m5r e407e37a9a incoming message webhook 2022-05-22 01:34:04 +02:00
m5r 1df959fd8b set twilio webhooks queue 2022-05-22 01:18:32 +02:00
m5r c1c3fa06a3 fix /twilio/authorize 2022-05-22 01:18:06 +02:00
m5r 1f37eb45d5 add recipient field to messages and phone calls 2022-05-22 01:17:43 +02:00
m5r 6684dcc0e5 store twilio stuff in TwilioAccount table and remodel session data 2022-05-21 21:33:23 +02:00
m5r 19a35bac92 send new message 2022-05-20 02:45:07 +02:00
m5r 306572d947 prefetch stuff 2022-05-20 01:16:38 +02:00
m5r 8607e70007 hide footer in conversation page 2022-05-20 01:05:06 +02:00
m5r 5bf885c060 send message to recipient 2022-05-20 00:55:02 +02:00
m5r 29f405290c fix redirect on requireLoggedIn() 2022-05-20 00:29:12 +02:00
m5r 9c9b4a5af4 got {messages,phone calls} {fetching,display} working 2022-05-18 01:54:06 +02:00
m5r 7dc9c403d8 fix redirect on requireLoggedIn() 2022-05-18 01:49:31 +02:00
m5r cdaafec4e6 redirect on requireLoggedIn() 2022-05-15 18:33:19 +02:00
m5r 022670543f list twilio phone numbers 2022-05-15 01:29:51 +02:00
m5r a435cb5b75 twilio connect 2022-05-15 00:35:51 +02:00
m5r 218aeb31da got account deletion working 2022-05-14 19:54:04 +02:00
m5r 315ffb61ac clean 2022-05-14 19:53:04 +02:00
m5r 48b3604116 account settings actions, account deletion left 2022-05-14 14:43:45 +02:00
m5r 98b89ae0f7 remixed v0 2022-05-14 12:22:06 +02:00
m5r 9275d4499b call recipient from phone calls history 2021-12-06 22:58:18 +01:00
m5r d3035ad268 fallback to unformatted recipient phone number (i.e. with TINDER sender) 2021-12-04 00:48:22 +01:00
m5r c0016a55f7 use error boundary in phone number form 2021-12-04 00:46:03 +01:00
m5r d9938fc361 subscribe thank you email 2021-11-02 00:13:30 +01:00
m5r c398484cf8 welcome email 2021-10-30 14:31:22 +02:00
m5r 8e860a1ea3 move tailwind.css to templates directory 2021-10-30 13:04:54 +02:00
m5r 514dae3ebb use maizzle for email templating, starting with reset password email 2021-10-26 23:36:20 +02:00
m5r 52732847fc fix response sent to twilio for incoming messages on free plan 2021-10-25 01:24:13 +02:00
m5r 101f33720f disable keypad when no ongoing subscription 2021-10-25 01:00:59 +02:00
m5r 37d9bd37f4 confirm plan switch with a modal 2021-10-25 00:32:33 +02:00
m5r 4facb32e74 use authenticated layout 2021-10-24 22:25:01 +02:00
m5r 1d59a74002 replace useRouter().params with useParam() 2021-10-24 17:42:48 +02:00
m5r 3edf0cb471 respond 200 to valid but unsupported paddle webhooks 2021-10-24 16:55:07 +02:00
m5r a4ac0384c2 always pick the most recent subscription 2021-10-21 01:03:32 +02:00
m5r c0554f321c hide phone init loader if user is on free plan 2021-10-21 00:41:44 +02:00
m5r e00f0bde64 immediately show the appended "sent from shellphone" signature 2021-10-21 00:41:15 +02:00
m5r 950a7e1bd0 fetch dismissed messages and phone calls that might have happened while on free plan 2021-10-21 00:39:09 +02:00
m5r a4859137fe return early when receiving a message for a user on free plan 2021-10-21 00:38:37 +02:00
m5r 730030f6f1 add some metrics 2021-10-21 00:24:29 +02:00
m5r 5f6100b0bb prepare multiple phone numbers in one account 2021-10-21 00:24:18 +02:00
m5r cea47251dd remove occasional scrolling bar on loader in settings 2021-10-21 00:12:33 +02:00