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
8a839ac922Refactor WebConfig and SecurityConfig to enhance routing with /api prefix, disable CSRF and anonymous access; update OpenAPI paths accordingly. Add HomeController for default route handling.akastijn2025-07-31 21:32:55 +0200
3f76a98409Rename server.address to my-server.address across properties files and LoginController for consistency and clarity.akastijn2025-07-30 00:18:22 +0200
871615702bUpdate Node.js to v20.19.0 and npm to v10.2.3; refactor npmBuild task to use plugin-provided npmCommand and add nodeVersionCheck task for environment validation.akastijn2025-07-30 00:08:00 +0200
291c9df5c6Upgrade Angular dependencies and ngx-cookie-service in package.json to latest versions.akastijn2025-07-29 23:53:54 +0200
4150324d75Replace valueOf with fromValue in LoginController for permission claim mapping.akastijn2025-07-29 23:17:32 +0200
4267c782a7Add debug logging for user loading, permissions processing, and token generation in LoginController.akastijn2025-07-29 23:16:04 +0200
343964eda8Add server.address property and update issuer field in LoginController to use dynamic server address. Modify SQL query in PrivilegedUserMapper to simplify permissions retrieval.akastijn2025-07-28 23:01:18 +0200
1ce2088caeUpdate HeaderComponent HTML: change "Login" label to "Logout" for logout button.akastijn2025-07-15 23:42:03 +0200
0b952e07f7Refactor HeaderComponent to organize inputs, inject dependencies, and improve HTML formatting. Add logout method for authentication management.akastijn2025-07-15 21:51:03 +0200
c2b9a8a574Replace deprecated Angular directives (*ngFor, *ngIf) with modern Angular template syntax. Remove unused CommonModule imports across components for optimization. Clean up excess spacing and formatting in HTML files.akastijn2025-07-15 21:48:23 +0200
d3ef296784Upgrade TypeScript to version ^5.8.3 in package.json.akastijn2025-07-15 21:39:40 +0200
5a792463ccUpdate responsive styles and class names for consistency
Peter
2025-07-14 22:49:22 +0200
974d50d7cdMerge remote-tracking branch 'origin/master'
Peter
2025-07-06 21:33:27 +0200
62f837914cAdd new routes and improve theme and header responsiveness
Peter
2025-07-06 21:33:14 +0200
ace969ba3bRemove Blob handling logic from AuthService.login and simplify JWT processing.akastijn2025-07-06 21:00:52 +0200
2fc6ba53f6Handle Blob responses in AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.akastijn2025-07-06 20:53:13 +0200
4c38b070eaHandle Blob responses in AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.akastijn2025-07-06 20:53:03 +0200
db394beda6Add debug logs for JWT and its decoded value in AuthService.akastijn2025-07-06 20:32:02 +0200
76cb3cd89cDecode JWT before saving in AuthService.akastijn2025-07-06 20:09:49 +0200
5d8ab2deefAdd debug log for generated token in LoginController.akastijn2025-07-06 19:39:46 +0200