summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-211-72/+8
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
* fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-152-7/+7
* fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-151-1/+1
* fix(files): navigation exactJohn Molakvoæ2023-12-141-1/+2
* 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-142-10/+36
* fix(files): Adjust reference picker for new vue file pickerFerdinand Thiessen2023-12-071-67/+57
* enh(files): Add files navigation labelChristopher Ng2023-12-071-1/+2
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-062-21/+145
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-12-052-26/+28
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
* fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-051-2/+8
* fix(files): Correct condition for checking copy/move into same directoryFerdinand Thiessen2023-12-051-1/+7
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-12-053-18/+18
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-12-052-4/+9
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-12-055-124/+121
* fix(files): Remove confusing table header labelsFerdinand Thiessen2023-12-052-14/+11
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-032-10/+15
* Fix more active entry iconsJoas Schilling2023-11-301-0/+4
* Ensure share has download permissions in F2VLouis2023-11-241-10/+10
* Ensure share has download permissions in F2VLouis2023-11-241-2/+16
* fix(files): Use SVG as FilePicker icons instead of Vue componentsFerdinand Thiessen2023-11-241-4/+4
* Fix action button labelsMarco Ambrosini2023-11-241-1/+1
* 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
* fix(files): Ensure favorites and folders are sorted first regardless or sorti...Ferdinand Thiessen2023-11-161-16/+35
* fix(files): Sort list ASC by defaultJoas Schilling2023-11-161-1/+1
* Improve shared status buttonMarco2023-11-141-1/+14
* fix(files): Use color-primary-element-text for files/folders overlay iconsJonas2023-11-141-1/+1
* fix(files): Show Collectives icon in Collectives foldersJonas2023-11-142-0/+45
* Use background to increase overlay contrastLouis Chemineau2023-11-132-10/+5
* fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
* Display play icon over live photos' previewsLouis Chemineau2023-11-093-3/+29
* Hide .mov for live photosLouis Chemineau2023-11-093-2/+44
* fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-082-21/+19
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-084-48/+16
* feat(files): support nested actionsJohn Molakvoæ2023-11-082-18/+132
* fix(files): Do not encode the path twice (and do not use undefined method)Ferdinand Thiessen2023-11-071-1/+1