• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-11-28 18:55:30 +00:00
d1ff7b3f88 Apply inline code formatting for Discord usernames and user details in StaffApplicationDiscord and AppealDiscord to avoid formatting them.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 18:00:49 +00:00
a6fbd19b6d Add loading state guard to prevent duplicate form submissions in Appeal and DiscordAppeal components.
525116e89b Enhance DiscordAppeal submission process by adding username retrieval and updating email notifications with Minecraft username. Refactor for clarity and consistency in variable usage.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:56:41 +00:00
c56f5f9fe1 Prevent duplicate submissions in sendForm by adding a loading state guard and updating the submit button's disabled condition.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:55:17 +00:00
a9e9f1f03a Add loading state guards to checkPunishment and onSubmit buttons to prevent duplicate actions and update visibility of related variables.
beb5cd496a Prevent duplicate requests in checkPunishment and sendForm by adding loading state guards.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:45:14 +00:00
186a26fae1 Refactor AppealDiscord to simplify appeal list processing using Comparator and optimize imports.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:39:19 +00:00
9c0a298145 Annotate id and assignedTo parameters with @Param in mappers for improved MyBatis compatibility.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:34:38 +00:00
5622db917b Rename username to discordUsername in DiscordAppeal and update references for clarity.
bfb656e033 Apply theme-based font color styling to staff playtime component for consistency with global design.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:19:30 +00:00
ee83bab77e Simplify time display format in staff playtime component by adjusting hour abbreviation.
bdad0ff0ae Refactor Angular Material table styles to use global theme-based CSS variables and remove redundant component-specific overrides.
2bc5c41435 Add sorting functionality to staff playtime table and include roles in UI and database mapping
fb01fc7571 Add staff role mapping, display role in UI, and enhance staff playtime calculations
Compare 4 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 04:03:47 +00:00
1d76895cbb Prevent username retrieval if user is not authenticated and fix variable naming in DiscordAppealMapper.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:48:42 +00:00
d69ef2cd20 Adjust checkAuthStatus timing and introduce reloadUsername on service initialization.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:47:03 +00:00
9ab0a130ed Delay checkAuthStatus execution on auth service initialization and add logging for username retrieval and errors.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:44:31 +00:00
b15386d157 Add DiscordAppealMapper to initialization and simplify username reload logic in auth service.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:31:22 +00:00
2baa3ef51f Fix incorrect condition in Discord appeal form banning status check.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:21:19 +00:00
bfed460d8e Add detailed logging for user ban status in DiscordAppealDiscord
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:14:31 +00:00
2e7c91bb73 Change discordId type from integer to string across frontend, backend, and API schema for consistency and proper validation.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 02:59:44 +00:00
ea4780cc91 Fix minlength and maxlength being reversed.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 02:48:27 +00:00
a6813129bb Add logging for user ban retrieval in DiscordAppealDiscord and annotate class with @Slf4j.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 02:45:33 +00:00
20c89a4f8e Refactor Discord token retrieval by prioritizing environment variable and update lambda formatting in DiscordSender.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 02:40:58 +00:00
1bf08fb4fc Refactor DiscordBotInstance to remove start method from public API, initialize JDA with lazy loading, and clean up unused token validation logic.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 02:34:27 +00:00
af9e1e627f Refactor DiscordBotInstance to initialize JDA lazily and standardize "Discord ID" terminology in appeal form.