immich/server/src
Kevin Huang 85df3f1e99
fix(server): external library motion photo video asset handling (#8721)
* added "isExternal" to the getLibraryAssetPaths query

* handleQueueAssetRefresh skip "non external" video asset, closes #8562

* correctly implements live photo deletion for external library

* use "external asset" for external library tests

* minor: external library asset checksum is "path hash" not file hash

* renamed to getExternalLibraryAssetPaths and added isExternal where clause

* generated sql

* reverted leftover change
2024-04-14 19:55:44 -04:00
..
commands fix: sql generation issues (#8361) 2024-03-30 00:16:06 -04:00
controllers feat: persistent memories (#8330) 2024-04-02 10:23:17 -04:00
cores feat: persistent memories (#8330) 2024-04-02 10:23:17 -04:00
dtos fix(server): remove isWatched from DTO (#8598) 2024-04-08 16:00:08 -04:00
entities Add AV1 transcoding support (#8491) 2024-04-11 05:26:27 +00:00
interfaces fix(server): external library motion photo video asset handling (#8721) 2024-04-14 19:55:44 -04:00
middleware refactor: asset v1, app.utils (#8152) 2024-03-21 09:07:47 -04:00
migrations feat: persistent memories (#8330) 2024-04-02 10:23:17 -04:00
queries fix(server): external library motion photo video asset handling (#8721) 2024-04-14 19:55:44 -04:00
repositories fix(server): external library motion photo video asset handling (#8721) 2024-04-14 19:55:44 -04:00
services fix(server): external library motion photo video asset handling (#8721) 2024-04-14 19:55:44 -04:00
subscribers chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
utils Add AV1 transcoding support (#8491) 2024-04-11 05:26:27 +00:00
app.module.ts fix: sql generation issues (#8361) 2024-03-30 00:16:06 -04:00
config.ts refactor: asset v1, app.utils (#8152) 2024-03-21 09:07:47 -04:00
constants.ts refactor(server): new password repo method (#8208) 2024-03-23 14:33:25 -04:00
database.config.ts chore(server): rename domain repositories -> interfaces (#8147) 2024-03-21 06:59:49 -05:00
decorators.ts refactor: server events (#8204) 2024-03-22 18:24:02 -04:00
main.ts refactor: app modules, main.ts (#8156) 2024-03-21 10:08:29 -04:00
validation.ts chore: organize config, validation, decorators (#8118) 2024-03-20 16:04:03 -04:00