• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:13:46 +00:00
24e28015d3 Adjust vote refresh interval to 1 minute and update vote disclaimer text. Add vote statistics display.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:01:14 +00:00
754479eb98 Refactor: move actor and actorUuid UUID retrieval to method to thread with auth
5974ec1dba Revert "Refactor getAuthenticatedUserUuid - extract getAuthentication method for improved null handling and clarity"
c5ed657d3e Revert "Enhance AuthenticatedUuid to improve UUID extraction by adding support for decoding tokens from the Authorization header. Add logging, refactor for better null handling, and introduce @RequiredArgsConstructor."
Compare 3 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 19:58:11 +00:00
02adbb2522 Enhance AuthenticatedUuid to improve UUID extraction by adding support for decoding tokens from the Authorization header. Add logging, refactor for better null handling, and introduce @RequiredArgsConstructor.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 19:46:12 +00:00
4b466f314e Refactor getAuthenticatedUserUuid - extract getAuthentication method for improved null handling and clarity
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 19:43:55 +00:00
6531526278 Add logging for invalid authentication principal in AuthenticatedUuid and annotate with @Slf4j
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 19:34:57 +00:00
bc0739f707 Fix table name casing in VotingPluginUsersMapper query
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 19:28:50 +00:00
8bfcdb6ccc Replace edit button with a Material icon, adjust styles, and add MatIconModule to component imports.
64ea68ab39 Refactor AuthenticatedUuid to singleton service and replace static calls across the codebase. Add JWT authority converters, improve punishment expiry handling, and enhance frontend dialog functionality for editing punishments. Extend CORS allowed methods and origins.
f117cb2477 Remove debug console.log statements from auth.service.ts.
d84d0c7fef Add conditional button styling and logic to indicate vote availability based on last vote timestamp.
00bf7caec2 Add vote statistics feature and improve vote page functionality
Compare 6 commits »
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-24 19:28:23 +00:00
8bfcdb6ccc Replace edit button with a Material icon, adjust styles, and add MatIconModule to component imports.
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-24 19:10:37 +00:00
64ea68ab39 Refactor AuthenticatedUuid to singleton service and replace static calls across the codebase. Add JWT authority converters, improve punishment expiry handling, and enhance frontend dialog functionality for editing punishments. Extend CORS allowed methods and origins.
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-24 17:52:29 +00:00
f117cb2477 Remove debug console.log statements from auth.service.ts.
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-24 17:50:52 +00:00
d84d0c7fef Add conditional button styling and logic to indicate vote availability based on last vote timestamp.
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-24 17:39:12 +00:00
00bf7caec2 Add vote statistics feature and improve vote page functionality
stijn created branch edit-punishments in Altitude/AltitudeWeb 2025-10-23 21:53:57 +00:00
stijn pushed to edit-punishments at Altitude/AltitudeWeb 2025-10-23 21:53:57 +00:00
41dab473b0 Add admin endpoints for editing and removing punishments and implement frontend dialog for punishment management
stijn pushed to master at Altitude/AltitudeWeb 2025-10-21 20:48:26 +00:00
b71ea7da8b Limit returned usernames to 1
stijn pushed to master at Altitude/AltitudeWeb 2025-10-21 20:22:48 +00:00
a55806e5dd make scheduled methoded protected, fix connection
stijn pushed to master at Altitude/AltitudeWeb 2025-10-21 20:17:13 +00:00
7e25cc583c Enable scheduling so code cache gets cleared
stijn pushed to master at Altitude/AltitudeWeb 2025-10-19 00:40:02 +00:00
894dfac0c6 Validate weekly playtime as a whole number in staff application form.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 21:11:01 +00:00
300d33da7d Prevent duplicate staff application submissions by disabling the submit button during processing.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 21:07:14 +00:00
6f6801c728 Include applicant's username in staff application emails and Discord notifications.