1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-19 18:26:46 +01:00
immich/server/src
Kevin Huang 17dc12cf7d
fix(server): storage usage calculation for motion photos (#8722)
* ignore non external assets in external libraries during syncUsage

* only update storage usage if asset is from internal libraries

* update storage usage on motion photo video asset creation

* updated metadata service tests

* added a test

* simplified syncUsage condition

* check for library type upload instead of not external

* fixed broken sql

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-04-17 03:04:59 +00:00
..
commands feat: use ILoggerRepository (#8855) 2024-04-16 17:30:31 -04:00
controllers feat: use ILoggerRepository (#8855) 2024-04-16 17:30:31 -04:00
cores feat: use ILoggerRepository (#8855) 2024-04-16 17:30:31 -04:00
dtos feat(server): efficient full app sync (#8755) 2024-04-16 07:26:37 +02:00
entities Add AV1 transcoding support (#8491) 2024-04-11 05:26:27 +00:00
interfaces feat(server): efficient full app sync (#8755) 2024-04-16 07:26:37 +02:00
middleware feat(server): logging interceptor (#8859) 2024-04-16 19:21:57 -04:00
migrations feat: persistent memories (#8330) 2024-04-02 10:23:17 -04:00
queries fix(server): storage usage calculation for motion photos (#8722) 2024-04-17 03:04:59 +00:00
repositories fix(server): storage usage calculation for motion photos (#8722) 2024-04-17 03:04:59 +00:00
services fix(server): storage usage calculation for motion photos (#8722) 2024-04-17 03:04:59 +00:00
subscribers chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
utils feat: use ILoggerRepository (#8855) 2024-04-16 17:30:31 -04:00
app.module.ts feat(server): logging interceptor (#8859) 2024-04-16 19:21:57 -04:00
config.ts fix(server): correlationId (#8858) 2024-04-16 17:31:49 -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 feat: use ILoggerRepository (#8855) 2024-04-16 17:30:31 -04:00
validation.ts chore: organize config, validation, decorators (#8118) 2024-03-20 16:04:03 -04:00