aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(files): restore unified search filtering in files viewfenn-cs2024-02-292-53/+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>
* fix: changed text alignment and icon logicEduardo Morales2024-02-291-5/+8
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-14/+24
| | | | | | | | 1. Refresh token on update 2. Fix some very weird imports 3. Patch fetch instead of request to prevent accessing impl details Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix(i18n): Corrected grammarrakekniven2024-02-271-1/+1
| | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-02-261-1/+1
| | | | Signed-off-by: Ty Davis <noreply@mail.theTyster.dev>
* Update apps/files/src/components/BreadCrumbs.vueAndrii Rublov2024-02-251-4/+4
| | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Andrii Rublov <39839367+arublov@users.noreply.github.com>
* feature: [F2V] Hide breadcrumbs when an upload is ongoing on narrow screen ↵Andrii Rublov2024-02-251-0/+19
| | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com>
* feat: files update correctly on destination/current folderEduardo Morales2024-02-231-19/+12
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: conflict picker moves files correctly to its directoryEduardo Morales2024-02-231-5/+26
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: merge conflict dialog added when overwriting files on move-file actionEduardo Morales2024-02-231-0/+9
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-222-14/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Dont't warn re: full storage on either zero or unlimited quotasJosh2024-02-191-4/+14
| | | | | | | | | | Fixes #43535 Fixes #43280 Replaces #43544 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-161-2/+6
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-161-1/+2
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(tests): favorites view orderJohn Molakvoæ2024-02-151-1/+1
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix: condensed filtering logicEduardo Morales2024-02-154-63/+21
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh: added option to render icon and text for breadcrumbEduardo Morales2024-02-152-2/+7
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feat: changed filtering logicEduardo Morales2024-02-152-37/+15
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feat: added filtering to filter out files that are sharedEduardo Morales2024-02-155-29/+64
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feature: personal viewsEduardo Morales2024-02-153-1/+116
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-134-7/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-091-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-092-37/+32
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-0910-180/+469
| | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43433 from nextcloud/enh/40202/use-correct-iconSimon L2024-02-081-5/+5
| | | Use AccountPlusIcon in broadcrombs
* Merge pull request #42444 from ↵John Molakvoæ2024-02-082-10/+21
| | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-26/+15
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(files): focus sidebar tab on tab or file changeGrigorii K. Shartsev2024-02-071-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-072-44/+81
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-073-21/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-074-727/+425
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files) selection store typingJohn Molakvoæ2024-02-076-41/+52
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-073-31/+96
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-063-24/+151
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* 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(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
| | | | Signed-off-by: Jonas <jonas@freesources.org>
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-273-4/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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>