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
@@ -205,7 +205,7 @@
|
||||
"refreshing_all_libraries": "Làm mới tất cả các thư viện",
|
||||
"registration": "Đăng ký Quản trị viên",
|
||||
"registration_description": "Vì bạn là người dùng đầu tiên, bạn sẽ trở thành Quản trị viên và chịu trách nhiệm cho việc quản lý hệ thống. Ngoài ra, bạn có thể thêm các người dùng khác.",
|
||||
"removing_offline_files": "Đang xoá các tập tin ngoại tuyến",
|
||||
"removing_deleted_files": "Đang xoá các tập tin ngoại tuyến",
|
||||
"repair_all": "Sửa chữa tất cả",
|
||||
"repair_matched_items": "Đã tìm thấy {count, plural, one {# mục} other {# mục}} trùng khớp",
|
||||
"repaired_items": "Đã sửa chữa {count, plural, one{# mục} other {# mục}}",
|
||||
@@ -683,8 +683,8 @@
|
||||
"unable_to_remove_api_key": "Không thể xóa khóa API",
|
||||
"unable_to_remove_assets_from_shared_link": "Không thể xóa các mục đã chọn khỏi liên kết chia sẻ",
|
||||
"unable_to_remove_comment": "",
|
||||
"unable_to_remove_deleted_assets": "Không thể xóa tập tin ngoại tuyến",
|
||||
"unable_to_remove_library": "Không thể xóa thư viện",
|
||||
"unable_to_remove_offline_files": "Không thể xóa tập tin ngoại tuyến",
|
||||
"unable_to_remove_partner": "Không thể xóa người thân",
|
||||
"unable_to_remove_reaction": "Không thể xóa phản ứng",
|
||||
"unable_to_remove_user": "",
|
||||
@@ -1058,10 +1058,10 @@
|
||||
"remove_assets_shared_link_confirmation": "Bạn có chắc chắn muốn xoá {count, plural, one {# mục} other {# mục}} khỏi liên kết chia sẻ này?",
|
||||
"remove_assets_title": "Xóa mục?",
|
||||
"remove_custom_date_range": "Bỏ chọn khoảng ngày tùy chỉnh",
|
||||
"remove_deleted_assets": "Loại bỏ tập tin ngoại tuyến",
|
||||
"remove_from_album": "Xóa khỏi album",
|
||||
"remove_from_favorites": "Xóa khỏi Mục yêu thích",
|
||||
"remove_from_shared_link": "Xóa khỏi liên kết chia sẻ",
|
||||
"remove_offline_files": "Loại bỏ tập tin ngoại tuyến",
|
||||
"remove_user": "Xóa người dùng",
|
||||
"removed_api_key": "Khóa API đã xóa: {name}",
|
||||
"removed_from_archive": "Đã xoá khỏi Kho lưu trữ",
|
||||
|
||||
Reference in New Issue
Block a user