aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-062-21/+145
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-06100-116/+356
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-12-052-26/+28
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-051-2/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files): Correct condition for checking copy/move into same directoryFerdinand Thiessen2023-12-051-1/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript ↵Ferdinand Thiessen2023-12-053-18/+18
| | | | | | in Vue files Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-12-052-4/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-12-055-124/+121
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Remove confusing table header labelsFerdinand Thiessen2023-12-052-14/+11
| | | | | | | | | | For screen readers the table header was very verbose and confusing, as the SR reads out e.g. "sort list by name button FILENAME" for every row / file. Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1] [1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/ Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-052-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-044-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-032-10/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-0318-2/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-0258-116/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add comment in SyncLivePhotosListenerLouis Chemineau2023-12-011-93/+131
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-016-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41921 from nextcloud/backport/41765/stable28Louis2023-11-305-2/+265
|\ | | | | [stable28] Synchronize operation on live photo files
| * Synchronize operation on live photo filesLouis Chemineau2023-11-305-2/+265
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix more active entry iconsJoas Schilling2023-11-301-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-306-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2912-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-274-12/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-264-2/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-258-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Ensure share has download permissions in F2VLouis2023-11-241-10/+10
| | | | | Signed-off-by: Louis <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Ensure share has download permissions in F2VLouis2023-11-241-2/+16
| | | Signed-off-by: Louis <louis@chmn.me>
* fix(files): Use SVG as FilePicker icons instead of Vue componentsFerdinand Thiessen2023-11-241-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix action button labelsMarco Ambrosini2023-11-241-1/+1
| | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-24100-480/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix star stroke color on hoverMarco Ambrosini2023-11-231-1/+1
| | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2333-120/+114
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 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>
* Add star indicator in file descriptionMarco2023-11-221-1/+2
| | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Move starring into actions menuMarco2023-11-221-2/+15
| | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* Merge pull request #41648 from nextcloud/artonge/feat/restore_openfileLouis2023-11-221-2/+23
|\ | | | | Trigger default action when open file initial state is set
| * Trigger default action when open file initial state is setLouis Chemineau2023-11-211-2/+23
| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-222-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-214-4/+170
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add named metadata eventMaxence Lange2023-11-201-6/+14
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-202-2/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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(l10n): Update translations from TransifexNextcloud bot2023-11-1860-60/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-183-33/+38
| | | | | | <div> is not allowed as a <table> child Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-182-7/+20
| | | | | | Otherwise it is not valid and does not ception the table. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): avoid sending thumbnail URL for directory as none existsBenjamin Gaussorgues2023-11-171-4/+10
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1766-66/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(chore) - built and changed this.source -> sourceEduardo Morales2023-11-161-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(component): changed moment to date object for Nc Component using ↵Eduardo Morales2023-11-161-15/+2
| | | | | | Node.mtime returned date object Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(component): utilized NcDateTime componentEduardo Morales2023-11-161-2/+10
| | | | | | Resolves #41261 Replaces span element with custom Nc Vue Component Signed-off-by: Eduardo Morales <emoral435@gmail.com>