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": "Atualizando todas as bibliotecas",
|
||||
"registration": "Registro de Administrador",
|
||||
"registration_description": "Como você é o primeiro usuário no sistema, será designado como o Administrador e será responsável pelas tarefas administrativas. Você também poderá criar usuários adicionais.",
|
||||
"removing_offline_files": "Removendo arquivos offline",
|
||||
"removing_deleted_files": "Removendo arquivos offline",
|
||||
"repair_all": "Reparar tudo",
|
||||
"repair_matched_items": "{count, plural, one {# item encontrado} other {# itens encontrados}}",
|
||||
"repaired_items": "{count, plural, one {# item reparado} other {# itens reparados}}",
|
||||
@@ -670,8 +670,8 @@
|
||||
"unable_to_remove_api_key": "Não foi possível a Chave de API",
|
||||
"unable_to_remove_assets_from_shared_link": "Não foi possível remover arquivos do link compartilhado",
|
||||
"unable_to_remove_comment": "",
|
||||
"unable_to_remove_deleted_assets": "Não foi possível remover arquivos offline",
|
||||
"unable_to_remove_library": "Não foi possível remover a biblioteca",
|
||||
"unable_to_remove_offline_files": "Não foi possível remover arquivos offline",
|
||||
"unable_to_remove_partner": "Não foi possível remover parceiro",
|
||||
"unable_to_remove_reaction": "Não foi possível remover a reação",
|
||||
"unable_to_remove_user": "",
|
||||
@@ -1068,10 +1068,10 @@
|
||||
"remove_assets_shared_link_confirmation": "Tem certeza de que deseja remover {count, plural, one {# arquivo} other {# arquivos}} desse link compartilhado?",
|
||||
"remove_assets_title": "Remover arquivos?",
|
||||
"remove_custom_date_range": "Remover intervalo de datas personalizado",
|
||||
"remove_deleted_assets": "Remover arquivos offline",
|
||||
"remove_from_album": "Remover do álbum",
|
||||
"remove_from_favorites": "Remover dos favoritos",
|
||||
"remove_from_shared_link": "Remover do link compartilhado",
|
||||
"remove_offline_files": "Remover arquivos offline",
|
||||
"remove_user": "Remover usuário",
|
||||
"removed_api_key": "Removido a Chave de API: {name}",
|
||||
"removed_from_archive": "Removido do arquivo",
|
||||
|
||||
Reference in New Issue
Block a user