monaco-editor-lsp-next/src
cfngc4594 1f21cad4d1 refactor(auth)!: replace credentials with OAuth providers and add logging
BREAKING CHANGE:
- Removed credentials-based authentication
- Added Google OAuth provider
- Implemented detailed logging for auth events
- Removed custom JWT/session handling
- Added sign-in page configuration
- Marked as server-only
2025-05-05 17:05:01 +08:00
..
actions refactor(i18n): replace hardcoded texts with i18n message keys for auth 2025-04-16 00:40:36 +08:00
app fix(dockview): move panel titles from options to params to prevent i18n title persistence in layout 2025-04-19 12:53:39 +08:00
components feat(editor): configure Monaco workers using URL imports for better bundling 2025-04-20 01:11:38 +08:00
config feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
hooks refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
i18n feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
lib refactor(auth)!: replace credentials with OAuth providers and add logging 2025-05-05 17:05:01 +08:00
providers feat(problem-store): add submissions to problem store state and provider 2025-04-11 17:42:52 +08:00
stores refactor(store): replace Submission with SubmissionWithTestcaseResult in dockview store 2025-04-14 14:12:15 +08:00
styles style(dockview): adjust border radius and tab spacing in abyss-spaced 2025-04-09 15:06:22 +08:00
types feat(types/prisma): add submission and testcase result query types 2025-04-14 14:11:29 +08:00