immich/server/src
xCJPECKOVERx 14d785cec9
feat(server): Add album filter to search (#18985)
* - updated dtos
- added inAlbums to search builder
- only check isNotInAlbum if albumIds is blank/empty

* - consider inAlbums as OR

* - make open-api-dart

* - lint & format

* - remove inAlbums groupBy clause

* - merge main open-api

* - make open-api

* - inAlbums filter AND instead of OR
2025-06-09 11:11:43 -04:00
..
bin feat: sync albums and album users (#18377) 2025-05-21 14:35:32 -05:00
commands feat(server): version command for immich-admin #9611 (#16924) 2025-03-17 17:57:59 +00:00
controllers feat(server): add /search/statistics resource (#18885) 2025-06-06 21:12:53 -04:00
cores feat(server): JXL previews from DNG 1.7+ (#17861) 2025-04-28 18:18:46 -04:00
dtos feat(server): Add album filter to search (#18985) 2025-06-09 11:11:43 -04:00
emails refactor: email repository (#17746) 2025-04-21 12:53:37 -04:00
middleware chore(deps): update dependency @types/express to v5 (#18818) 2025-05-31 15:31:36 -04:00
migrations feat: vectorchord (#18042) 2025-05-20 08:36:43 -05:00
queries feat(server): add /search/statistics resource (#18885) 2025-06-06 21:12:53 -04:00
repositories feat(server): Add album filter to search (#18985) 2025-06-09 11:11:43 -04:00
schema fix(server): default current users to an onboarded state migration (#18929) 2025-06-04 21:33:23 -05:00
services feat(server): add /search/statistics resource (#18885) 2025-06-06 21:12:53 -04:00
sql-tools feat: sync albums and album users (#18377) 2025-05-21 14:35:32 -05:00
utils feat(server): Add album filter to search (#18985) 2025-06-09 11:11:43 -04:00
workers feat(server): lighter buckets (#17831) 2025-05-19 16:40:48 -05:00
app.module.ts refactor: database connection parsing (#17852) 2025-04-24 12:58:29 -04:00
config.ts feat: configure token endpoint auth method (#17968) 2025-04-29 15:17:48 -04:00
constants.ts chore: vchord 0.4.1 (#18588) 2025-05-28 14:38:52 +00:00
database.ts feat(server): add originalFileName to SyncAssetV1 (#18767) 2025-05-30 09:56:35 -05:00
db.d.ts feat: sync albums and album users (#18377) 2025-05-21 14:35:32 -05:00
decorators.ts feat: vectorchord (#18042) 2025-05-20 08:36:43 -05:00
enum.ts feat(web): improved user onboarding (#18782) 2025-06-02 21:09:13 +00:00
main.ts chore(server): print stack in case of worker error (#15632) 2025-01-24 22:45:55 -05:00
types.ts feat(web): add a user setting for default album sort order. (#18950) 2025-06-05 23:31:34 -05:00
validation.spec.ts fix(server): use luxon for maxdate validator (#11651) 2024-08-08 09:02:39 -05:00
validation.ts fix: regression: sort day by fileCreatedAt again (#18732) 2025-06-05 20:56:32 -05:00