aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-201-6/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-031-1/+17
| | | | 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>
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-211-1/+6
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-131-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-012-10/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): replace deprecated `is` attr on `<a>` with dynamic componentGrigorii K. Shartsev2023-11-281-11/+20
| | | | | | | - Special attribute `is` is deprecated and removed in Vue 3 - It is confusing, that `<a>` element is rendered as `span` sometimes Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): make file list item link focusableGrigorii K. Shartsev2023-11-281-1/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Show shared label only if the current user have shared the file.Marco Ambrosini2023-11-221-1/+5
| | | | | | | | | The presence of the text "Sharing label" in all shared files caused the view to be too loaded, so it's been decided to show it only when the current user is the owner of the share. Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Be less strict about action exec return valueJulius Härtl2023-11-191-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-1/+1
| | | | | | <div> is not allowed as a <table> child Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Improve shared status buttonMarco2023-11-141-1/+14
| | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* fix(files): Show Collectives icon in Collectives foldersJonas2023-11-142-0/+45
| | | | Signed-off-by: Jonas <jonas@freesources.org>
* Use background to increase overlay contrastLouis Chemineau2023-11-131-1/+1
| | | | | | | And limit it to files Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display play icon over live photos' previewsLouis Chemineau2023-11-091-0/+14
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-081-19/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-082-10/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): support nested actionsJohn Molakvoæ2023-11-081-17/+94
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* display inline title alwaysSimon L2023-11-071-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Revert "display inline title always"Simon L2023-11-071-1/+1
| | | | This reverts commit 9ea30dcab612b8b1d035525ab4ae3b1990d0022e.
* display inline title alwaysSimon L2023-11-071-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-10/+3
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* perf(files): performance optimizationsVarun Patil2023-10-192-8/+11
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-171-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): grid viewJohn Molakvoæ2023-10-173-5/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): split FileEntry NameJohn Molakvoæ2023-10-173-5/+337
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-171-0/+238
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-171-0/+130
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-172-0/+297
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>