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>
This commit is contained in:
committed by
GitHub
parent
1ef2834603
commit
b2f2be3485
@@ -198,7 +198,7 @@
|
||||
"refreshing_all_libraries": "すべてのライブラリを更新",
|
||||
"registration": "管理者登録",
|
||||
"registration_description": "あなたはシステムの最初のユーザーであるため、管理者として割り当てられ、管理タスクを担当し、追加のユーザーはあなたによって作成されます。",
|
||||
"removing_offline_files": "オフライン ファイルを削除します",
|
||||
"removing_deleted_files": "オフライン ファイルを削除します",
|
||||
"repair_all": "すべてを修復",
|
||||
"repair_matched_items": "一致: {count, plural, one {#件} other {#件}}",
|
||||
"repaired_items": "修復済み: {count, plural, one {#件} other {#件}}",
|
||||
@@ -671,8 +671,8 @@
|
||||
"unable_to_remove_api_key": "API キーを削除できません",
|
||||
"unable_to_remove_assets_from_shared_link": "共有リンクからアセットを削除できません",
|
||||
"unable_to_remove_comment": "",
|
||||
"unable_to_remove_deleted_assets": "オフラインのファイルを削除できません",
|
||||
"unable_to_remove_library": "ライブラリを削除できません",
|
||||
"unable_to_remove_offline_files": "オフラインのファイルを削除できません",
|
||||
"unable_to_remove_partner": "パートナーを削除できません",
|
||||
"unable_to_remove_reaction": "リアクションを削除できません",
|
||||
"unable_to_remove_user": "",
|
||||
@@ -1046,10 +1046,10 @@
|
||||
"remove_assets_shared_link_confirmation": "本当にこの共有リンクから{count, plural, one {#個} other {#個}}のアセットを削除しますか?",
|
||||
"remove_assets_title": "アセットを削除しますか?",
|
||||
"remove_custom_date_range": "カスタム日付範囲を削除",
|
||||
"remove_deleted_assets": "オフラインのファイルを削除",
|
||||
"remove_from_album": "アルバムから削除",
|
||||
"remove_from_favorites": "お気に入りから削除",
|
||||
"remove_from_shared_link": "共有リンクから削除",
|
||||
"remove_offline_files": "オフラインのファイルを削除",
|
||||
"remove_user": "ユーザーを削除",
|
||||
"removed_api_key": "削除されたAPI キー: {name}",
|
||||
"removed_from_archive": "アーカイブから削除されました",
|
||||
|
||||
Reference in New Issue
Block a user