• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-09-24 19:48:01 +00:00
2a0f38aa28 Configure proxy for API requests and remove hardcoded apiUrl from environment files.
stijn pushed to master at Altitude/AltitudeWeb 2025-09-24 19:44:46 +00:00
4878ad9f0d Configure proxy for API requests and remove hardcoded apiUrl from environment files.
stijn pushed to master at Altitude/AltitudeBot 2025-09-11 20:35:15 +00:00
3d868a109d Refactor build.gradle.kts: reorder plugins, configure bootJar and shadowJar, optimize jar task setup, and update main class attribute.
stijn pushed to master at Altitude/AltitudeBot 2025-09-11 20:11:49 +00:00
e947275409 Update CommandSeen: replace "grove" with "bayou" in valid servers, switch to InteractionContextType.GUILD.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-24 01:15:48 +00:00
1f1f1793e3 Remove redundant comment in AppealDiscord and enhance state handling in SentComponent.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-24 00:49:14 +00:00
4962d16abd Add EmailVerificationMapper initialization in web database setup.
cad574b8fb Set default email value programmatically in appeal form and remove inline default logic.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-08-24 00:39:51 +00:00
c75f0cdb15 Mark appeals as sent when successfully submitted and processed, ensuring accurate tracking and status updates.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 22:49:54 +00:00
fe545972e3 Fix typo in email validation message for improved clarity in appeal form UI.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 22:44:03 +00:00
eab1c9322b Add embed message support to Discord bot and update appeal flow to use embeds for Discord notifications
ffddffa8dc Add Discord bot support for sending appeals to specified channels and integrate with appeal flow
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 21:27:50 +00:00
0b4c1ccebf Format createdAt in appeal emails to UTC timezone and improve readability.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 21:17:57 +00:00
2e89fcec66 Add initial Discord bot integration with JDA setup and environment token configuration
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 20:59:27 +00:00
42b11eecf1 Add email re-validation handling with UI feedback and backend validation to prevent duplicate email verification attempts
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 20:42:22 +00:00
d1da1296bb Add SentComponent for form submission confirmation and integrate with email verification flow
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 20:34:13 +00:00
523bf3d43f Refactor SentComponent to VerifyMailDialogComponent for improved clarity and usability in email verification flow.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 20:32:49 +00:00
4ccce7e190 Improve email verification flow by adding verified email pre-fill, validation handling, and dialog-based verification support.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-23 19:46:15 +00:00
641083732d Add email verification functionality, including backend support, email handling, and user interface integration.
da17cf9696 Remove defaultAuthStatus from all environment configurations.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-08-16 21:40:30 +00:00
de1876c90c Add historyType and historyId to Appeal, update database schema, API, and email templates to include punishment details.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-16 21:01:32 +00:00
c3f3b20807 Update mail configuration to use SSL with custom socket factory.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-16 18:28:38 +00:00
37fb49cda1 Inject SpringTemplateEngine into AppealMail and remove redundant field initialization.
stijn pushed to master at Altitude/AltitudeWeb 2025-08-16 18:23:45 +00:00
db642103ed Add email notification service for appeals using Spring Mail and Thymeleaf templates.