Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to r3d-spice2x at REDCODE/spice2x-r3d 2026-08-30 18:41:28 +00:00
4652dc5c4a Merge remote-tracking branch 'origin/main' into r3d-spice2x
357e6c86f1 gitadora: allow a landscape monitor to display subscreen (#899)
67963389ef drs: hook down movement, adjust touch hooks (#898)
4009bb8a84 sc: bone eater preliminary support (#895)
8fb6d94000 Include AI-Use Policy in README
Compare 18 commits »
REDCODE commented on issue MilkyShots/MilkyShots#40 2026-08-23 16:02:52 +00:00
Rework of Job System

Service class calls DB, generates list of assets to process, enqueues max amount of concurrent tasks as per limits from the shared configuration.

Job scheduling rules:

a class orchestrates…

REDCODE closed issue MilkyShots/MilkyShots#198 2026-08-22 11:08:38 +00:00
Admin should be able to restore softdeleted assets
REDCODE deleted branch feature/restore-softdeleted-assets from MilkyShots/MilkyShots 2026-08-22 11:07:53 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-22 11:07:53 +00:00
0267313306 Merge pull request 'feat: restore soft-deleted assets (#198)' (#200) from feature/restore-softdeleted-assets into develop
985178b741 feat(MilkStream.Client): replace trash filter flow with searchable dropdowns
677a3816d2 feat(MilkStream.Client): add album search dropdown component
451c131711 feat(MilkStream.Client): allow restoring deleted users in admin users page
559e7f1a46 feat(MilkStream.Client): add deleted-assets tab to maintenance page
Compare 12 commits »
REDCODE merged pull request MilkyShots/MilkyShots#200 2026-08-22 11:07:53 +00:00
feat: restore soft-deleted assets (#198)
REDCODE deleted branch feature/webapi/async-asset from MilkyShots/MilkyShots 2026-08-21 17:45:29 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-21 17:45:27 +00:00
62dc693842 Merge pull request 'Async migration PR 5: Asset repository (final slice)' (#199) from feature/webapi/async-asset into develop
e00fc5e98c refactor(Lactose): await asset lookups and saves in batch jobs
c773228832 refactor(Lactose): await asset repository calls in dependent controllers
225e6c4b92 feat(Lactose): convert remaining AssetController actions to async
dffc909353 feat(Lactose): convert AssetRepository to async
Compare 5 commits »
REDCODE merged pull request MilkyShots/MilkyShots#199 2026-08-21 17:45:26 +00:00
Async migration PR 5: Asset repository (final slice)
REDCODE pushed to feature/webapi/async-asset at MilkyShots/MilkyShots 2026-08-21 16:48:04 +00:00
e00fc5e98c refactor(Lactose): await asset lookups and saves in batch jobs
c773228832 refactor(Lactose): await asset repository calls in dependent controllers
225e6c4b92 feat(Lactose): convert remaining AssetController actions to async
dffc909353 feat(Lactose): convert AssetRepository to async
Compare 4 commits »
REDCODE created branch feature/webapi/async-asset in MilkyShots/MilkyShots 2026-08-21 16:48:04 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-21 16:36:11 +00:00
379f640f00 Merge pull request 'Async migration PR 4: Album, Person & Media repositories' (#197) from feature/webapi/async-album-person-media into develop
8c6b18382a refactor(Lactose): await person and album lookups in CreateAlbumsJob
917a144ed5 refactor(Lactose): await maintainer checks in AssetController update/delete paths
9613e7fe13 feat(Lactose): convert MediaRepository and MediaController to async
059866eb4a feat(Lactose): convert AlbumController actions to async
Compare 8 commits »
REDCODE deleted branch feature/webapi/async-album-person-media from MilkyShots/MilkyShots 2026-08-21 16:36:11 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#197 2026-08-21 16:36:11 +00:00
Async migration PR 4: Album, Person & Media repositories
REDCODE opened issue MilkyShots/MilkyShots#198 2026-08-21 16:31:51 +00:00
Admin should be able to restore softdeleted assets
8c6b18382a refactor(Lactose): await person and album lookups in CreateAlbumsJob
917a144ed5 refactor(Lactose): await maintainer checks in AssetController update/delete paths
9613e7fe13 feat(Lactose): convert MediaRepository and MediaController to async
059866eb4a feat(Lactose): convert AlbumController actions to async
65ee5cfd20 feat(Lactose): convert PersonController actions to async
Compare 7 commits »
REDCODE created branch feature/webapi/async-album-person-media in MilkyShots/MilkyShots 2026-08-21 16:17:08 +00:00
REDCODE deleted branch feature/webapi/async-folder-media from MilkyShots/MilkyShots 2026-08-21 15:58:54 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-08-21 15:58:52 +00:00
6f2ad6d24c Merge pull request 'Async migration PR 3: Folder repository & filesystem browse' (#196) from feature/webapi/async-folder-media into develop
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
Compare 6 commits »
REDCODE merged pull request MilkyShots/MilkyShots#196 2026-08-21 15:58:51 +00:00
Async migration PR 3: Folder repository & filesystem browse