summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-255-53/+90
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-252-11/+23
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-254-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-244-32/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2312-6/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2218-4/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42983 from nextcloud/backport/42949/stable28John Molakvoæ2024-01-214-17/+23
|\
| * fix(files): Fix checkbox state semanticsChristopher Ng2024-01-214-17/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-21100-266/+266
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵Ferdinand Thiessen2024-01-206-41/+43
| | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-35/+79
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42952 from nextcloud/backport/42888/stable28John Molakvoæ2024-01-203-6/+6
|\
| * refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-193-6/+6
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #42948 from nextcloud/backport/42940/stable28John Molakvoæ2024-01-203-75/+0
|\|
| * chore(deps): Update openapi-extractorprovokateurin2024-01-191-59/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * chore(files): Remove unused type aliasprovokateurin2024-01-192-16/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-196-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-181-4/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-183-4/+4
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-182-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-176-6/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(files): better upload error handlingJohn Molakvoæ2024-01-162-2/+38
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2024-01-161-1/+28
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): show quota warning on page load or if storage becomes fullJohn Molakvoæ2024-01-161-0/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1676-304/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #42734 from nextcloud/backport/42716/stable28Louis2024-01-151-14/+4
|\ | | | | [stable28] fix(files): use getSummaryFor for better files summary translations
| * fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-154-6/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-144-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-138-0/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-124-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1274-292/+300
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42719 from ↵John Molakvoæ2024-01-121-1/+17
|\ | | | | | | nextcloud/feature/filelist_refresh_current_folder_on_update-stable28
| * Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+17
| | | | | | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* | fix(files): switched native input to NcButtonEduardo Morales2024-01-111-3/+4
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1298-8/+108
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-113-13/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-112-24/+56
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): fix unshare actionJohn Molakvoæ2024-01-111-1/+26
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #42691 from nextcloud/backport/41972/stable28John Molakvoæ2024-01-114-58/+82
|\
| * refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-104-49/+82
| | | | | | | | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>