Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/webapi/async-folder-media at MilkyShots/MilkyShots 2026-08-21 15:31:02 +00:00
5727da5798 refactor(Lactose): await folder lookups in scheduler, jobs API and CreateAlbumsJob
2038bd5e20 feat(Lactose): await filesystem browse in AssetController.FsBrowse
8a4783367a feat(Lactose): make FilesystemBrowseService database access async
4bf8c5e69f feat(Lactose): convert FolderController actions to async
df8b5a2cf2 feat(Lactose): convert FolderRepository to async
Compare 5 commits »
REDCODE created branch feature/webapi/async-folder-media in MilkyShots/MilkyShots 2026-08-21 15:31:02 +00:00
REDCODE deleted branch feature/webapi/async-tag-settings-jobs from MilkyShots/MilkyShots 2026-08-21 15:23:04 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-21 15:23:03 +00:00
2d82dd7c7c Merge pull request 'Async migration PR 2: Tag, Settings & JobRecord repositories' (#195) from feature/webapi/async-tag-settings-jobs into develop
c3b473ff86 refactor(Lactose): await settings lookups in background jobs
e279e91f0d refactor(Lactose): make JobScheduler lifecycle and settings seeding async
ccbf8ebaa4 feat(Lactose): convert JobManager queries and JobsController to async
ae62213b76 refactor(Lactose): await settings lookups in StatsRepository
Compare 10 commits »
REDCODE merged pull request MilkyShots/MilkyShots#195 2026-08-21 15:23:03 +00:00
Async migration PR 2: Tag, Settings & JobRecord repositories
REDCODE pushed to feature/webapi/async-tag-settings-jobs at MilkyShots/MilkyShots 2026-08-21 15:04:20 +00:00
c3b473ff86 refactor(Lactose): await settings lookups in background jobs
e279e91f0d refactor(Lactose): make JobScheduler lifecycle and settings seeding async
ccbf8ebaa4 feat(Lactose): convert JobManager queries and JobsController to async
ae62213b76 refactor(Lactose): await settings lookups in StatsRepository
a2de4b8ac3 feat(Lactose): convert Settings and registration-check endpoints to async
Compare 9 commits »
REDCODE created branch feature/webapi/async-tag-settings-jobs in MilkyShots/MilkyShots 2026-08-21 15:04:20 +00:00
REDCODE deleted branch feature/webapi/async-user-auth from MilkyShots/MilkyShots 2026-08-21 14:46:48 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-21 14:46:48 +00:00
b3f2e73eef Merge pull request 'Async migration PR 1: UserRepository, auth pipeline & user controllers' (#194) from feature/webapi/async-user-auth into develop
3f8b36eb37 chore(Lactose): await user existence check in AssetController.Create
152e0c2bc0 feat(Lactose): convert AuthController actions to async
9d79c15201 feat(Lactose): convert UserController actions to async
ba8f7b68be refactor(Lactose): await user lookup in RefreshTokenTransformation
Compare 6 commits »
REDCODE merged pull request MilkyShots/MilkyShots#194 2026-08-21 14:46:48 +00:00
Async migration PR 1: UserRepository, auth pipeline & user controllers
REDCODE pushed to feature/webapi/async-user-auth at MilkyShots/MilkyShots 2026-08-21 14:27:31 +00:00
3f8b36eb37 chore(Lactose): await user existence check in AssetController.Create
152e0c2bc0 feat(Lactose): convert AuthController actions to async
9d79c15201 feat(Lactose): convert UserController actions to async
ba8f7b68be refactor(Lactose): await user lookup in RefreshTokenTransformation
a7d2e88993 feat(Lactose): convert UserRepository to async
Compare 5 commits »
REDCODE created branch feature/webapi/async-user-auth in MilkyShots/MilkyShots 2026-08-21 14:27:31 +00:00
REDCODE deleted branch feature/webapi/async-methods-migration from MilkyShots/MilkyShots 2026-08-21 14:10:33 +00:00
REDCODE pushed to r3d-spice2x at REDCODE/spice2x-r3d 2026-08-21 12:38:36 +00:00
786a4254d2 Fixes build failing due to dsdmo.i686.dll being downloaded via wget command
REDCODE pushed to r3d-spice2x at REDCODE/spice2x-r3d 2026-08-21 12:26:43 +00:00
09ac50f2d5 Merge branch 'github-main' into r3d-spice2x
2dc3c0cbe4 patcher: make the checkbox label toggleable (#882)
4c2a70bab6 build: improve dockerfile (#881)
46f76597fc cfg: active only filter for options search (#879)
b23640222c api: add CORS policy (#878)
Compare 20 commits »
REDCODE closed issue MilkyShots/MilkyShots#155 2026-08-21 03:19:52 +00:00
Frontend cleanup: regularization, reuse, and shared-component extraction
REDCODE closed issue MilkyShots/MilkyShots#162 2026-08-21 03:19:40 +00:00
Consolidate search/dropdown + debounce
REDCODE closed issue MilkyShots/MilkyShots#161 2026-08-21 03:19:35 +00:00
Extract shared selection/confirm/visibility state helpers
REDCODE closed issue MilkyShots/MilkyShots#160 2026-08-21 03:19:29 +00:00
Decompose AlbumAssetPicker duplicate templates
REDCODE closed issue MilkyShots/MilkyShots#159 2026-08-21 03:19:25 +00:00
Unify infinite-scroll pagination (Home → PageBuffer)