Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:50:32 +00:00
354198c413 feat(ui): redesign user profile page with avatar initials and edit profile modal
REDCODE created branch feature/user-pages-redesign in MilkyShots/MilkyShots 2026-07-10 08:47:57 +00:00
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:47:57 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 08:43:01 +00:00
56c3f9c8e1 Merge pull request 'Add password change field on user's own page (#46)' (#71) from feature/password-change-self-service into develop
b59c3b68ec fix: wire profile icon in navbar to user profile page
47eef8aad0 fix: center profile card on page
d4e0af2c29 refactor(ui): complete user profile page redesign with card layout
9e4b0ecb27 fix: auto-close modal on password change success, add page-level success message
Compare 13 commits »
REDCODE merged pull request MilkyShots/MilkyShots#71 2026-07-10 08:43:00 +00:00
Add password change field on user's own page (#46)
REDCODE closed issue MilkyShots/MilkyShots#46 2026-07-10 08:43:00 +00:00
Add password change field in the user own page.
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:37:36 +00:00
b59c3b68ec fix: wire profile icon in navbar to user profile page
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:33:57 +00:00
47eef8aad0 fix: center profile card on page
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