• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:03:07 +00:00
2bdebb71b7 Add rate limiting to getStaffPlaytime and getVoteStats endpoints
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 21:58:53 +00:00
39b7a398a5 Refactor minutesToHm method in Staff Playtime component for improved readability by adding explicit braces to conditional blocks.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 21:58:26 +00:00
06a1cd64e3 Remove "Last Played" column from Staff Playtime view and enhance time formatting in minutesToHm method to include days.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 21:54:51 +00:00
6292d0cacf Update weekStart to dynamically use the current date instead of a fixed one in Staff Playtime component
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.