• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:29:18 +00:00
1bd6602421 Add .queue() to embed action in CommandSyncNitro for proper execution
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:28:59 +00:00
7e26aba4ab Add .queue() to embed action in CommandSyncNitro for proper execution
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:24:54 +00:00
47eb88cbae Use Lombok's @Slf4j in CommandSyncNitro and add logging for database changes during member checks.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:24:11 +00:00
a0b3d2167a Add CommandSyncNitro for synchronizing Nitro roles and update related database queries.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 18:35:35 +00:00
2c1088ef2e Update from v5 -> v6 for JDA
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 17:45:09 +00:00
a05a751628 Remove redundant unit tests for CommunityComponent and RanksComponent, enhance community.component with dynamic team member display and toggle functionality, update routing for community links, and set stricter field constraints in team schema.
042a6450c2 Fix spacing
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 17:21:27 +00:00
724b773be5 Refactor createPrivilegedUser to accept PrivilegedUser object and adjust LoginController for consistency.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 17:06:20 +00:00
7315ea8455 Navigate to root path after successful login via login/:code route in AuthGuard.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 17:02:39 +00:00
b7c553acc1 Add login/:code route with AuthGuard and required authorizations
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 16:58:09 +00:00
5ab81ee66e Switch to @SelectKey for id generation in createPrivilegedUser and remove unused @Nullable import.
e83d109012 Add route parameter handling for appeal paths and enhance AuthGuard to support login via code query parameter
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:15:18 +00:00
e8f952e7e2 Ensure all staff members are included in playtime mapping by adding default playtime data for missing UUIDs.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:12:11 +00:00
ff85b42190 Highlight playtime under threshold in red in Staff Playtime view.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:09:33 +00:00
0a96593992 Simplify "Playtime" column header in Staff Playtime view.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:06:16 +00:00
795bd22ee9 Adjust loadStaffData method to handle timezones accurately in Staff Playtime component.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:04:19 +00:00
83893f947d Center Staff Playtime container for improved layout alignment.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-02 22:03:30 +00:00
9a039e1e10 Limit Staff Playtime component width to improve layout consistency.
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