aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-254-55/+49
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #43027 from nextcloud/fix/svg-viewbox-attributeKate2024-01-221-1/+1
|\ | | | | fix: Use viewBox instead of viewbox in SVGs
| * fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | 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(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>
* fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-204-17/+23
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-173-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.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>
* 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(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>
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-081-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* 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>
* enh(files): made breadcrumb component lang=tsEduardo Morales2024-01-041-13/+37
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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(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(files): allow silent batch actions errorsJohn Molakvoæ2023-12-261-0/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-221-5/+9
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.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): 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>
* 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 typo in move or copy dialogJoas Schilling2023-12-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #42281 from nextcloud/fix/files/urlencodeJohn Molakvoæ2023-12-151-1/+1
|\
| * fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-141-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-142-7/+7
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): templates logger usageJohn Molakvoæ2023-12-141-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add batch support to copy-moveJohn Molakvoæ2023-12-142-24/+48
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-132-10/+36
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): navigation exactJohn Molakvoæ2023-12-121-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Adjust reference picker for new vue file pickerFerdinand Thiessen2023-12-071-67/+57
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add files navigation labelChristopher Ng2023-12-061-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-062-21/+145
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>