• Joined on 2024-04-13
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.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 00:53:35 +00:00
f8157e997a Update staff application close date to 2025-10-26 to match open period
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 00:49:52 +00:00
74e8697fef Enhance "Staff applications closed" message with improved styling and structure.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 00:46:32 +00:00
8ad87da47e Update player count text to include context on home page
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 00:43:23 +00:00
29a28e712e Add player count display with periodic updates to home page
stijn pushed to master at Altitude/AltitudeWeb 2025-10-18 00:31:28 +00:00
6ad3b5221a Update Grove map button label to "Bayou"
stijn pushed to master at Altitude/AltitudeWeb 2025-10-17 20:05:02 +00:00
1b697fcaa3 Add redirections for appeal and staff application forms paths
stijn pushed to master at Altitude/AltitudeWeb 2025-10-17 20:00:35 +00:00
ed9d41cdc6 Add conditional display logic to staff application form based on open/close status
stijn pushed to master at Altitude/AltitudeWeb 2025-10-17 19:42:37 +00:00
5eaeb3552a Add API endpoint to check staff application availability and enforce open/close periods