Go to file
Teriuihi ba6cf6d938 Add rate limiting to AppealController methods
Introduced @RateLimit annotations to enforce request limits on the AppealController. The overall controller has a global limit of 30 requests per hour, while specific methods for Discord and Minecraft appeals are limited to 3 requests per hour. This aims to prevent abuse and improve system reliability.
2025-04-26 23:13:26 +02:00
backend Add rate limiting to AppealController methods 2025-04-26 23:13:26 +02:00
database Add punishment details and history retrieval functionality 2025-04-19 04:02:51 +02:00
frontend Add appeal and login functionality structure 2025-04-26 20:58:47 +02:00
gradle/wrapper Initial setup 2025-04-02 19:18:39 +02:00
open_api Add appeal and login functionality structure 2025-04-26 20:58:47 +02:00
.gitattributes Initial setup 2025-04-02 19:18:39 +02:00
.gitignore Add 'node' to .gitignore 2025-04-18 22:27:42 +02:00
gradlew Initial setup 2025-04-02 19:18:39 +02:00
gradlew.bat Initial setup 2025-04-02 19:18:39 +02:00
settings.gradle.kts Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00