Commit Graph

17 Commits

Author SHA1 Message Date
Dak Washbrook
d87b723372 Merge branch 'staging' into dakdevs/staging/grant-error-handling 2025-05-08 23:09:36 -07:00
Dak Washbrook
e1db829363 Remove unnecessary console.log statements in mail routes
Eliminated debug logs ('tr123' and 'tr246') from the mail route handler to clean up the codebase. These statements were not serving any functional purpose and were likely left behind from debugging.
2025-05-08 22:46:26 -07:00
Dak Washbrook
11d3ef644b Refactor error handling and remove unnecessary logs
Removed redundant logging statements to improve code clarity and maintainability. Also added signOut call in deleteActiveConnection to ensure proper cleanup of user sessions.
2025-05-08 22:45:05 -07:00
Aj Wazzan
3423457351 refactor: clean up onboarding component by reordering imports, improving formatting, and ensuring consistent video object structure 2025-05-08 22:36:21 -07:00
Dak Washbrook
d1b22fd673 Handle missing OAuth scopes gracefully with error messaging
Implemented error handling for missing OAuth scopes, displaying user-friendly messages in the login flow. Enhanced TRPC middleware and client logic to trigger logout and redirect users to a dedicated error state. Refactored error indicator components to ensure UI consistency.
2025-05-08 22:34:38 -07:00
Aj Wazzan
3947eef8fa fix: update API endpoint in AIChat component and server for consistency 2025-05-08 22:17:06 -07:00
Aj Wazzan
c2615a0f48 fix: update API endpoint in server and AIChat component for consistency 2025-05-08 22:13:08 -07:00
Aj Wazzan
3df2627272 feat: add connection limit retrieval and update wrangler configuration with new kv_namespaces and DEFAULT_BRAIN_LIMIT 2025-05-08 22:08:44 -07:00
Aj Wazzan
979c590b4e refactor: remove console log from MailPage and streamline sign-out process in NavUser 2025-05-08 21:47:30 -07:00
Aj Wazzan
e822d352e3 feat: add COOKIE_DOMAIN to environment variables and update auth provider scopes 2025-05-08 21:17:26 -07:00
BlankParticle
78e52a86ce fix: cookie domain 2025-05-09 08:54:04 +05:30
BlankParticle
88a64e05b4 fix: update urls 2025-05-09 01:32:11 +05:30
BlankParticle
1546386c63 fix: cors target 2025-05-09 01:20:31 +05:30
BlankParticle
652e120f09 fix: cors allow headers 2025-05-09 00:49:50 +05:30
BlankParticle
9922f9d3ba feat: remove nextjs proxy for direct calls 2025-05-09 00:28:38 +05:30
Aj Wazzan
d707420fd6 chore: update .gitignore, add devDependencies in package.json, and enhance server configuration 2025-05-07 16:30:30 -07:00
BlankParticle
94e7d68db9 feat: first working version of separated backend 2025-05-08 00:44:52 +05:30