Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE commented on issue MilkyShots/MilkyShots#93 2026-07-15 16:47:28 +00:00
Add visibility levels (Public/Protected/Private) to Person, Album, and Asset

Phase E: 1: we decided to lock down anonymous access for now, at least until rate limit get's implemented (#113) 2: as above 3: this helper function in MediaController is intended to work in…

REDCODE closed issue MilkyShots/MilkyShots#93 2026-07-15 16:47:28 +00:00
Add visibility levels (Public/Protected/Private) to Person, Album, and Asset
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-15 16:42:55 +00:00
de9cd618b6 docs: fix stale column references and tooling versions in AGENTS.md
REDCODE commented on issue MilkyShots/MilkyShots#44 2026-07-15 16:24:20 +00:00
Fix Album's asset visibility

This might require a discussion about the current status.

REDCODE merged pull request MilkyShots/MilkyShots#127 2026-07-15 16:23:19 +00:00
feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data
REDCODE closed issue MilkyShots/MilkyShots#106 2026-07-15 16:23:19 +00:00
Auth/permissions redesign — 5-actor model, Maintainer role, DB schema
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-15 16:23:19 +00:00
e7fb01be9f Merge pull request 'feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data' (#127) from feature/106-auth-redesign-frontend into develop
e4a34a7dad fix: show maintained cosplayers section for all user types in user profile edit modal
d799c3eb1f docs: clarify Curators and Admins can be maintainers for credited attribution
c5fabf0e07 fix: show maintained cosplayers section for all user types in admin edit modal
3cdf9eb185 refactor: extract person search/assign UI into shared SearchAssignBadges component
Compare 32 commits »
REDCODE deleted branch feature/106-auth-redesign-frontend from MilkyShots/MilkyShots 2026-07-15 16:23:19 +00:00
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 15:46:04 +00:00
e4a34a7dad fix: show maintained cosplayers section for all user types in user profile edit modal
d799c3eb1f docs: clarify Curators and Admins can be maintainers for credited attribution
c5fabf0e07 fix: show maintained cosplayers section for all user types in admin edit modal
3cdf9eb185 refactor: extract person search/assign UI into shared SearchAssignBadges component
6efccae030 fix: address PR #127 review issues — fallback, eager load, indentation, Maintainer tests
Compare 5 commits »
REDCODE commented on issue MilkyShots/MilkyShots#128 2026-07-15 15:35:28 +00:00
Multi-select enhancements: merge, visibility, linking, and card colors

How are you moving X's albums to Y and losing information? The soft-delete isn't a thing either besides assets, @Ai_Agent is clearly smoking something good. The operation is a bulk version of the…

REDCODE commented on issue MilkyShots/MilkyShots#128 2026-07-15 13:43:20 +00:00
Multi-select enhancements: merge, visibility, linking, and card colors

Does it even matter? The operation is "move all the assets under these albums to be under this destination album". Is there any concern?

REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 13:12:22 +00:00
93cbbea3c7 fix: allow maintainer assignment for all user roles in UI
cace8640e9 fix: replace remaining jsonPath calls in asset visibility tests
a3ce98a984 fix: replace jsonPath with response.body for null-value checks in visibility tests
4f3e3a28cc fix: enforce data visibility per access level with test coverage
Compare 4 commits »
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 12:24:42 +00:00
657ffaae11 fix: show email to self-viewing users on user page
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 12:21:19 +00:00
700d5a63a7 chore: fix Dockerfiles, add debug compose to solution
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 12:19:14 +00:00
9531ac2e23 fix: NRE on user page when user data not yet loaded
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 12:12:02 +00:00
288da412d9 fix: remove underline from maintainer links, load assigned person names in user edit modal
1b34520a66 feat: add docker-compose.debug.yml and UseWebAssemblyDebugging for WASM debugging
Compare 2 commits »
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 11:18:34 +00:00
23b285cf49 fix: remove underline from user links, hide email from non-admin viewers
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 11:17:39 +00:00
27707b120c feat: make usernames clickable on admin users page, linking to /User/{id}