mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-08 11:35:54 +00:00
* add thumbhash: server generation and web impl * move logic to infra & use byta in db * remove unnecesary logs * update generated API and simplify thumbhash gen * fix check errors * removed unnecessary library and css tag * style edits * syntax mistake * update server test, change thumbhash job name * fix tests * Update server/src/domain/asset/response-dto/asset-response.dto.ts Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com> * add unit test, change migration date * change to official thumbhash impl * update call method to not use eval * "generate missing" looks for thumbhash * improve queue & improve syntax * update syntax again * update tests * fix thumbhash generation * consolidate queueing to avoid duplication * cover all types of incorrect thumbnail cases * split out jest tasks * put back thumbnail duration loading for images without thumbhash * Remove stray package.json --------- Co-authored-by: Luke McCarthy <mail@lukehmcc.com> Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com> Co-authored-by: Alex Tran <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| access.repository.mock.ts | ||
| album.repository.mock.ts | ||
| api-key.repository.mock.ts | ||
| asset.repository.mock.ts | ||
| communication.repository.mock.ts | ||
| crypto.repository.mock.ts | ||
| face.repository.mock.ts | ||
| index.ts | ||
| job.repository.mock.ts | ||
| machine-learning.repository.mock.ts | ||
| media.repository.mock.ts | ||
| partner.repository.mock.ts | ||
| person.repository.mock.ts | ||
| search.repository.mock.ts | ||
| shared-link.repository.mock.ts | ||
| smart-info.repository.mock.ts | ||
| storage.repository.mock.ts | ||
| system-config.repository.mock.ts | ||
| tag.repository.mock.ts | ||
| user-token.repository.mock.ts | ||
| user.repository.mock.ts | ||