Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE commented on issue MilkyShots/MilkyShots#35 2026-07-08 16:31:09 +00:00
Edit Setting endpoint to request multiple settings

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

Settings page was reworked, but bulk endpoints not yet added:

REDCODE commented on issue MilkyShots/MilkyShots#36 2026-07-08 16:31:05 +00:00
Remove auth check or reworking it into a heartbeat like answer

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

Auth system was significantly reworked this month, but the specific change requested hasn't been made:

REDCODE commented on issue MilkyShots/MilkyShots#45 2026-07-08 16:30:56 +00:00
Add user management page for admins

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

Admin infrastructure exists to build upon:

REDCODE commented on issue MilkyShots/MilkyShots#42 2026-07-08 16:30:50 +00:00
Cosplayer Lewdness Meter/rating

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

Person/album system provides the foundation. The cosplayer and album infrastructure was just built:

REDCODE commented on issue MilkyShots/MilkyShots#43 2026-07-08 16:30:45 +00:00
Fix User Deletion propagation

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

Soft-delete convention is established, but cascade is not implemented:

REDCODE commented on issue MilkyShots/MilkyShots#47 2026-07-08 16:30:40 +00:00
Admin abilty to generate single use invite link that allows the registration of an account

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

Auth infrastructure supports this feature. The existing system provides a solid foundation:

REDCODE commented on issue MilkyShots/MilkyShots#38 2026-07-08 16:30:30 +00:00
FileSystemScanner Rework

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

FileSystemCrawlJob stability improved this month:

REDCODE commented on issue MilkyShots/MilkyShots#46 2026-07-08 16:30:25 +00:00
Add password change field in the user own page.

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

User page infrastructure ready, password change form is the missing piece:

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…