Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE created branch fix/102-card-middle-click in MilkyShots/MilkyShots 2026-07-14 09:44:57 +00:00
REDCODE pushed to fix/102-card-middle-click at MilkyShots/MilkyShots 2026-07-14 09:44:57 +00:00
REDCODE closed issue MilkyShots/MilkyShots#97 2026-07-14 09:40:22 +00:00
CosplayersMissingCover stat is hardcoded to 0 — never wired up
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-14 09:40:22 +00:00
be7532dd74 fix: implement CosplayersMissingProfile stat
REDCODE closed issue MilkyShots/MilkyShots#118 2026-07-14 09:28:07 +00:00
Assign album modal stuck on loading
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-14 09:28:07 +00:00
108b53a7e2 refactor: use MaxPageSize constant as default pageSize across all frontend services
38793efe6f fix(albums): use MaxPageSize constant for unassigned album fetch
Compare 2 commits »
REDCODE opened issue MilkyShots/MilkyShots#118 2026-07-14 07:22:18 +00:00
Assign album modal stuck on loading
REDCODE commented on issue MilkyShots/MilkyShots#106 2026-07-13 17:30:02 +00:00
Auth/permissions redesign — 5-actor model, Maintainer role, DB schema

Few things of note:

  • #43 will need to be acted upon likewise.
  • #79 will probably be closed.
REDCODE commented on issue MilkyShots/MilkyShots#41 2026-07-13 17:29:02 +00:00
Asset visibility rework

Supersed by #93

REDCODE closed issue MilkyShots/MilkyShots#41 2026-07-13 17:29:02 +00:00
Asset visibility rework
REDCODE commented on issue MilkyShots/MilkyShots#70 2026-07-13 17:27:35 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)

Homepage will probably get a redesign -Issue still to open.

REDCODE commented on issue MilkyShots/MilkyShots#60 2026-07-13 17:23:57 +00:00
Users page sorting in the columns, default by role

This was already implemented in the giant UI redesign.

REDCODE closed issue MilkyShots/MilkyShots#60 2026-07-13 17:23:57 +00:00
Users page sorting in the columns, default by role
REDCODE commented on issue MilkyShots/MilkyShots#90 2026-07-13 17:08:00 +00:00
Global "Search Anything" typeahead dropdown in navbar

Completed in #91

REDCODE closed issue MilkyShots/MilkyShots#90 2026-07-13 17:08:00 +00:00
Global "Search Anything" typeahead dropdown in navbar
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-13 16:58:00 +00:00
4205188855 docs: add use case catalog for new auth/permissions model
REDCODE commented on issue MilkyShots/MilkyShots#27 2026-07-13 15:34:40 +00:00
Admin Registration On First Account

Moved to a next milestone as there is no-one setting up a new instance a this point in time.

REDCODE deleted branch feature/global-search-dropdown from MilkyShots/MilkyShots 2026-07-13 15:18:43 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-13 15:18:43 +00:00
d2daed27a8 Merge pull request 'Global "Search Anything" typeahead dropdown in navbar' (#91) from feature/global-search-dropdown into develop
87b69d5ee8 revert: remove AllowAnonymous from AlbumController.Search and PersonController.GetAll
e0d46aa87b refactor: replace hardcoded 250 page size limit with PagedParametersDto.MaxPageSize
dbe55be63f refactor(albums): extract visibility-aware AssetCount into AlbumMapper overload
28f9e7faae fix: replace untranslatable Tags navigation in TopTags stats query with direct join table query
Compare 53 commits »
REDCODE merged pull request MilkyShots/MilkyShots#91 2026-07-13 15:18:42 +00:00
Global "Search Anything" typeahead dropdown in navbar