• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 21:52:56 +00:00
8b4f1c2785 Wrap weekLabel in a <span> for improved styling and DOM structure consistency in Staff Playtime view.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 21:48:33 +00:00
710771f5f7 Integrate HeaderComponent into Staff Playtime view, update layout with full-height styling, and enhance UI consistency.
edaebe9e4a Fix getTeamMembers query to scope permissions to the global server
e43cbbf9e4 WIP staff pt
8b0d2f9203 Add staff playtime feature, including backend services, API endpoint, and frontend integration.
Compare 4 commits »
stijn pushed to master at Altitude/PlayerUtils 2025-10-31 23:56:25 +00:00
cb98c3761b Update PlayerJoin to handle attribute keys and improve attribute modification logic
stijn pushed to master at Altitude/PlayerUtils 2025-10-31 00:45:56 +00:00
df347fde7f Add PlayerJoin event listener to modify player attributes on join and update project configuration
stijn pushed to master at Altitude/PlayerUtils 2025-10-30 19:56:08 +00:00
ab162b5094 Refactor logging by replacing custom Logger with SLF4J and adapt all usages
stijn pushed to master at Altitude/AltitudeWeb 2025-10-29 20:39:43 +00:00
2be79c180a Refactor Nickname Generator component with Angular Material, update logic for fields and commands, and improve styling.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-25 23:45:23 +00:00
423d5e4a4c Fix getTeamMembers query to scope permissions to the global server
stijn pushed to master at Altitude/AltitudeWeb 2025-10-25 23:43:06 +00:00
a0db55dede Fix getTeamMembers query to scope permissions to the global server
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:43:41 +00:00
e0a09d303c Update vote eligibility logic, add MatIconModule, and refine button styles for improved clarity.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:28:40 +00:00
29967d65b8 Improve vote eligibility check by adding find to handle cases where voteSite is not found.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:27:09 +00:00
8b265514a6 Refactor RateLimitAspect to use authenticated UUID instead of client IP for rate limiting. Enhance AuthenticatedUuid with optional UUID retrieval method.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:22:34 +00:00
e766fd1125 Fix vote eligibility check logic by correcting timestamp comparison direction.
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:20:52 +00:00
86a85049b3 center p
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:18:21 +00:00
cf73303218 center div
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:17:00 +00:00
d075464ded center div
stijn pushed to master at Altitude/AltitudeWeb 2025-10-24 20:15:33 +00:00
7be3b6f9d3 Wrap vote statistics message in a centered <div> for improved alignment and readability.
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