Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 17:00:54 +00:00
8dd5e7158f test: fix curator user access level from Admin (2) to Curator (1)
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:55:16 +00:00
9e52cc2351 fix: use zero-based page numbers in AssetController to match API convention
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:54:05 +00:00
ca8119f356 fix: add [FromQuery] to TagController.GetAll parameter
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:52:56 +00:00
bef29f5b22 test: add user id to profile update request body
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:51:27 +00:00
e27d63cf32 fix: restrict user list to admin only
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:50:18 +00:00
fd46faec21 test: set personId from admin search to ensure it's always populated
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:48:51 +00:00
648531fcc4 test: handle empty person search results gracefully
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:46:11 +00:00
dda062d959 fix: materialize person search query before client-side visibility filter
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:42:14 +00:00
02c62d0dd8 test: add anonymous search tests for persons and albums
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:42:11 +00:00
2249e0fb2e fix: allow anonymous search for persons and albums
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:39:54 +00:00
f626228c2f fix: return 401 Unauthorized when user data is null in PersonController
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:39:45 +00:00
fbb68397ba fix: prevent NRE when GetUserData returns null
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:38:07 +00:00
5743371ebd fix: prevent NRE when GetUserData returns null
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:33:58 +00:00
b9fd5e172c test: add endpoint tests for refresh token, albums, curator auth levels
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:15:05 +00:00
3b05061a31 fix: override Bootstrap dropdown-menu display:none
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:10:01 +00:00
7ea72e13ac style: use Bootstrap dropdown-menu and dropdown-item classes
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 16:03:24 +00:00
faa8e93d55 fix: use case-insensitive ILike search for persons and albums
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 15:44:19 +00:00
c5ba90202d style: add chevron-right indicator to search dropdown headers
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-11 15:38:55 +00:00
5fba560bec fix: parse search query before await in Albums OnInitializedAsync