Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-08-30 17:58:12 +00:00
597533d70c Fixes docker deployments
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-08-30 16:56:44 +00:00
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-08-29 18:14:24 +00:00
1db0ea89cf Fixes settings page layout
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-08-29 17:31:07 +00:00
c6a61879d9 Versioned bootstrap
2e882e7c13 Fixed JSON Default settings not being serialized, explicitly defined enum
6a47f84fcc feat(API): Edits SettingsRepository to manage FileWatcher Service
b0e84119ac feat(API): Adds method to modify the FileWatcherService: folders, time
Compare 4 commits »
REDCODE pushed to feature/filesystem-watcher at MilkyShots/MilkyShots 2025-08-21 16:16:09 +00:00
c6a61879d9 Versioned bootstrap
REDCODE pushed to feature/filesystem-watcher at MilkyShots/MilkyShots 2025-08-21 15:58:10 +00:00
2e882e7c13 Fixed JSON Default settings not being serialized, explicitly defined enum
REDCODE pushed to master at REDCODE/Arma3ServerSettings 2025-08-08 14:31:44 +00:00
ed843ae9db bandage rollover was not set as server setting
REDCODE pushed to master at REDCODE/Arma3ServerSettings 2025-08-02 15:43:17 +00:00
eb966627e3 Medical settings fix up to enable stitching, toned down overheating, disabled new armor changes that might be causing bruises instead of bullet holes, fixed enemies being too smart sometimes
REDCODE pushed to master at REDCODE/Arma3ServerSettings 2025-07-19 17:04:33 +00:00
de6af39460 Restricts Zeus creation to only admins (ACE update must have flipped the order here), unrestricts zeroing, users can now select millis or meters
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-18 18:40:46 +00:00
e411c0ce27 feat(API): Settings rework
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-18 00:22:08 +00:00
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 19:18:50 +00:00
0ae0f4ec35 Initial Settings page implementation
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 18:49:18 +00:00
5a05822a9f feat(frontend): nav menu restyle
445ae26360 feat(frontend): added folders service
Compare 2 commits »
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 17:35:35 +00:00
adad2dcfd9 fix(frontend): adjusted SettingsService to work with List<SettingDto> instead of SettingsDto object.
7c58a270b3 feat(db): limited strings length in Settings Table
Compare 2 commits »
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 13:27:19 +00:00
83ecd83f83 Syncronized logged user account into LoginService, added state sync across navbar and home (and laid groundwork for statesync across all of the application)
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 13:08:56 +00:00
c07332657b feat(frontend): Login and logout now properly work
REDCODE commented on issue MilkyShots/MilkyShots#37 2025-07-17 12:27:49 +00:00
How to handle refresh token

Option 1 and 2 are fine. 3 would fuck up my current implementation of the JWT Refresher. Option 2 would be my preferred.

REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 10:53:06 +00:00
1d7bb08b79 JWT Token refresher improved performance in logging strings
Compare 2 commits »
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 10:52:19 +00:00
bcd85b8f61 Made all services derive from AuthServiceBase/ServiceBase
d52f4da3bb feat(frontend): adds ServiceBase and AuthServiceBase abstract classes
Compare 2 commits »
REDCODE pushed to feature/frontend at MilkyShots/MilkyShots 2025-07-17 08:21:39 +00:00
82c6394c82 Added Event for Auth info change in loginService
330071a864 Added dropdown to user icon
040e590802 Join searchbox and button
Compare 3 commits »