5974ec1dbaRevert "Refactor getAuthenticatedUserUuid - extract getAuthentication method for improved null handling and clarity"akastijn2025-10-24 21:59:57 +0200
c5ed657d3eRevert "Enhance AuthenticatedUuid to improve UUID extraction by adding support for decoding tokens from the Authorization header. Add logging, refactor for better null handling, and introduce @RequiredArgsConstructor."akastijn2025-10-24 21:59:57 +0200
02adbb2522Enhance AuthenticatedUuid to improve UUID extraction by adding support for decoding tokens from the Authorization header. Add logging, refactor for better null handling, and introduce @RequiredArgsConstructor.akastijn2025-10-24 21:58:07 +0200
4b466f314eRefactor getAuthenticatedUserUuid - extract getAuthentication method for improved null handling and clarityakastijn2025-10-24 21:46:07 +0200
6531526278Add logging for invalid authentication principal in AuthenticatedUuid and annotate with @Slf4jakastijn2025-10-24 21:43:50 +0200
bc0739f707Fix table name casing in VotingPluginUsersMapper queryakastijn2025-10-24 21:34:54 +0200
8bfcdb6cccReplace edit button with a Material icon, adjust styles, and add MatIconModule to component imports.
edit-punishments
akastijn2025-10-24 21:28:20 +0200
64ea68ab39Refactor AuthenticatedUuid to singleton service and replace static calls across the codebase. Add JWT authority converters, improve punishment expiry handling, and enhance frontend dialog functionality for editing punishments. Extend CORS allowed methods and origins.akastijn2025-10-24 21:10:34 +0200
f117cb2477Remove debug console.log statements from auth.service.ts.akastijn2025-10-24 19:52:26 +0200
d84d0c7fefAdd conditional button styling and logic to indicate vote availability based on last vote timestamp.akastijn2025-10-24 19:50:48 +0200
41dab473b0Add admin endpoints for editing and removing punishments and implement frontend dialog for punishment managementakastijn2025-10-23 23:52:52 +0200
b71ea7da8bLimit returned usernames to 1akastijn2025-10-21 22:48:21 +0200
745dab4d80Update query in SettingsMapper to use internal_name instead of name for database identification.akastijn2025-10-12 21:16:16 +0200
dc65b19a8fAdd error handling and logging improvements for database settings loading process.akastijn2025-10-12 21:04:59 +0200
01dab905d4Improve staff application flow with error handling updates, new email address, and code formatting adjustments.akastijn2025-09-27 21:13:04 +0200
311d77fcb2Enhance staff application flow with email verification checks, refined error handling, and improved user feedback in frontend and backend.akastijn2025-09-27 20:00:44 +0200
cdbf862ecfAdd staff application email and Discord notification integrationakastijn2025-09-24 23:33:36 +0200
643b15f2e0Add staff application support with database integration and submission flowakastijn2025-09-24 23:12:09 +0200
f886609a0eAdd staff application feature with API integration and frontend form implementationakastijn2025-09-24 22:26:17 +0200
2a0f38aa28Configure proxy for API requests and remove hardcoded apiUrl from environment files.akastijn2025-09-24 21:47:55 +0200
4878ad9f0dConfigure proxy for API requests and remove hardcoded apiUrl from environment files.akastijn2025-09-24 21:44:41 +0200
80cb2d0ad1Modified styling for appeal template
Peter
2025-08-30 15:41:26 +0200
53f67c0b67Updated version and voting requirements
Peter
2025-08-30 14:16:07 +0200
1f1f1793e3Remove redundant comment in AppealDiscord and enhance state handling in SentComponent.akastijn2025-08-24 03:15:42 +0200
4962d16abdAdd EmailVerificationMapper initialization in web database setup.akastijn2025-08-24 02:49:09 +0200
cad574b8fbSet default email value programmatically in appeal form and remove inline default logic.akastijn2025-08-24 02:43:08 +0200
c75f0cdb15Mark appeals as sent when successfully submitted and processed, ensuring accurate tracking and status updates.akastijn2025-08-24 02:39:47 +0200
fe545972e3Fix typo in email validation message for improved clarity in appeal form UI.akastijn2025-08-24 00:49:51 +0200
eab1c9322bAdd embed message support to Discord bot and update appeal flow to use embeds for Discord notificationsakastijn2025-08-24 00:43:58 +0200
ffddffa8dcAdd Discord bot support for sending appeals to specified channels and integrate with appeal flowakastijn2025-08-23 23:51:45 +0200
0b4c1ccebfFormat createdAt in appeal emails to UTC timezone and improve readability.akastijn2025-08-23 23:27:45 +0200
2e89fcec66Add initial Discord bot integration with JDA setup and environment token configurationakastijn2025-08-23 23:17:51 +0200
42b11eecf1Add email re-validation handling with UI feedback and backend validation to prevent duplicate email verification attemptsakastijn2025-08-23 22:59:22 +0200
d1da1296bbAdd SentComponent for form submission confirmation and integrate with email verification flowakastijn2025-08-23 22:42:18 +0200
523bf3d43fRefactor SentComponent to VerifyMailDialogComponent for improved clarity and usability in email verification flow.akastijn2025-08-23 22:34:08 +0200
4ccce7e190Improve email verification flow by adding verified email pre-fill, validation handling, and dialog-based verification support.akastijn2025-08-23 22:32:44 +0200
641083732dAdd email verification functionality, including backend support, email handling, and user interface integration.akastijn2025-08-23 21:46:10 +0200
da17cf9696Remove defaultAuthStatus from all environment configurations.akastijn2025-08-23 20:13:59 +0200
de1876c90cAdd historyType and historyId to Appeal, update database schema, API, and email templates to include punishment details.akastijn2025-08-16 23:40:20 +0200
c3f3b20807Update mail configuration to use SSL with custom socket factory.akastijn2025-08-16 23:01:22 +0200
37fb49cda1Inject SpringTemplateEngine into AppealMail and remove redundant field initialization.akastijn2025-08-16 20:28:29 +0200
db642103edAdd email notification service for appeals using Spring Mail and Thymeleaf templates.akastijn2025-08-16 20:23:35 +0200
f026f24263Refactor createAppeal in AppealMapper to void return type, adjust AppealController to remove redundant UUID handling. Optimize AppealDataMapper to use UUID.randomUUID().akastijn2025-08-14 02:34:28 +0200
eaee31ab2bChange createAppeal method in AppealMapper to return UUID, adjust AppealController to construct Appeal with generated UUID.akastijn2025-08-14 01:37:57 +0200
24d7cfe913Register UUIDTypeHandler in MyBatis configuration to handle UUID mapping in Connection.java.akastijn2025-08-13 23:56:31 +0200
770a2e0d14Add Minecraft appeal functionality with database integration, UUID handling, and API response adjustments.akastijn2025-08-13 23:54:20 +0200
101794d8f2Remove username property from appeal.yml schema in Discord ban appeal form.akastijn2025-08-08 21:01:58 +0200
eb72ce14ccIntegrate HistoryFormatService into AppealComponent to filter inactive history items.akastijn2025-08-06 00:31:30 +0200
d1ba89acc8Refactor KeyPairMapper to improve query readability by aliasing fields and reformatting SQL.akastijn2025-08-05 23:55:15 +0200
d28b4a2b62Refactor LoginController to use pattern matching for Jwt type check, simplify uuid extraction, and adjust debug logs.akastijn2025-08-05 23:49:11 +0200
56f4ccf40eAdd session rollback handling in Connection.java, improve resource management, and refine debug logging in LoginController.akastijn2025-08-05 23:46:47 +0200
d73f057596Remove app.config.ts, integrate configuration directly in main.ts, and refactor providers to include authInterceptor.akastijn2025-08-05 23:41:25 +0200
e825d83124Integrate authInterceptor for JWT handling, update API schema with bearerAuth security, and refactor configuration to support HTTP interceptors.akastijn2025-08-05 23:35:32 +0200
238c5d9644Refactor reloadUsername in auth.service to remove debug logs, simplify subscription handling, and add null check before invocation.akastijn2025-08-05 23:29:37 +0200
4222df87a3Add debug logs to reloadUsername in auth.service for improved error and data trackingakastijn2025-08-05 23:26:23 +0200
16cc57d774Update auth.service log message for clarity when saving user claimsakastijn2025-08-05 23:25:16 +0200
c536bfbf30Add debug logs to checkAuthStatus for missing or expired JWTakastijn2025-08-05 23:23:26 +0200
f67cb50f41Refactor logging in LoginController, simplify auth.service token validation, and remove debug logs from AppealComponent.akastijn2025-08-05 23:22:12 +0200
bdb38e5011Add username retrieval functionality to LoginController using RecentNamesMapper queryakastijn2025-08-05 23:12:50 +0200
ae1e972438Implement appeal form flow with dynamic pages, integrate punishment selection, and add username retrieval logic. Update API schema and enhance auth.service for username handling.akastijn2025-08-05 23:11:38 +0200
737b26a6c7Update environment configs to include defaultAuthStatus property.akastijn2025-08-05 21:05:38 +0200
5013b9a204Add pagination logic to AppealComponent and update layout structure.akastijn2025-08-05 20:59:22 +0200
fcb64db137Make appeal form centered and create landing pageakastijn2025-08-05 20:17:37 +0200
d2e064e2b4Add priority attribute to Discord button image in footer for improved loading behavior.akastijn2025-08-05 20:07:38 +0200
f50f2dc6c2Update login form label to provide instructions for obtaining the code from the Minecraft server.akastijn2025-08-03 01:27:49 +0200
c277306c2cRefactor FormsComponent and add AuthGuard for appeal route protection. Replace dynamic routing with static appeal route, restructure AppealComponent layout, and introduce responsive design adjustments. Update environment configuration for default auth status.akastijn2025-08-03 00:09:27 +0200
1f03a4bdc3Implement AuthGuard for route protection, integrate authorization checks into particles route, and simplify HeaderComponent access logic. Remove redundant debug logging in auth.service.ts.akastijn2025-08-02 22:27:37 +0200
7f1c59d102Rename authorizations to authorities in JWT interface and related method in auth.service.ts. Update debug logging accordingly.akastijn2025-08-02 22:11:54 +0200
f968a64dd4Add debug logging for user claims in auth.service.ts methods.akastijn2025-08-02 22:08:56 +0200
c25364caf7Add detailed debug logging in hasAccess method for clearer authorization checks.akastijn2025-08-02 22:02:23 +0200
15c3cc7f26Remove redundant debug logging in auth.service.ts and add logging in hasAccess method for authorization checks.akastijn2025-08-02 21:55:39 +0200
2b96957876Add debug logging for JWT claims extraction in auth.service.ts.akastijn2025-08-02 21:49:41 +0200
b16fab26e7Refactor hasAccess method in auth.service.ts to improve readability and optimize authorization checking logic.akastijn2025-07-31 23:30:48 +0200
28fd05a656Update HeaderComponent HTML: adjust access check condition to use SCOPE_head_mod instead of HEAD_MOD.akastijn2025-07-31 23:08:02 +0200
ff1b09be92Add debug logging for resource handling in WebConfig.akastijn2025-07-31 22:03:34 +0200