• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 21:09:40 +00:00
e415ecc415 Implement dynamic container height adjustment in NickGeneratorComponent based on header and footer dimensions. Refactor HTML structure for improved dark mode styling and accessibility. Optimize component lifecycle by adding AfterViewInit and OnDestroy handling with a ResizeObserver.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:40:59 +00:00
72b9109ece Configure additional assets output path in angular.json.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:23:11 +00:00
19f37e7dd7 Correct misassigned section classes in CommunityComponent HTML for consistent styling.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:21:58 +00:00
7ce9ee33c4 Add "Developers" section to CommunityComponent with dynamic team member display and adjust structure of existing sections.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:20:31 +00:00
a1fbdf3581 Add "Developers" section to CommunityComponent with dynamic team member display and adjust structure of existing sections.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 20:18:14 +00:00
a396b13261 Use @Slf4j in QueriesUserByRole, improve query filtering by active accounts, and refine error handling in CommandSyncNitro.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:49:00 +00:00
b0d3498d1c Add .queue() to embed action in CommandSyncNitro for proper execution
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.