aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
Commit message (Collapse)AuthorAgeFilesLines
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-03-161-1/+1
| | | | | | Signed-off-by: Ty Davis <noreply@mail.theTyster.dev> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-151-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-151-11/+33
| | | | | | | | | | | | | | | | | The unified search emits, search events that other apps can subscribe to and react however they want to search queries, following 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files app ui to vue.js that feature was broken. This commit reintroduces the feature using the current `FileList` implementation. This commit also adds some logging to an empty exception handler. Resolve : https://github.com/nextcloud/server/issues/43365 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> (cherry picked from commit 29c37af40c7c28ef17da4b9565e8c30fab27fec4) Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Open new file when created from templateFerdinand Thiessen2024-03-061-1/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Remove deprecated function calls from sidebar and add aria-label ↵Ferdinand Thiessen2024-03-051-56/+43
| | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-101-37/+31
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-101-2/+7
| | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> [skip ci]
* fix(files): focus sidebar tab on tab or file changeGrigorii K. Shartsev2024-02-081-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-02-032-2/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-02-012-37/+20
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-253-28/+40
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-251-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-251-8/+18
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-181-4/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): better upload error handlingJohn Molakvoæ2024-01-161-0/+36
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2024-01-161-1/+28
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+17
| | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com>
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-091-1/+4
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2024-01-081-0/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-151-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): navigation exactJohn Molakvoæ2023-12-141-1/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Adjust reference picker for new vue file pickerFerdinand Thiessen2023-12-071-67/+57
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add files navigation labelChristopher Ng2023-12-071-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 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(config): Adjust typescript config to allow `.ts` imports and Typescript ↵Ferdinand Thiessen2023-12-051-11/+11
| | | | | | in Vue files Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-12-051-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-12-051-10/+23
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix more active entry iconsJoas Schilling2023-11-301-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* 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>
* fix(files): Ensure favorites and folders are sorted first regardless or ↵Ferdinand Thiessen2023-11-161-16/+35
| | | | | | | | sorting order Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Hide .mov for live photosLouis Chemineau2023-11-091-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-171-1/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add grid toggle buttonJohn Molakvoæ2023-10-172-2/+31
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-172-38/+61
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-2/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(systemtags): fix capabilities and sidebar + tag visibilityJohn Molakvoæ (skjnldsv)2023-09-182-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-1/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-4/+80
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add uploaderJohn Molakvoæ2023-09-011-3/+39
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: upgrade to `@nextcloud/files@3.0.0-beta.18`John Molakvoæ2023-08-232-9/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-233-6/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-237-56/+52
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>