aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(files): make file list item link focusableGrigorii K. Shartsev2023-11-281-1/+2
* fix(files): remove focus outline on file list item clickGrigorii K. Shartsev2023-11-281-2/+4
* Merge pull request #40939 from nextcloud/pulsejet/sidebar-tagsLouis2023-11-282-2/+13
|\
| * sidebar: allow turning off tags view by defaultVarun Patil2023-11-272-2/+13
* | fix(files): Correct condition for checking copy/move into same directoryFerdinand Thiessen2023-11-271-1/+7
|/
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-11-273-18/+18
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-11-272-4/+9
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-275-124/+121
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-11-272-36/+42
* Ensure share has download permissions in F2VLouis2023-11-241-10/+10
* Ensure share has download permissions in F2VLouis2023-11-241-2/+16
* Fix action button labelsMarco Ambrosini2023-11-241-1/+1
* fix(files): Use SVG as FilePicker icons instead of Vue componentsFerdinand Thiessen2023-11-241-4/+4
* Fix star stroke color on hoverMarco Ambrosini2023-11-231-1/+1
* Show shared label only if the current user have shared the file.Marco Ambrosini2023-11-221-1/+5
* Add star indicator in file descriptionMarco2023-11-221-1/+2
* Move starring into actions menuMarco2023-11-221-2/+15
* Trigger default action when open file initial state is setLouis Chemineau2023-11-211-2/+23
* fix: Be less strict about action exec return valueJulius Härtl2023-11-191-1/+1
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-183-33/+38
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-182-7/+20
* fix(chore) - built and changed this.source -> sourceEduardo Morales2023-11-161-1/+1
* fix(component): changed moment to date object for Nc Component using Node.mti...Eduardo Morales2023-11-161-15/+2
* fix(component): utilized NcDateTime componentEduardo Morales2023-11-161-2/+10