Commit Graph

157 Commits

Author SHA1 Message Date
khushalps 448b183662 (20241211) Fixed an import-related bug. 2024-12-11 13:23:11 +05:30
khushalps 845827a6bc (20241209) SMS auth and sending ready. 2024-12-09 19:39:15 +05:30
khushalps d10b156c0b (20241209) Many changes to the SMS section. 2024-12-09 19:38:47 +05:30
khushalps e5e185c272 (20241209) Found one bug in the gmail oauth callback. 2024-12-09 12:51:22 +05:30
khushalps 741bfd3a98 (20241209) Trying to locate the oauth callback exception in gmail. 2024-12-09 12:48:34 +05:30
khushalps a443a78e19 (20241209) Small failure view bug fix to show the 'logId' now. 2024-12-09 12:42:28 +05:30
khushalps e2c9200941 (20241209) Standardizing the data models for the database. Started with mail authentication. 2024-12-09 12:05:12 +05:30
khushalps 4583a5e63c (20241207) Started making data models for how things will be stored in the database (mongo). 2024-12-07 17:53:28 +05:30
khushalps 3f13ff8517 (20241206) Day-end push. Working on a Telegram client. 2024-12-06 18:54:59 +05:30
khushalps 906cc16aff (20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc. 2024-12-06 11:22:36 +05:30
khushalps ebe456a8fe (20241206) Webhook setup for Telegram. 2024-12-06 10:43:02 +05:30
khushalps c260529ef2 (20241206) Started Telegram integration. 2024-12-06 10:40:36 +05:30
khushalps 81550898eb (20241205) LLM endpoint active now. 2024-12-05 18:09:32 +05:30
khushalps 0ec57089b0 (20241205) Safety Push. 2024-12-05 18:09:07 +05:30
khushalps 2c053fa6f2 (20241205) Accepting many token ids to list mails. 2024-12-05 15:07:07 +05:30
khushalps 75b4bf541b Resetting utils subtree. 2024-12-05 14:47:16 +05:30
khushalps b36aeeae9a (20241205) Working on clientUserId (how the third-party client recognizes your user). 2024-12-05 12:21:15 +05:30
khushalps 4fd7da5117 (20241205) Mail List API updated. 2024-12-05 12:00:10 +05:30
khushalps 6bdad7d6f7 (20241205) Some details added to Mail OAuth. 2024-12-05 11:56:33 +05:30
khushalps 5c36f90e98 (20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens. 2024-12-05 11:19:23 +05:30
khushalps 0918db250b (20241204) Trying to solve scope x5 2024-12-04 16:54:55 +05:30
khushalps fc49bd5772 (20241204) Trying to solve Gmail's scopes 2024-12-04 16:52:12 +05:30
khushalps 365d8e6d09 (20241204) Solving gmail scopes problem x2 2024-12-04 16:23:25 +05:30
khushalps c4353ef323 (20241204) Trying to fix scopes. 2024-12-04 16:12:58 +05:30
khushalps b256bf7b5c (20241204) Graceful error handling being done. 2024-12-04 14:51:26 +05:30
khushalps 66afb9fa57 (20241204) Added some graceful error handling. 2024-12-04 14:43:45 +05:30
khushalps f15a638251 (20241204) Mail OAuth URL modified. 2024-12-04 13:08:40 +05:30
khushalps e608ddd7be (20241203) Solutions didn'r work. Reverting. 2024-12-03 17:54:05 +05:30
khushalps bf7064c30f (20241203) Trying to fix the 'Close' button x2 2024-12-03 17:47:31 +05:30
khushalps 531b664a9d (20241203) Trying to fix the 'Close' button on the OAuth callback views. 2024-12-03 17:45:40 +05:30
khushalps b6274ca7a4 (20241203) Label-work almost done for GMail. 2024-12-03 17:10:03 +05:30
khushalps e749a27a92 (20241203) Working with labels. 2024-12-03 16:59:00 +05:30
khushalps bef8f6ef0d (20241203) Mails sync'ing, listing, and fetching done. 2024-12-03 16:01:08 +05:30
khushalps 3b5a1fc92f (20241203) Minor upgrades. 2024-12-03 15:44:35 +05:30
khushalps 615d8c71a5 (20241203) Mail sync'ing started. You can now hit a dedicated API endpoint to trigger a mail-sync process (in the background if you want) and save the mails to your database. 2024-12-03 13:48:23 +05:30
khushalps 3dda5043d2 (20241203) Passing e-mail id to the 'set_token' method. Had forgotten to do this earlier. 2024-12-03 09:00:53 +05:30
khushalps 136837af50 (20241203) Bug fix -> email id comparison was being done wrongly during oauth callback handling for gmail. 2024-12-03 08:57:38 +05:30
khushalps bc5ede8f0a (20241203) Cleaning-up the callback-handling blueprint. 2024-12-03 08:54:36 +05:30
khushalps a7d33260b3 (20241203) Bug fix -> I had put 'set_token' where I should have put 'get_token'. 2024-12-03 08:34:38 +05:30
khushalps bcbad8ecdb (20241202) Testing out the modified auth process. 2024-12-02 18:47:38 +05:30
khushalps aed746190d (20241202) ?? 2024-12-02 18:46:48 +05:30
khushalps 4d8b40a6c7 (20241129) Day-end push. 2024-11-29 18:19:52 +05:30
khushalps e94271e45a (20241129) HTML views adjusted. 2024-11-29 14:34:35 +05:30
khushalps 0db8ad7773 (20241129) User infor needs to be fetched from Mongo. 2024-11-29 13:32:00 +05:30
khushalps 6c95166327 (20241129) Callback bug fixed. 2024-11-29 13:25:55 +05:30
khushalps aab700b3ed (20241129) Started talking to MariaDB for integration. 2024-11-29 12:58:39 +05:30
khushalps 7241bd977f (20241128) Serving HTML on redirect. 2024-11-28 19:27:56 +05:30
khushalps c224d30d10 (20241128) Scope-handling going on... 2024-11-28 18:20:19 +05:30
khushalps e6b48c19bb (20241128) Partial scopes handling..? 2024-11-28 18:12:10 +05:30
khushalps 1b61b6a9eb (20241128) Scopes check added. 2024-11-28 13:07:47 +05:30