mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* initial pagination impl * use limit + offset instead of take + skip * wip web pagination * working infinite scroll * update api * formatting * fix rebase * search refactor * re-add runtime config for vector search * fix rebase * fixes * useless omitBy * unnecessary handling * add sql decorator for `searchAssets` * fixed search builder * fixed sql * remove mock method * linting * fixed pagination * fixed unit tests * formatting * fix e2e tests * re-flatten search builder * refactor endpoints * clean up dto * refinements * don't break everything just yet * update openapi spec & sql * update api * linting * update sql * fixes * optimize web code * fix typing * add page limit * make limit based on asset count * increase limit * simpler import |
||
|---|---|---|
| .. | ||
| activity_api.dart | ||
| album_api.dart | ||
| api_key_api.dart | ||
| asset_api.dart | ||
| audit_api.dart | ||
| authentication_api.dart | ||
| download_api.dart | ||
| face_api.dart | ||
| job_api.dart | ||
| library_api.dart | ||
| o_auth_api.dart | ||
| partner_api.dart | ||
| person_api.dart | ||
| search_api.dart | ||
| server_info_api.dart | ||
| shared_link_api.dart | ||
| system_config_api.dart | ||
| tag_api.dart | ||
| trash_api.dart | ||
| user_api.dart | ||