managarten/services/mana-core-auth/src
Till-JS e473a026ee refactor(auth): remove themes module from mana-core-auth
Remove unused themes API from auth service:
- Delete themes.schema.ts database schema
- Delete themes.controller.ts, themes.service.ts, themes.module.ts
- Remove ThemesModule from app.module.ts imports
- Remove themes schema export from db/schema/index.ts

Custom themes are no longer supported - the built-in theme variants
provide sufficient customization options.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 02:35:18 +01:00
..
__tests__/utils Fix wrong type 2025-12-04 23:25:25 +01:00
ai 🐛 fix(auth): remove type-only import of ConfigService in AiService 2025-12-04 19:08:37 +01:00
auth feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
common debug(auth): add detailed logging to JwtAuthGuard 2025-12-08 22:52:59 +01:00
config feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
credits Fix wrong type 2025-12-04 23:25:25 +01:00
db refactor(auth): remove themes module from mana-core-auth 2025-12-12 02:35:18 +01:00
feedback Fix wrong type 2025-12-04 23:25:25 +01:00
health fix route 2025-12-05 00:50:23 +01:00
referrals feat(auth): add fraud detection, cron jobs, and admin endpoints to referral system 2025-12-07 16:09:39 +01:00
settings feat(settings): add device-specific settings storage 2025-12-11 23:49:18 +01:00
tags feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
app.module.ts refactor(auth): remove themes module from mana-core-auth 2025-12-12 02:35:18 +01:00
main.ts fix(mana-core-auth): configure helmet for cross-origin requests 2025-12-05 15:30:12 +01:00