• Joined on 2024-04-13
stijn pushed to main at Altitude/PlotPermissions 2025-07-14 20:56:30 +00:00
30d385046a Updated to 1.21.7 with java 21 and cosmos
2b18d7d64c Updated minimessage and galaxy
6463755d5c Fixed using apart. prefix instead of plotpermissions. for subcommands
6ff3e8aa2a Initial commit
stijn created repository Altitude/PlotPermissions 2025-07-14 20:55:00 +00:00
stijn pushed to master at Altitude/Particles 2025-07-14 19:53:34 +00:00
ab86d77069 Automatically load particles that are added to or updated in the particles folder
stijn pushed to master at Altitude/LiteFlags 2025-07-11 00:43:37 +00:00
3a6a9ac85f Fix placeholder argument index in CommandFlagPlayer unknown player message
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 19:00:57 +00:00
ace969ba3b Remove Blob handling logic from AuthService.login and simplify JWT processing.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 18:53:20 +00:00
2fc6ba53f6 Handle Blob responses in AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.
4c38b070ea Handle Blob responses in AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 18:32:08 +00:00
db394beda6 Add debug logs for JWT and its decoded value in AuthService.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 18:09:55 +00:00
76cb3cd89c Decode JWT before saving in AuthService.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 17:39:53 +00:00
5d8ab2deef Add debug log for generated token in LoginController.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 17:23:46 +00:00
aef32a8982 Change log level to DEBUG in beta configuration and improve logging in LoginController.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 17:14:12 +00:00
42f0961f13 Directly initialize JwtHelperService in auth service
stijn pushed to master at Altitude/AltitudeWeb 2025-07-06 17:10:25 +00:00
04310e1cce Switch to localStorage for JWT handling and simplify case transformation logic in LoginComponent. Update app.config.ts and related services to align with the new token management method. Mark JwtClaims interface as exported.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-04 21:32:13 +00:00
cce83a08de Replace fakeLogin() with actual login() method in AuthService and remove redundant fakeLogin() implementation.
stijn pushed to master at Altitude/AltitudeWeb 2025-07-04 20:31:45 +00:00
f0faa63ca7 Add JWT support for authentication handling
stijn pushed to master at Altitude/WebInterface 2025-07-04 19:41:37 +00:00
4e66e00eae Add cooldown mechanism to Login command
stijn pushed to master at Altitude/AltitudeWeb 2025-07-04 19:37:18 +00:00
dfea91d8ca Add PrivilegedUserMapper to InitializeWebDb setup
stijn pushed to master at Altitude/WebInterface 2025-07-04 19:33:22 +00:00
e591a0c9c3 Refactor Login command to not crash you when you use it
stijn pushed to master at Altitude/AltitudeWeb 2025-07-04 19:14:51 +00:00
73916f0aae Add login button to header
stijn pushed to master at Altitude/AltitudeWeb 2025-07-04 17:50:28 +00:00
ebe66c87c0 Rework folder structure in frontend
c42fc38b2c Add SecurityAuthFailureHandler for better handling of authentication and access failures; update SecurityConfig to integrate the new handler.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-07-03 18:09:02 +00:00
213f9987d9 Remove particle component and its associated routes and security controls.