• Joined on 2024-04-13
stijn created branch bans in Altitude/AltitudeWeb 2025-04-19 02:02:57 +00:00
stijn pushed to bans at Altitude/AltitudeWeb 2025-04-19 02:02:57 +00:00
3babde5513 Add punishment details and history retrieval functionality
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:40:19 +00:00
a1912b96d8 Update favicon
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:34:36 +00:00
e9880f8864 Remove redundant 'logging' property from angular.json
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:33:44 +00:00
3449cf24b1 Remove extractCss configuration from angular.json
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:28:33 +00:00
43edd49273 Set up environment-based configurations for API and builds.
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:07:54 +00:00
3d4d77bc73 Add WebConfig for static resource handling
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 23:01:54 +00:00
5b158ae3f7 Add application-beta.properties for beta environment config.
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 22:44:57 +00:00
bbedd2257e Ensure backend tasks depend on frontend build completion
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 22:09:45 +00:00
6f2a48338b Fix npm executable path resolution in build script
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 22:08:18 +00:00
e6df93ff5c Fix npm executable path resolution in build script
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 20:41:10 +00:00
235f4fb60f Refactor database queries and handle non-429 errors in history
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 20:27:47 +00:00
6dbb36399f Add 'node' to .gitignore
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 20:25:02 +00:00
25e8dc8e8e Update build scripts to integrate frontend with backend.
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 18:47:28 +00:00
f53fc9746e Update avatar URL logic for console entries
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 18:43:23 +00:00
ecee377f01 Add API endpoints for search result counts by name and UUID
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 17:32:39 +00:00
905373093c Update rate limiting headers and adjust time unit for limits
21f2b3e4a5 Refactor pagination logic and add error handling in history
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 16:46:19 +00:00
53f67a5075 Fix handling of non-positive expiry times in punishment history
stijn pushed to master at Altitude/AltitudeWeb 2025-04-18 16:33:52 +00:00
a01038e86c Refactor rate-limiting and name history queries.
stijn pushed to master at Altitude/AltitudeWeb 2025-04-17 18:31:23 +00:00
e3eaab708c Add rate-limiting mechanism with AOP for API endpoints