Go to file
Teriuihi 44d28494e5 Add API endpoint to retrieve total punishment counts
Introduced a new API endpoint `/history/total` for fetching the total counts of bans, mutes, kicks, and warnings. Added database mapping and DTO classes to support this functionality, along with necessary schema and controller updates.
2025-04-11 23:27:20 +02:00
backend Add API endpoint to retrieve total punishment counts 2025-04-11 23:27:20 +02:00
database Add API endpoint to retrieve total punishment counts 2025-04-11 23:27:20 +02:00
frontend More ban pages changes 2025-04-11 22:24:25 +02:00
gradle/wrapper Initial setup 2025-04-02 19:18:39 +02:00
open_api Add API endpoint to retrieve total punishment counts 2025-04-11 23:27:20 +02:00
.gitattributes Initial setup 2025-04-02 19:18:39 +02:00
.gitignore Refactor database structure and improve player handling. 2025-04-10 01:22:19 +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