monacousa-portal/middleware
Matt 7c49b9db66
Build And Push Image / docker (push) Successful in 1m49s Details
fix: Revert dashboard routing to use existing structure
- Created missing admin.ts middleware file
- Reverted dashboard router to use old /dashboard/{tier} structure
- Production deployment still uses the old structure
- New role-based structure (/admin/dashboard, etc.) will be enabled later
- Fixes dashboard display issue where nothing was showing

The new structure is ready but needs gradual deployment to avoid breaking production.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 22:24:27 +02:00
..
admin.ts fix: Revert dashboard routing to use existing structure 2025-08-30 22:24:27 +02:00
auth-admin.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth-board.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth-user.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth.ts Simplify auth system by removing throttling and mobile workarounds 2025-08-07 17:12:05 +02:00
board.ts feat: Reorganize platform into member, board, and admin sections 2025-08-30 22:00:59 +02:00
guest.ts feat: implement custom login system with direct authentication 2025-08-07 03:43:25 +02:00
member.ts feat: Reorganize platform into member, board, and admin sections 2025-08-30 22:00:59 +02:00