Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud-libraries/nextcloud-dialogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.5
Choose a base ref
...
head repository: nextcloud-libraries/nextcloud-dialogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.6
Choose a head ref
Loading
Showing with 1,750 additions and 870 deletions.
  1. +5 −3 .github/workflows/reuse.yml
  2. +0 −20 .reuse/dep5
  3. +19 −0 CHANGELOG.md
  4. +30 −0 REUSE.toml
  5. +35 −22 l10n/ca.pot
  6. +114 −3 l10n/es_AR.pot
  7. +114 −3 l10n/es_MX.pot
  8. +18 −3 l10n/fr.pot
  9. +128 −0 l10n/ga.pot
  10. +116 −3 l10n/ja_JP.pot
  11. +5 −4 lib/components/GenericDialog.vue
  12. +7 −3 lib/components/types.ts
  13. +1 −5 lib/composables/dav.spec.ts
  14. +95 −11 lib/composables/dav.ts
  15. +2 −2 lib/composables/filesSettings.spec.ts
  16. +43 −8 lib/dialogs.ts
  17. +7 −1 lib/index.ts
  18. +1 −1 lib/toast.ts
  19. +1 −1 lib/utils/dav.spec.ts
  20. +1 −0 lib/utils/dialogs.ts
  21. +992 −764 package-lock.json
  22. +13 −13 package.json
  23. +3 −0 tsconfig.json
8 changes: 5 additions & 3 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -9,12 +9,14 @@

name: REUSE Compliance Check

on: pull_request
on: [pull_request]

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
20 changes: 0 additions & 20 deletions .reuse/dep5

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,25 @@

All notable changes to this project will be documented in this file.

## 5.3.6
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.6)

### Breaking

In v5.3.3 breaking changes were introduced as it dropped support for Nextcloud 28 and older on public shares.
This reverts the changes to the DAV handling, for Nextcloud 29+ please use the now released version v6.0.0+.

### Changed
* chore: Enhance docs about generic dialogs and export all related types [\#1380](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1380) \([susnux](https://github.com/susnux)\)
* Migrate REUSE to TOML format [\#1386](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1386) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
* chore(deps): Bump @nextcloud/typings to 1.9.1
* chore(deps): Bump @nextcloud/sharing to 0.2.3
* chore(deps): Bump fast-xml-parser to 4.4.1
* chore(deps): Bump @nextcloud/files to 3.8.0
* chore(deps): Bump @vueuse/core to 10.11.1
* chore(deps): Bump webdav to 5.7.1
* chore(deps): Bump axios to 1.7.4

## 5.3.5
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.4...v5.3.5)

30 changes: 30 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "nextcloud-dialogs"
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
SPDX-PackageDownloadLocation = "https://github.com/nextcloud-libraries/nextcloud-dialogs"

[[annotations]]
path = ["package-lock.json", "package.json", "tsconfig-typedoc.json", "tsconfig.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = "l10n/**.pot"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020-2024 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ".eslintrc.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["styles/close-dark.svg", "styles/close.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2024 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
57 changes: 35 additions & 22 deletions l10n/ca.pot
Original file line number Diff line number Diff line change
@@ -2,10 +2,12 @@
# Translators:
# John Molakvoæ <skjnldsv@protonmail.com>, 2023
# v v <e670006006@gmail.com>, 2024
# Marc Riera <marcriera@softcatala.org>, 2024
# Sergi Font, 2024
#
msgid ""
msgstr ""
"Last-Translator: v v <e670006006@gmail.com>, 2024\n"
"Last-Translator: Sergi Font, 2024\n"
"Language-Team: Catalan (https://app.transifex.com/nextcloud/teams/64236/ca/)\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: ca\n"
@@ -21,22 +23,33 @@ msgid "\"/\" is not allowed inside a folder name."
msgstr "\"/\" no és permès en el nom de carpeta."

msgid "All files"
msgstr "Tots els arxius"
msgstr "Tots els fitxers"

msgid "Choose"
msgstr "Triar"
msgstr "Tria"

msgid "Choose {file}"
msgstr "Triar {file}"
msgstr "Tria {file}"

msgid "Choose %n file"
msgid_plural "Choose %n files"
msgstr[0] "Tria %n fitxer"
msgstr[1] "Tria %n fitxers"

msgid "Copy"
msgstr "Copiar"
msgstr "Copia"

msgid "Copy to {target}"
msgstr "Copiar a {target}"
msgstr "Copia a {target}"

msgid "Could not create the new folder"
msgstr "No es pot crear la nova carpeta"
msgstr "No s'ha pogut crear la carpeta nova"

msgid "Could not load files settings"
msgstr "No es poden carregar fitxers de configuració"

msgid "Could not load files views"
msgstr "No es poden carregar fitxers de vistes"

msgid "Create directory"
msgstr "Crear directori"
@@ -45,7 +58,7 @@ msgid "Current view selector"
msgstr "Selector de visualització actual"

msgid "Favorites"
msgstr "Favorits"
msgstr "Preferits"

msgid "Files and folders you mark as favorite will show up here."
msgstr ""
@@ -64,46 +77,46 @@ msgid "Home"
msgstr "Inici"

msgid "Modified"
msgstr "Modificat"
msgstr "Data de modificació"

msgid "Move"
msgstr "Moure"
msgstr "Desplaça"

msgid "Move to {target}"
msgstr "More a {target}"
msgstr "Desplaça a {target}"

msgid "Name"
msgstr "Nom"

msgid "New"
msgstr "Nou"
msgstr "Crea"

msgid "New folder"
msgstr "Nova carpeta"
msgstr "Carpeta nova"

msgid "New folder name"
msgstr "Nom de nova carpeta"
msgstr "Nom de la carpeta nova"

msgid "No files in here"
msgstr "No hi ha arxius"
msgstr "No hi ha cap fitxer"

msgid "No files matching your filter were found."
msgstr "No s'han trobat fitxers coincidents amb el vostre filtre."
msgstr "No s'ha trobat cap fitxer que coincideixi amb el filtre."

msgid "No matching files"
msgstr "Sense arxius coincidents"
msgstr "No hi ha cap fitxer que coincideixi"

msgid "Recent"
msgstr "Recent"
msgstr "Recents"

msgid "Select all entries"
msgstr "Seleccioneu totes les entrades"
msgstr "Selecciona totes les entrades"

msgid "Select entry"
msgstr "Seleccionar entrada"
msgstr "Selecciona l'entrada"

msgid "Select the row for {nodename}"
msgstr "Seleccioneu la fila per a {nodename}"
msgstr "Selecciona la fila per a {nodename}"

msgid "Size"
msgstr "Mida"
@@ -112,4 +125,4 @@ msgid "Undo"
msgstr "Desfés"

msgid "Upload some content or sync with your devices!"
msgstr "Pengeu contingut o sincronitzeu-vos amb els vostres dispositius!"
msgstr "Pugeu contingut o sincronitzeu-lo amb els vostres dispositius!"
117 changes: 114 additions & 3 deletions l10n/es_AR.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,126 @@
#
# Translators:
# Joas Schilling, 2023
# John Molakvoæ <skjnldsv@protonmail.com>, 2023
# Matías Campo Hoet <matiascampo@gmail.com>, 2024
#
msgid ""
msgstr ""
"Last-Translator: Joas Schilling, 2023\n"
"Last-Translator: Matías Campo Hoet <matiascampo@gmail.com>, 2024\n"
"Language-Team: Spanish (Argentina) (https://app.transifex.com/nextcloud/teams/64236/es_AR/)\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: es_AR\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#: lib/toast.ts:223
msgid "\"{name}\" is an invalid folder name."
msgstr "\"{name}\" es un nombre de carpeta inválido."

msgid "\"{name}\" is not an allowed folder name"
msgstr "\"{name}\" no es un nombre de carpeta permitido"

msgid "\"/\" is not allowed inside a folder name."
msgstr "\"/\" no está permitido en el nombre de una carpeta."

msgid "All files"
msgstr "Todos los archivos"

msgid "Choose"
msgstr "Elegir"

msgid "Choose {file}"
msgstr "Elija {file}"

msgid "Choose %n file"
msgid_plural "Choose %n files"
msgstr[0] "Elija %n archivo"
msgstr[1] "Elija %n archivos"
msgstr[2] "Elija %n archivos"

msgid "Copy"
msgstr "Copiar"

msgid "Copy to {target}"
msgstr "Copiar a {target}"

msgid "Could not create the new folder"
msgstr "No se pudo crear la nueva carpeta"

msgid "Could not load files settings"
msgstr "No se pudo cargar la configuración de archivos"

msgid "Could not load files views"
msgstr "No se pudieron cargar las vistas de los archivos"

msgid "Create directory"
msgstr "Crear directorio"

msgid "Current view selector"
msgstr "Selector de vista actual"

msgid "Favorites"
msgstr "Favoritos"

msgid "Files and folders you mark as favorite will show up here."
msgstr "Los archivos y carpetas que marque como favoritos aparecerán aquí."

msgid "Files and folders you recently modified will show up here."
msgstr "Los archivos y carpetas que modificó recientemente aparecerán aquí."

msgid "Filter file list"
msgstr "Filtrar lista de archivos"

msgid "Folder name cannot be empty."
msgstr "El nombre de la carpeta no puede estar vacío."

msgid "Home"
msgstr "Inicio"

msgid "Modified"
msgstr "Modificado"

msgid "Move"
msgstr "Mover"

msgid "Move to {target}"
msgstr "Mover a {target}"

msgid "Name"
msgstr "Nombre"

msgid "New"
msgstr "Nuevo"

msgid "New folder"
msgstr "Nueva carpeta"

msgid "New folder name"
msgstr "Nombre de nueva carpeta"

msgid "No files in here"
msgstr "No hay archivos aquí"

msgid "No files matching your filter were found."
msgstr "No se encontraron archivos que coincidan con su filtro."

msgid "No matching files"
msgstr "No hay archivos coincidentes"

msgid "Recent"
msgstr "Reciente"

msgid "Select all entries"
msgstr "Seleccionar todas las entradas"

msgid "Select entry"
msgstr "Seleccionar entrada"

msgid "Select the row for {nodename}"
msgstr "Seleccione la fila para {nodename}"

msgid "Size"
msgstr "Tamaño"

msgid "Undo"
msgstr "Deshacer"

msgid "Upload some content or sync with your devices!"
msgstr "¡Cargue algún contenido o sincronice con sus dispositivos!"
Loading