summaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Expand)AuthorAgeFilesLines
* 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
* enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-281-5/+11
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-282-4/+18
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-272-2/+12
* fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-271-0/+6
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-242-10/+73
* fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-151-2/+2
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-142-10/+36
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-061-21/+12
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-12-052-26/+28
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-12-052-7/+7
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-12-051-3/+8
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-12-053-114/+96
* 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 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
* 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
* 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-092-2/+28
* 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-082-10/+16
* feat(files): support nested actionsJohn Molakvoæ2023-11-081-17/+94
* display inline title alwaysSimon L2023-11-071-1/+1
* Revert "display inline title always"Simon L2023-11-071-1/+1
* display inline title alwaysSimon L2023-11-071-1/+1
* fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
* fix(files): correct item heightVarun Patil2023-10-212-1/+2
* fix(files): disable size containment on headersVarun Patil2023-10-201-1/+1
* fix(files): virtual list will-change valueVarun Patil2023-10-201-1/+2
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-195-38/+16
* perf(files): performance optimizationsVarun Patil2023-10-194-15/+25
* Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settingsSimon L2023-10-171-1/+9
|\
| * fix several personal settings problemsSimon L2023-10-171-1/+9
* | perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-173-13/+37
* | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-171-2/+15
* | perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
* | feat(files): grid viewJohn Molakvoæ2023-10-178-66/+604