summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-173-4/+4
* use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-121-4/+7
* fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
* Include `unsubscribe` from file changed eventRaul Ferreira2024-01-111-1/+5
* Update apps/files/src/views/FilesList.vueRaul Ferreira Fuentes2024-01-111-2/+2
* Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+13
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-113-13/+11
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-112-24/+56
* fix(files): fix unshare actionJohn Molakvoæ2024-01-111-1/+26
* fix(files): switched native input to NcButtonEduardo Morales2024-01-101-3/+4
* refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-104-49/+82
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-081-1/+4
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-052-2/+2
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-051-3/+13
* enh(files): made breadcrumb component lang=tsEduardo Morales2024-01-041-13/+37
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-272-4/+18
* fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-261-0/+6
* enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-221-5/+9
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-212-2/+12
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-203-14/+78
* fix(files): recursive drop path joinJohn Molakvoæ2023-12-201-2/+5
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
* fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-191-72/+8
* Fix typo in move or copy dialogJoas Schilling2023-12-181-1/+1
* 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
* | fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-142-7/+7
|/
* fix(files): templates logger usageJohn Molakvoæ2023-12-141-1/+1
* feat(files): add batch support to copy-moveJohn Molakvoæ2023-12-142-24/+48
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-132-10/+36
* fix(files): navigation exactJohn Molakvoæ2023-12-121-1/+2
* fix(files): Adjust reference picker for new vue file pickerFerdinand Thiessen2023-12-071-67/+57
* enh(files): Add files navigation labelChristopher Ng2023-12-061-1/+2
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-062-21/+145
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
* fix(files): better upload error handlingJohn Molakvoæ2023-12-052-2/+38
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2023-12-051-1/+28
* feat(files): show quota warning on page load or if storage becomes fullJohn Molakvoæ2023-12-051-0/+18
* fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-041-2/+8
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-012-10/+15
* fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2023-12-011-0/+1
* fix(files): Remove confusing table header labelsFerdinand Thiessen2023-12-012-9/+2
* accessibility fix - changed the dir attribute to have valid value, keeping pr...Eduardo Morales2023-11-301-0/+2
* Fix more active entry iconsJoas Schilling2023-11-291-0/+4
* refactor(files): replace deprecated `is` attr on `<a>` with dynamic componentGrigorii K. Shartsev2023-11-281-11/+20