Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE created branch feature/admin-users-page in MilkyShots/MilkyShots 2026-07-08 16:47:39 +00:00
REDCODE closed issue MilkyShots/MilkyShots#45 2026-07-08 16:47:39 +00:00
Add user management page for admins
REDCODE commented on issue MilkyShots/MilkyShots#45 2026-07-08 16:47:31 +00:00
Add user management page for admins

Implemented on branch feature/admin-users-page

Changes summary:

New page: AdminUsers.razor (/Users)

  • Full user table with columns: Username, Email, Role, Status, Created, Last…
REDCODE closed issue MilkyShots/MilkyShots#33 2026-07-08 16:35:16 +00:00
Random options for Album and Images endpoints
REDCODE commented on issue MilkyShots/MilkyShots#20 2026-07-08 16:31:50 +00:00
Handling file uploads and file deletion from them

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

Soft-delete convention is established, but the dual deletion logic is not implemented:

REDCODE commented on issue MilkyShots/MilkyShots#21 2026-07-08 16:31:45 +00:00
Standardization for logging

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

Not yet standardized. Some logging improvements were made in the job system:

REDCODE commented on issue MilkyShots/MilkyShots#25 2026-07-08 16:31:40 +00:00
Upload and Management of Assets and Media by UI

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

Partial progress — download/display side is implemented, upload is not:

REDCODE closed issue MilkyShots/MilkyShots#34 2026-07-08 16:31:36 +00:00
Set an image from an album as its cover
REDCODE commented on issue MilkyShots/MilkyShots#26 2026-07-08 16:31:35 +00:00
Use UTC timestamps in the DB

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

Not yet addressed. Legacy timestamp behavior is still enabled:

The legacy Npgsql timestamp behavior is still in place:

  • `AppContext.SetSwit…
REDCODE commented on issue MilkyShots/MilkyShots#27 2026-07-08 16:31:31 +00:00
Admin Registration On First Account

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

Not yet implemented. Related to new issue #47:

REDCODE commented on issue MilkyShots/MilkyShots#29 2026-07-08 16:31:23 +00:00
FileSystem Service add a caching system

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

No caching system has been added to the file scanner yet:

REDCODE commented on issue MilkyShots/MilkyShots#30 2026-07-08 16:31:15 +00:00
Change Controller to be async

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

Controllers still use synchronous signatures, but the ecosystem around them is now async-ready:

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: