Samuele Lorefice REDCODE
  • Joined on 2024-01-01
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 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 deleted branch feature/global-search-dropdown from MilkyShots/MilkyShots 2026-07-13 15:18:43 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#91 2026-07-13 15:18:42 +00:00
Global "Search Anything" typeahead dropdown in navbar
REDCODE closed issue MilkyShots/MilkyShots#95 2026-07-13 15:18:42 +00:00
Pagination page indexing is inconsistent across controllers — use zero-based as standard
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-13 15:05:29 +00:00
87b69d5ee8 revert: remove AllowAnonymous from AlbumController.Search and PersonController.GetAll
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-13 15:02:48 +00:00
e0d46aa87b refactor: replace hardcoded 250 page size limit with PagedParametersDto.MaxPageSize
REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 14:26:56 +00:00
Global "Search Anything" typeahead dropdown in navbar

On it

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 14:12:23 +00:00
Global "Search Anything" typeahead dropdown in navbar

@Ai_Agent remove allow anonymus for now, we will enable this when it's time with prooper rate limiting

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:53 +00:00
Global "Search Anything" typeahead dropdown in navbar

Sure, Where do we stash it? Are we making a static class?

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:21 +00:00
Global "Search Anything" typeahead dropdown in navbar

See above

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:08 +00:00
Global "Search Anything" typeahead dropdown in navbar

Uh... being able to search albums/cosplayers and such it's kinda needed when there is way too much content... Funny enough, the search seems to be very inexpensive for now, sorting ends up being…

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:10:53 +00:00
Global "Search Anything" typeahead dropdown in navbar

Job page interface is paginated because it also then fetches separately child job data. Kind of an hard to run query but in theory it should be kept clean by the max retention time

REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 19:15:12 +00:00
dbe55be63f refactor(albums): extract visibility-aware AssetCount into AlbumMapper overload
REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-12 19:10:11 +00:00
Global "Search Anything" typeahead dropdown in navbar

Don't we have an overload method in the mapper that allows us to to an album.ToAlbumPreviewDto()?

REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 19:02:54 +00:00
28f9e7faae fix: replace untranslatable Tags navigation in TopTags stats query with direct join table query
820d3b1c8b fix: replace untranslatable Album navigation in stats queries with direct join table queries
278648aae6 Merge branch 'develop' into feature/global-search-dropdown
9d9491253b refactor: clean up imports, simplify checks, and add SearchDropdown component
Compare 4 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-12 19:02:13 +00:00
9d9491253b refactor: clean up imports, simplify checks, and add SearchDropdown component