Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to issue-122-bulk-assign-cosplayer at MilkyShots/MilkyShots 2026-07-16 01:01:27 +00:00
c7e83ed97b feat: bulk cosplayer assignment for albums from multiselect mode
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 00:32:07 +00:00
7db1738678 fix: soft-delete users in UserController.Delete instead of hard-delete
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 00:17:46 +00:00
3e099987a3 fix: album detail back button uses history.back() with fallback to /albums
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-15 23:21:31 +00:00
ca50554108 feat: wire up SystemUploaderId setting — seed, UI, and crawl job backfill
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-15 23:00:02 +00:00
2bfa370989 Merge pull request 'feat: role-visible colored borders, AlbumDetail bulk actions, and cascading visibility (#78)' (#131) from issue-78-role-visible-borders into develop
dbd5d15fa1 fix: label Delete button and cropper modal overlay
b1f32844a9 fix: homepage preview navigation, grid observer crash, and cascade labels
3bf98cbfed fix: prevent private assets with null UploadedBy leaking to anonymous users
80c9c8bd6f fix: Cosplayers page bugs
Compare 21 commits »
REDCODE deleted branch issue-78-role-visible-borders from MilkyShots/MilkyShots 2026-07-15 23:00:02 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#131 2026-07-15 23:00:01 +00:00
feat: role-visible colored borders, AlbumDetail bulk actions, and cascading visibility (#78)
REDCODE closed issue MilkyShots/MilkyShots#78 2026-07-15 23:00:01 +00:00
Role-visible colored borders on albums and assets based on item state
REDCODE pushed to issue-78-role-visible-borders at MilkyShots/MilkyShots 2026-07-15 22:57:47 +00:00
dbd5d15fa1 fix: label Delete button and cropper modal overlay
REDCODE deleted branch issue-78-album-detail-bulk-actions from MilkyShots/MilkyShots 2026-07-15 22:04:23 +00:00
REDCODE pushed to issue-78-role-visible-borders at MilkyShots/MilkyShots 2026-07-15 22:03:37 +00:00
b1f32844a9 fix: homepage preview navigation, grid observer crash, and cascade labels
REDCODE pushed to issue-78-role-visible-borders at MilkyShots/MilkyShots 2026-07-15 21:33:38 +00:00
3bf98cbfed fix: prevent private assets with null UploadedBy leaking to anonymous users
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-15 18:30:30 +00:00
758696f7c9 fix: add entity-level visibility gating for albums and persons
REDCODE commented on issue MilkyShots/MilkyShots#122 2026-07-15 17:55:13 +00:00
Bulk cosplayer assignment for albums from multiselection mode

Part of #128

REDCODE commented on issue MilkyShots/MilkyShots#29 2026-07-15 17:44:31 +00:00
FileSystem Service add a caching system

This should be assessed after #40

REDCODE commented on issue MilkyShots/MilkyShots#78 2026-07-15 17:14:18 +00:00
Role-visible colored borders on albums and assets based on item state

These borders should appear only in bulk select mode / edit mode and curation mode in the future (#94).

REDCODE closed issue MilkyShots/MilkyShots#70 2026-07-15 17:12:38 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)
REDCODE commented on issue MilkyShots/MilkyShots#51 2026-07-15 17:09:50 +00:00
Public access for cosplayers and albums

Deferred to v1.1 as part of #105