• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 22:31:35 +00:00
eb72ce14cc Integrate HistoryFormatService into AppealComponent to filter inactive history items.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:55:20 +00:00
d1ba89acc8 Refactor KeyPairMapper to improve query readability by aliasing fields and reformatting SQL.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:49:16 +00:00
d28b4a2b62 Refactor LoginController to use pattern matching for Jwt type check, simplify uuid extraction, and adjust debug logs.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:46:59 +00:00
56f4ccf40e Add session rollback handling in Connection.java, improve resource management, and refine debug logging in LoginController.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:41:28 +00:00
d73f057596 Remove app.config.ts, integrate configuration directly in main.ts, and refactor providers to include authInterceptor.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:35:37 +00:00
e825d83124 Integrate authInterceptor for JWT handling, update API schema with bearerAuth security, and refactor configuration to support HTTP interceptors.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:29:41 +00:00
238c5d9644 Refactor reloadUsername in auth.service to remove debug logs, simplify subscription handling, and add null check before invocation.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:26:28 +00:00
4222df87a3 Add debug logs to reloadUsername in auth.service for improved error and data tracking
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:25:21 +00:00
16cc57d774 Update auth.service log message for clarity when saving user claims
stijn pushed to master at Altitude/AltitudeWeb 2025-08-05 21:23:30 +00:00
c536bfbf30 Add debug logs to checkAuthStatus for missing or expired JWT
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.