Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feat/add-assets-to-album at MilkyShots/MilkyShots 2026-07-16 19:43:55 +00:00
8f0267b0f7 feat: redesign AlbumAssetPicker with breadcrumb navigation, directory drill-down, and file browser UX
5d9aa21987 feat: add file-browser BrowseUnlinkedAssets endpoint with directory tree from OriginalPath
Compare 2 commits »
REDCODE pushed to feat/add-assets-to-album at MilkyShots/MilkyShots 2026-07-16 19:33:56 +00:00
ad1f9e2222 fix: use OnParametersSetAsync instead of fire-and-forget to ensure Blazor re-renders after init
REDCODE pushed to feat/add-assets-to-album at MilkyShots/MilkyShots 2026-07-16 19:06:22 +00:00
90c81c2d20 fix: use Albums.Count==0 instead of !Any() for unlinked filter, add trace logging
0cc80a084a fix: handle 204/empty responses in AssetService and always reset isLoading in AlbumAssetPicker
Compare 2 commits »
REDCODE pushed to feat/add-assets-to-album at MilkyShots/MilkyShots 2026-07-16 18:55:41 +00:00
ad7c38b20e feat: integrate AlbumAssetPicker into AlbumDetail with Add Assets button and merge handler
e0a5bd0ce4 feat: add AlbumAssetPicker modal component with drillable folder sidebar, search, and multi-select
e41e7d774f feat: extend AssetService with unassigned/folder/uploader/search params and GetUnlinkedGroupsAsync
34220e93d4 feat: extend AssetController with unlinked-groups endpoint and pass new search/unassigned/folder/uploader params
22706a09cd feat: extend AssetRepository with unassigned, folderId, uploadedBy, search filters and GetUnlinkedGroups
Compare 7 commits »
REDCODE closed issue MilkyShots/MilkyShots#141 2026-07-16 18:40:01 +00:00
Critical: user is able to register even with registrations being closed on the server as per server settings
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 18:40:01 +00:00
7dd00c0a5e fix: gate registration behind UserRegistrationEnabled setting
REDCODE opened issue MilkyShots/MilkyShots#141 2026-07-16 18:17:59 +00:00
Critical: user is able to register even with registrations being closed on the server as per server settings
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 18:09:51 +00:00
3a195dbc15 chore: Adjusted rate-limits of thumbs, preview and jobs to avoid triggering them during normal usage
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 17:54:34 +00:00
cce310ee14 Merge pull request 'feat: frontend multi-select enhancements - merge, unlink cosplayer, visibility refactor' (#140) from feat/128-frontend-merge-multi-select into develop
ada113914d refactor: move Unlink cosplayer button from album header to album edit form
a2a25673de refactor: replace inline visibility modal with shared VisibilityModal in Cosplayers.razor
963e897fe5 feat: add Unlink cosplayer button to AlbumDetail.razor
f9fe91e975 feat: add Merge Albums button to CosplayerDetail.razor
Compare 9 commits »
REDCODE deleted branch feat/128-frontend-merge-multi-select from MilkyShots/MilkyShots 2026-07-16 17:54:34 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#140 2026-07-16 17:54:33 +00:00
feat: frontend multi-select enhancements - merge, unlink cosplayer, visibility refactor
REDCODE closed issue MilkyShots/MilkyShots#128 2026-07-16 17:54:33 +00:00
Multi-select enhancements: merge, visibility, linking, and card colors
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:48:56 +00:00
ada113914d refactor: move Unlink cosplayer button from album header to album edit form
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:33:11 +00:00
a2a25673de refactor: replace inline visibility modal with shared VisibilityModal in Cosplayers.razor
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:31:42 +00:00
963e897fe5 feat: add Unlink cosplayer button to AlbumDetail.razor
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:31:13 +00:00
f9fe91e975 feat: add Merge Albums button to CosplayerDetail.razor
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:30:24 +00:00
01fc121bc3 feat: add Merge button to Cosplayers.razor with CosplayerGrid preview access
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:29:42 +00:00
da8a5ad539 feat: add Merge button to Albums.razor with AlbumGrid preview access
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:28:47 +00:00
ff2ed4f7cd feat: add MergeModal shared component for merge destination selection