aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-121-4/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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-1298-8/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Include `unsubscribe` from file changed eventRaul Ferreira2024-01-111-1/+5
| | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* Update apps/files/src/views/FilesList.vueRaul Ferreira Fuentes2024-01-111-2/+2
| | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Raul Ferreira Fuentes <Raudius@users.noreply.github.com>
* Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+13
| | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1168-140/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): switched native input to NcButtonEduardo Morales2024-01-101-3/+4
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* 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>
* Merge pull request #42666 from nextcloud/chore/deps/update-openapi-extractorJoas Schilling2024-01-101-1/+5
|\ | | | | chore(deps): Update openapi-extractor
| * chore(deps): Update openapi-extractorprovokateurin2024-01-091-1/+5
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-104-2/+74
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-092-6/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-081-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-072-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-052-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-051-3/+13
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-054-24/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* enh(files): made breadcrumb component lang=tsEduardo Morales2024-01-041-13/+37
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-0/+654
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-034-2/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
| | | | | | When new folder is created, new file entry is initially in renaming mode. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-312-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42427 from nextcloud/fix/issue-42418John Molakvoæ2023-12-291-6/+10
|\
| * fix(ViewController): Regression lead to 500 on non-existent fileIdsJosh Richards2023-12-211-6/+10
| | | | | | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-292-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-272-4/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-272-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-261-0/+6
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2418-0/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-232-0/+154
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-221-5/+9
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-224-0/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-212-2/+12
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-212-1/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2198-134/+136
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-203-14/+78
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): recursive drop path joinJohn Molakvoæ2023-12-201-2/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2018-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-191-72/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-1964-128/+128
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix typo in move or copy dialogJoas Schilling2023-12-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>