Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:32:20 +00:00
d4e0af2c29 refactor(ui): complete user profile page redesign with card layout
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:29:10 +00:00
9e4b0ecb27 fix: auto-close modal on password change success, add page-level success message
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:23:29 +00:00
64220d0818 fix: propagate server-side error messages from UpdateUserAsync to UI
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:22:42 +00:00
55af7dccec refactor(ui): replace inline password form with modal
3bddd4385d feat: add server-side password policy validation (admin bypass)
Compare 2 commits »
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:15:27 +00:00
d8927d90c2 docs: add granular commit convention to AGENTS.md
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:15:12 +00:00
afad073d0c feat: add password change UI with strength bar and validation on user profile page
15b3fcedf1 feat: enforce old-password verification on own password change, allow admin override
3f56f9afdc feat: add OldPassword field to UserUpdateDto for self-service password change
c541c45e9b docs: add Gitea repo owner note to AGENTS.md
Compare 4 commits »
REDCODE created branch feature/password-change-self-service in MilkyShots/MilkyShots 2026-07-10 08:12:51 +00:00
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:12:51 +00:00
REDCODE commented on issue MilkyShots/MilkyShots#36 2026-07-10 07:54:54 +00:00
Remove auth check or reworking it into a heartbeat like answer

@Fastwind do we consider this done? After the rework that happened yesterday.

REDCODE commented on issue MilkyShots/MilkyShots#43 2026-07-10 07:53:37 +00:00
Fix User Deletion propagation

On user deletion, his content remains

REDCODE commented on issue MilkyShots/MilkyShots#70 2026-07-10 00:42:08 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)

A better approach would be to instantly integrate into the parameters of the GetAll a "Deleted", that would allow filtering deleted files in some way

REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 23:47:10 +00:00
459079d708 Merge pull request 'refactor(auth): remove redundant SendWithRefreshAsync, enforce JwtTokenRefresher as sole handler' (#69) from feature/remove-sendwithrefreshasync into develop
220581579b refactor(auth): remove SendWithRefreshAsync, rely solely on JwtTokenRefresher
254e98b37b refactor(auth): extract AuthServiceBase, replace retry with re-auth on 401
Compare 3 commits »
REDCODE merged pull request MilkyShots/MilkyShots#69 2026-07-09 23:47:09 +00:00
refactor(auth): remove redundant SendWithRefreshAsync, enforce JwtTokenRefresher as sole handler
REDCODE pushed to feature/remove-sendwithrefreshasync at MilkyShots/MilkyShots 2026-07-09 23:12:34 +00:00
220581579b refactor(auth): remove SendWithRefreshAsync, rely solely on JwtTokenRefresher
REDCODE created branch feature/remove-sendwithrefreshasync in MilkyShots/MilkyShots 2026-07-09 23:09:51 +00:00
REDCODE pushed to feature/remove-sendwithrefreshasync at MilkyShots/MilkyShots 2026-07-09 23:09:51 +00:00
254e98b37b refactor(auth): extract AuthServiceBase, replace retry with re-auth on 401
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 21:46:16 +00:00
652143d738 feat: allow users to update own albums and curators to update any album
REDCODE commented on issue MilkyShots/MilkyShots#43 2026-07-09 21:33:19 +00:00
Fix User Deletion propagation

@Fastwind can correct me if I'm wrong, but users are to be soft deleted and no cascading should happen.

REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 21:31:54 +00:00
5a74edd29f Merge pull request 'CSS/UI fixes for cosplayers page and image previewer' (#67) from feature/CSS-UI-Fixes into develop
7f447077b0 feat: make album name in image previewer an anchor element for native navigation
b813c32756 fix(#62): lock body scroll when modal forms open to prevent position:fixed breakage on mobile
cdd2e9a1ef fix(#62): use explicit top/left/right/bottom instead of inset, add !important to ensure position:fixed takes effect on mobile
64bee6c92a revert: restore docker-compose.yml — testing-only CORS/baseUrl changes committed by accident
Compare 7 commits »