• Joined on 2024-04-13
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.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-22 21:26:49 +00:00
7d59885395 Implement Discord appeal functionality, including database schema, API endpoints, front-end form, and Discord message handling.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-22 00:22:21 +00:00
20ec3648c4 Refactor AppealComponent to remove dynamic height logic, integrate FullSizeComponent, and simplify imports.
5876298ae9 Simplify SentComponent template by removing unnecessary <ng-content> wrapper.
da3a818f03 Add FullSizeComponent for dynamic height adjustment and update SentComponent to use it
Compare 3 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:56:23 +00:00
9311a1ccd6 Refactor appeal message sending to use AppealSender and improve assignment handling with thread creation and button interactions.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:44:24 +00:00
65820cf0a4 Implement appeal assignment system with AppealListMapper and associated logic.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:17:08 +00:00
9d23838eb0 Remove email information from Discord appeal message.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:13:17 +00:00
a50b4ed658 Handle WARN case in EditHistoryMapper by updating "litebans_warnings" instead of throwing an exception.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 22:39:41 +00:00
0f11167953 Refactor Discord message sending to use MessageForEmbed object and add support for creating threads in targeted channels.
stijn pushed to master at Altitude/AltitudeQuests 2025-11-17 23:19:48 +00:00
db8c35150e Update Cosmos API to 1.21.8, configure Altitude Nexus repository, and adjust ProgressBookOpener for incomplete quests
stijn pushed to master at Altitude/AltitudeWeb 2025-11-15 19:50:23 +00:00
ec3435dccc Add grove-dl route and corresponding redirect to MediaFire folder in RedirectComponent
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:24:24 +00:00
07048567a1 Set body background color in RedirectComponent styles to use secondary theme color
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:18:13 +00:00
5d9bf922a4 Update RedirectComponent to use window.location.href for external navigation instead of router.navigateByUrl.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:10:42 +00:00
19bc6fc8e3 Create RedirectComponent to handle dynamic redirections and update routes for improved maintainability.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 19:59:32 +00:00
42786dce74 Add route to redirect /worlddl path to external MediaFire link