• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-08-14 00:34:37 +00:00
f026f24263 Refactor createAppeal in AppealMapper to void return type, adjust AppealController to remove redundant UUID handling. Optimize AppealDataMapper to use UUID.randomUUID().
stijn pushed to master at Altitude/AltitudeWeb 2025-08-13 23:38:05 +00:00
eaee31ab2b Change createAppeal method in AppealMapper to return UUID, adjust AppealController to construct Appeal with generated UUID.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-13 21:56:38 +00:00
24d7cfe913 Register UUIDTypeHandler in MyBatis configuration to handle UUID mapping in Connection.java.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-13 21:54:29 +00:00
770a2e0d14 Add Minecraft appeal functionality with database integration, UUID handling, and API response adjustments.
101794d8f2 Remove username property from appeal.yml schema in Discord ban appeal form.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeBot 2025-08-08 21:32:02 +00:00
0960795d40 Remove redundant jar task configuration in build.gradle.kts.
stijn pushed to master at Altitude/AltitudeBot 2025-08-08 20:38:12 +00:00
7863b3f62d Add AutoThread listener for creating threads in specific channels.
003c75c391 Replace Logger with Lombok's @Slf4j annotation in ContactEndpoint and update log method calls.
Compare 2 commits »
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.