Commit Graph
12 Commits
Author SHA1 Message Date
Pascal cfda014760 refactor(auth): simplify authorization checks to use membership only
- Remove explicit ADMIN role checks in API handlers
- Replace combined creator/member role checks with membership-only filters
- Update seed data roles to reflect changed authorization logic
- Add migration to insert hunt creators as members for consistent checks
- Prevent removal of hunt creator as a member with new explicit check
- Adjust related user role updates and queries accordingly
- Upgrade dependencies including nuxt and zod for compatibility
2026-07-30 21:59:36 +02:00
Pascal c80fc61539 Add picture wall filtering and bump nuxt 2025-10-16 20:30:05 +02:00
Pascal 5c66430cb4 Compress answers and show upload progress 2025-09-14 17:45:34 +02:00
Pascal 3e1bfa46d9 Add pic upload for hunt admins 2025-09-11 23:18:02 +02:00
Pascal 5d4e802796 Add line breaks to description 2025-09-11 22:51:23 +02:00
Pascal 5d1a029a54 Add typecheck 2025-08-21 00:17:01 +02:00
Pascal cc544322b2 Switch to translatable data 2025-08-20 23:18:40 +02:00
Pascal 9320adb6cd Add login and register 2025-08-04 20:23:19 +02:00
Pascal 8aa8be7e9f Remember uploaded images 2025-08-04 19:34:50 +02:00
Pascal 36e8ef41bf Add team creation, team join and debug login screen 2025-08-03 18:58:17 +02:00
Pascal 13ad0eeb56 Fix sluggy on empty slugs 2025-08-01 01:38:08 +02:00
Pascal 15f4f74cb7 Add stuff 2025-07-31 22:50:39 +02:00