• Joined on 2024-04-13
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.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-29 21:17:39 +00:00
4150324d75 Replace valueOf with fromValue in LoginController for permission claim mapping.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-29 21:16:14 +00:00
4267c782a7 Add debug logging for user loading, permissions processing, and token generation in LoginController.
stijn pushed to main at Altitude/Chat 2025-07-29 20:54:11 +00:00
7cc7cca129 Update cosmos-api to version 1.21.8 and adjust repository URL in settings.gradle.kts.
stijn pushed to main at Altitude/Chat 2025-07-29 17:11:18 +00:00
3bfd358e78 Add support for custom channel aliases and improve string formatting consistency
eb30750134 Refactor switch statements to use enhanced -> syntax and update dependencies to include cosmos-api.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-07-28 21:01:23 +00:00
343964eda8 Add server.address property and update issuer field in LoginController to use dynamic server address. Modify SQL query in PrivilegedUserMapper to simplify permissions retrieval.
stijn pushed to main at Altitude/VillagerShopUI 2025-07-23 01:11:51 +00:00
1909c6d5bc Add AutoSell feature with commands and tasks for automated item selling