Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE closed issue MilkyShots/MilkyShots#8 2026-07-08 15:59:58 +00:00
Front page implementation
REDCODE commented on issue MilkyShots/MilkyShots#11 2026-07-08 15:52:55 +00:00
Users Access & data visibility by Access level

What was fixed (3 commits on develop)

REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 15:51:43 +00:00
44394daebf fix(AlbumController): exclude deleted assets from search visibility for #11
ac76aab168 fix(AssetController): correct search visibility filter for #11
4f56acb320 fix(controllers): tighten asset visibility and media access checks
Compare 3 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 14:52:58 +00:00
70fe586fc6 fix: force square aspect-ratio in grid mode over inline style
58bd4ee766 fix: override masonry inline styles with !important for grid mode
3d789d68e7 refactor: remove list view, add grid/masonry toggle to album detail
9327a739f8 feat: view mode selector for albums page (masonry/grid/list)
de731095cc fix: use CSS columns for albums page, keep JS masonry only for album detail
Compare 5 commits »
REDCODE opened issue MilkyShots/MilkyShots#42 2026-07-08 14:52:15 +00:00
Cosplayer Lewdness Meter/rating
REDCODE opened issue MilkyShots/MilkyShots#41 2026-07-08 14:38:32 +00:00
Asset visibility rework
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 12:56:15 +00:00
696ea613de revert: switch album detail back to masonry layout
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 12:48:04 +00:00
9b17b6b231 fix: faulty migration that could cause lactose crash on migration apply
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 12:23:30 +00:00
b1d5356220 feat: justified gallery layout for album detail page
37dad0d1d7 fix: JS-based masonry for left-to-right item flow with varying heights
c5e41f2c05 fix: unlock body scroll on navigation, reorder masonry for left-to-right flow
d45a915ba9 fix: use flexbox with align-items:flex-start for album detail grid
b7d1912fc6 fix: switch album detail grid from flexbox to CSS Grid
Compare 16 commits »
REDCODE pushed to feature/albums-page at MilkyShots/MilkyShots 2026-07-08 12:23:15 +00:00
b1d5356220 feat: justified gallery layout for album detail page
37dad0d1d7 fix: JS-based masonry for left-to-right item flow with varying heights
c5e41f2c05 fix: unlock body scroll on navigation, reorder masonry for left-to-right flow
d45a915ba9 fix: use flexbox with align-items:flex-start for album detail grid
b7d1912fc6 fix: switch album detail grid from flexbox to CSS Grid
Compare 9 commits »
REDCODE created branch feature/albums-page in MilkyShots/MilkyShots 2026-07-08 11:46:22 +00:00
REDCODE pushed to feature/albums-page at MilkyShots/MilkyShots 2026-07-08 11:46:22 +00:00
dcc8eba931 fix: scoped CSS deep selectors for preview info text and filename binding
4c90e553af feat: auto-assign album cover from first alphabetically-sorted asset
b8f75f9529 refactor: extract ImagePreview shared component from Home and AlbumDetail
d10e062373 feat: add albums list page and album detail page with inline preview
3c1d2ef14b feat: add AlbumService and PersonService to WASM client
Compare 7 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:30:25 +00:00
de938e6d1e docs: update AGENTS.md with verified infrastructure gotchas
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:23:27 +00:00
949dec9bdc feat: add data completeness indicators to statistics page
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:18:13 +00:00
89c4bfe13f feat: implement seed-based deterministic random ordering for home page
7a0b72584c fix: propagate cancellation tokens through linked child job CTS
Compare 2 commits »
REDCODE commented on issue MilkyShots/MilkyShots#32 2026-07-08 09:27:23 +00:00
Service for generation of Thumbnails and Previews

a basic implementation of both exists now. Not how it was planned but we can improve it later.

REDCODE closed issue MilkyShots/MilkyShots#32 2026-07-08 09:27:23 +00:00
Service for generation of Thumbnails and Previews
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 09:26:22 +00:00
ebfab19df4 Add autorestart for services
77630f4e83 fix: remove scroll position correction from LoadPreviousPage for smoother scroll-up
16619f9631 feat: add bidirectional infinite scroll (up and down)
9829e02a38 fix: download button now fetches blob and triggers actual file download
632ca0d3e4 feat: add full-size view and download buttons in preview overlay
Compare 12 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 00:05:20 +00:00
458cf70081 feat: add thousands separators to job status numbers
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 23:50:52 +00:00
3d81b7a97e fix: skip existing AlbumAsset relationships in CreateAlbumsJob to prevent duplicate key violations on re-run