• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:22:17 +00:00
f67cb50f41 Refactor logging in LoginController, simplify auth.service token validation, and remove debug logs from AppealComponent.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:12:55 +00:00
bdb38e5011 Add username retrieval functionality to LoginController using RecentNamesMapper query
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:11:42 +00:00
ae1e972438 Implement appeal form flow with dynamic pages, integrate punishment selection, and add username retrieval logic. Update API schema and enhance auth.service for username handling.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 19:05:43 +00:00
737b26a6c7 Update environment configs to include defaultAuthStatus property.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 18:59:28 +00:00
5013b9a204 Add pagination logic to AppealComponent and update layout structure.
fcb64db137 Make appeal form centered and create landing page
d2e064e2b4 Add priority attribute to Discord button image in footer for improved loading behavior.
Compare 3 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 23:27:55 +00:00
f50f2dc6c2 Update login form label to provide instructions for obtaining the code from the Minecraft server.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 22:09:33 +00:00
c277306c2c Refactor FormsComponent and add AuthGuard for appeal route protection. Replace dynamic routing with static appeal route, restructure AppealComponent layout, and introduce responsive design adjustments. Update environment configuration for default auth status.
stijn pushed to master at Altitude/WebInterface 2025-08-02 20:32:43 +00:00
2e812ed588 Make cache duration configurable via Config
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 20:27:44 +00:00
1f03a4bdc3 Implement AuthGuard for route protection, integrate authorization checks into particles route, and simplify HeaderComponent access logic. Remove redundant debug logging in auth.service.ts.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 20:12:00 +00:00
7f1c59d102 Rename authorizations to authorities in JWT interface and related method in auth.service.ts. Update debug logging accordingly.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 20:09:01 +00:00
f968a64dd4 Add debug logging for user claims in auth.service.ts methods.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 20:02:28 +00:00
c25364caf7 Add detailed debug logging in hasAccess method for clearer authorization checks.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 19:55:44 +00:00
15c3cc7f26 Remove redundant debug logging in auth.service.ts and add logging in hasAccess method for authorization checks.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-02 19:49:53 +00:00
2b96957876 Add debug logging for JWT claims extraction in auth.service.ts.
stijn pushed to main at Altitude/VillagerShopUI 2025-08-01 23:27:21 +00:00
d484e4b7be Add villager points reset command and related configurations
stijn pushed to main at Altitude/VillagerShopUI 2025-08-01 23:18:44 +00:00
e1ccfd05de Bump Cosmos API to 1.21.8 and replace empty AutoSell help message with configurable value
stijn pushed to master at Altitude/AltitudeWeb 2025-07-31 21:30:53 +00:00
b16fab26e7 Refactor hasAccess method in auth.service.ts to improve readability and optimize authorization checking logic.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-31 21:08:08 +00:00
28fd05a656 Update HeaderComponent HTML: adjust access check condition to use SCOPE_head_mod instead of HEAD_MOD.
stijn pushed to master at Altitude/WebInterface 2025-07-31 21:05:11 +00:00
f42777c62a Update Login URL handling and optimize ShadowJar build process
stijn pushed to master at Altitude/AltitudeWeb 2025-07-31 20:03:40 +00:00
ff1b09be92 Add debug logging for resource handling in WebConfig.