immich/mobile/lib/entities
Jonathan Jogenfors b2f2be3485
refactor(server): library syncing (#12220)
* refactor: library scanning

fix tests

remove offline files step

cleanup library service

improve tests

cleanup tests

add db migration

fix e2e

cleanup openapi

fix tests

fix tests

update docs

update docs

update mobile code

fix formatting

don't remove assets from library with invalid import path

use trash for offline files

add migration

simplify scan endpoint

cleanup library panel

fix library tests

e2e lint

fix e2e

trash e2e

fix lint

add asset trash tests

add more tests

ensure thumbs are generated

cleanup svelte

cleanup queue names

fix tests

fix lint

add warning due to trash

fix trash tests

fix lint

fix tests

Admin message for offline asset

fix comments

Update web/src/lib/components/asset-viewer/asset-viewer-nav-bar.svelte

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>

add permission to library scan endpoint

revert asset interface sort

add trash reason to shared link stub

improve path view in offline

update docs

improve trash performance

fix comments

remove stray comment

* refactor: add back isOffline and remove trashReason from asset, change sync job flow

* chore(server): drop coverage to 80% for functions

* chore: rebase and generated files

---------

Co-authored-by: Zack Pollard <zackpollard@ymail.com>
2024-09-25 18:26:19 +01:00
..
album.entity.dart refactor(mobile): album api repository for album service (#12791) 2024-09-20 13:32:37 +00:00
album.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
android_device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
android_device_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
asset.entity.dart refactor(mobile): encapsulate most access to photomanager in repository (#12754) 2024-09-18 17:15:52 +02:00
asset.entity.g.dart refactor(server): library syncing (#12220) 2024-09-25 18:26:19 +01:00
backup_album.entity.dart chore(mobile): Revert "remove exclude album mechanism for backup (#10552)" (#10686) 2024-06-29 11:30:18 -05:00
backup_album.entity.g.dart chore(mobile): Revert "remove exclude album mechanism for backup (#10552)" (#10686) 2024-06-29 11:30:18 -05:00
device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
duplicated_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
duplicated_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
etag.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
etag.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
exif_info.entity.dart chore(mobile): refactor detail panel (#11662) 2024-08-09 13:43:47 +00:00
exif_info.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
ios_device_asset.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
ios_device_asset.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
logger_message.entity.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
logger_message.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
README.md refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
store.entity.dart feat(mobile): preserve mobile album info on upload (#11965) 2024-08-26 13:21:19 -05:00
store.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00
user.entity.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
user.entity.g.dart refactor(mobile): entities and models (#9182) 2024-04-30 21:36:40 -05:00

This directory contains entity that is stored in the local storage.