Jason Rasmussen
b7516f31c6
refactor(server): delete album ( #2570 )
2023-05-26 08:04:09 -05:00
Jason Rasmussen
4cc6e3b966
refactor(server): update album ( #2562 )
...
* refactor: update album
* fix: remove unnecessary decorator
2023-05-25 14:37:19 -05:00
Jason Rasmussen
d827a6182b
refactor: create album ( #2555 )
2023-05-24 21:10:45 -05:00
Michel Heusschen
8e3a7caebd
feat(server): improve validation of albums ( #2188 )
...
* feat(server): improve validation of albums
* regenerate openapi + fix downloadArchive for web
2023-04-06 12:50:55 -05:00
Jason Rasmussen
34d300d1da
refactor(server): flatten infra folders ( #2120 )
...
* refactor: flatten infra folders
* fix: database migrations
* fix: test related import
* fix: github actions workflow
* chore: rename schemas to typesense-schemas
2023-03-30 14:38:55 -05:00
Jason Rasmussen
da5a6d2272
fix(cli): missing dep in immich cli ( #2094 )
...
* fix: missing dep in immich cli
* fix: imports
2023-03-28 11:29:20 -05:00
Michel Heusschen
c74fba483d
feat(server): improve and refactor get all albums ( #2048 )
...
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2023-03-25 21:46:48 -05:00
Alex
f56eaae019
feat(server): CLIP search integration ( #1939 )
2023-03-18 08:44:42 -05:00
Jason Rasmussen
0aaeab124d
feat(server)!: search via typesense ( #1778 )
...
* build: add typesense to docker
* feat(server): typesense search
* feat(web): search
* fix(web): show api error response message
* chore: search tests
* chore: regenerate open api
* fix: disable typesense on e2e
* fix: number properties for open api (dart)
* fix: e2e test
* fix: change lat/lng from floats to typesense geopoint
* dev: Add smartInfo relation to findAssetById to be able to query against it
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2023-03-02 20:47:08 -06:00
Jason Rasmussen
6c7679714b
refactor(server): jobs and processors ( #1787 )
...
* refactor: jobs and processors
* refactor: storage migration processor
* fix: tests
* fix: code warning
* chore: ignore coverage from infra
* fix: sync move asset logic between job core and asset core
* refactor: move error handling inside of catch
* refactor(server): job core into dedicated service calls
* refactor: smart info
* fix: tests
* chore: smart info tests
* refactor: use asset repository
* refactor: thumbnail processor
* chore: coverage reqs
2023-02-25 08:12:03 -06:00
Zack Pollard
000d0a08f4
infra(server): fix Album TypeORM relations and change ids to uuids ( #1582 )
...
* infra: make api-key primary key column a UUID
* infra: move ManyToMany relations in album entity, make ownerId ManyToOne
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2023-02-18 14:58:55 -06:00
Alex
43fd7737f1
chore(server): make owner as required response for AlbumResponseDto ( #1579 )
2023-02-07 15:11:14 -06:00
Alex
3cc4af5947
chore(server) Add user FK to album entity ( #1569 )
2023-02-06 20:47:06 -06:00
Alex
29bb1f7ef2
feat(server): add updatedAt to Asset, Album and User ( #1566 )
...
* feat: add updatedAt info to DTO and generate api
* chore: remove unsued file
* chore: Add update statement to add/remove asset/user to album
* fix: test
2023-02-06 10:24:58 -06:00
Jason Rasmussen
8f304b8157
refactor(server): shared links ( #1385 )
...
* refactor(server): shared links
* chore: tests
* fix: bugs and tests
* fix: missed one expired at
* fix: standardize file upload checks
* test: lower flutter version
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2023-01-25 10:35:28 -06:00