• Joined on 2024-04-13
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.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-31 19:33:03 +00:00
8a839ac922 Refactor WebConfig and SecurityConfig to enhance routing with /api prefix, disable CSRF and anonymous access; update OpenAPI paths accordingly. Add HomeController for default route handling.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-29 22:18:30 +00:00
3f76a98409 Rename server.address to my-server.address across properties files and LoginController for consistency and clarity.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-29 22:08:07 +00:00
871615702b Update Node.js to v20.19.0 and npm to v10.2.3; refactor npmBuild task to use plugin-provided npmCommand and add nodeVersionCheck task for environment validation.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-29 21:54:01 +00:00
291c9df5c6 Upgrade Angular dependencies and ngx-cookie-service in package.json to latest versions.