Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE commented on issue MilkyShots/MilkyShots#28 2026-07-08 16:30:20 +00:00
Maintenance panel

🤖 Automated AI-generated analysis (2026-07-08):

Buildings blocks now exist. The three key pages mentioned in this issue are all implemented:

REDCODE commented on issue MilkyShots/MilkyShots#39 2026-07-08 16:30:16 +00:00
Random Footer line at the end of infinite scroll

🤖 Automated AI-generated analysis (2026-07-08):

Infinite scroll foundation is in place. The footer feature is one of the last pieces:

REDCODE commented on issue MilkyShots/MilkyShots#40 2026-07-08 16:30:10 +00:00
Rework of Job System

🤖 Automated AI-generated analysis (2026-07-08):

Major job system overhaul completed this month. The existing system already implements several patterns described in this issue, which…

REDCODE commented on issue MilkyShots/MilkyShots#44 2026-07-08 16:29:55 +00:00
Fix Album's asset visibility

🤖 Automated AI-generated analysis (2026-07-08):

Related visibility fixes applied this month:

REDCODE commented on issue MilkyShots/MilkyShots#41 2026-07-08 16:29:52 +00:00
Asset visibility rework

🤖 Automated AI-generated analysis (2026-07-08):

Significant related work done this month. The foundation for this rework is being laid:

REDCODE commented on issue MilkyShots/MilkyShots#33 2026-07-08 16:29:42 +00:00
Random options for Album and Images endpoints

🤖 Automated AI-generated analysis (2026-07-08):

This feature appears to be implemented.

Recent commit directly addresses this:

REDCODE commented on issue MilkyShots/MilkyShots#34 2026-07-08 16:29:39 +00:00
Set an image from an album as its cover

🤖 Automated AI-generated analysis (2026-07-08):

This feature appears to be implemented.

Recent commits directly address this:

REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 16:09:16 +00:00
e5fc1a017e chore: remove debug auth logging middleware from Program.cs
REDCODE commented on issue MilkyShots/MilkyShots#11 2026-07-08 16:08:27 +00:00
Users Access & data visibility by Access level
  • User data shape need to be fixed, other mappers accept a user access level to filter the data being sent, a similar mechanism should be used here aswell
  • the endpoint authorization is a non…
REDCODE opened issue MilkyShots/MilkyShots#47 2026-07-08 16:06:03 +00:00
Admin abilty to generate single use invite link that allows the registration of an account
REDCODE opened issue MilkyShots/MilkyShots#46 2026-07-08 16:03:09 +00:00
Add password change field in the user own page.
REDCODE commented on issue MilkyShots/MilkyShots#8 2026-07-08 15:59:58 +00:00
Front page implementation
  • Login and register is done
  • random selection of photos are in the home and looks fine by now.
  • random selection of other won't be implemente in base front-end
  • search bar is way out of…
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