immich/server/src
Michael Manganiello 8921278447
fix(server): Execute query in AlbumRepository.removeAsset method (#6216)
The current `removeAsset` implementation just builds the query but does
not execute it. That also seems to be the reason the `@GenerateSql`
decorator was commented out.
2024-01-06 11:56:08 -06:00
..
domain feat(server): in upload folder, split the files into folders based on the first four of the files uuid (#6175) 2024-01-04 14:45:16 -06:00
immich feat(server): in upload folder, split the files into folders based on the first four of the files uuid (#6175) 2024-01-04 14:45:16 -06:00
immich-admin refactor(server): auth dto (#5593) 2023-12-09 23:34:12 -05:00
infra fix(server): Execute query in AlbumRepository.removeAsset method (#6216) 2024-01-06 11:56:08 -06:00
microservices refactor(server): simplify config init process (#5702) 2024-01-01 13:16:44 -05:00
main.ts fix(server): immich command (#5408) 2023-11-30 14:59:47 -06:00