Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(files): restore unified search filtering in files view | fenn-cs | 2024-02-29 | 2 | -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 logic | Eduardo Morales | 2024-02-29 | 1 | -5/+8 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(dav): multiple fixes in usage of webdav library | Varun Patil | 2024-02-28 | 1 | -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 grammar | rakekniven | 2024-02-27 | 1 | -1/+1 | |
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | fix: Display "+New" while files page loads instead of "+Add". | Ty Davis | 2024-02-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ty Davis <noreply@mail.theTyster.dev> | |||||
* | Update apps/files/src/components/BreadCrumbs.vue | Andrii Rublov | 2024-02-25 | 1 | -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 Rublov | 2024-02-25 | 1 | -0/+19 | |
| | | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com> | |||||
* | feat: files update correctly on destination/current folder | Eduardo Morales | 2024-02-23 | 1 | -19/+12 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: conflict picker moves files correctly to its directory | Eduardo Morales | 2024-02-23 | 1 | -5/+26 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: merge conflict dialog added when overwriting files on move-file action | Eduardo Morales | 2024-02-23 | 1 | -0/+9 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): page h1 heading | Grigorii K. Shartsev | 2024-02-23 | 2 | -4/+6 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths` | skjnldsv | 2024-02-22 | 2 | -14/+3 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Dont't warn re: full storage on either zero or unlimited quotas | Josh | 2024-02-19 | 1 | -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 icon | Eduardo Morales | 2024-02-16 | 1 | -2/+6 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | enh: breadcrumbs icons are now more visually descriptive | Eduardo Morales | 2024-02-16 | 1 | -1/+2 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(tests): favorites view order | John Molakvoæ | 2024-02-15 | 1 | -1/+1 | |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
* | fix: condensed filtering logic | Eduardo Morales | 2024-02-15 | 4 | -63/+21 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | enh: added option to render icon and text for breadcrumb | Eduardo Morales | 2024-02-15 | 2 | -2/+7 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | feat: changed filtering logic | Eduardo Morales | 2024-02-15 | 2 | -37/+15 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | feat: added filtering to filter out files that are shared | Eduardo Morales | 2024-02-15 | 5 | -29/+64 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | feature: personal views | Eduardo Morales | 2024-02-15 | 3 | -1/+116 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: Correctly import types in Typescript files | Ferdinand Thiessen | 2024-02-13 | 4 | -7/+10 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not scroll if there is no scrolling area | Ferdinand Thiessen | 2024-02-09 | 1 | -0/+5 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Fix some type errors in TemplatePicker | Ferdinand Thiessen | 2024-02-09 | 2 | -37/+32 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Add modal to set filename before creating new files in the fileslist | Ferdinand Thiessen | 2024-02-09 | 10 | -180/+469 | |
| | | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #43433 from nextcloud/enh/40202/use-correct-icon | Simon L | 2024-02-08 | 1 | -5/+5 | |
| | | | Use AccountPlusIcon in broadcrombs | |||||
* | Merge pull request #42444 from ↵ | John Molakvoæ | 2024-02-08 | 2 | -10/+21 | |
| | | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open | |||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 3 | -26/+15 | |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | |||||
* | fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbs | Simon L | 2024-02-08 | 1 | -5/+5 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | fix(files): focus sidebar tab on tab or file change | Grigorii K. Shartsev | 2024-02-07 | 1 | -9/+16 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): do not disable action on load to keep focus | Grigorii K. Shartsev | 2024-02-07 | 1 | -1/+5 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | feat(files): ask for confirm if deleting 5 items or more | John Molakvoæ | 2024-02-07 | 2 | -44/+81 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): setup cannot be in mixins | John Molakvoæ | 2024-02-07 | 3 | -21/+41 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | chore(files): move shared FileEntry and FileEntryGrid into a mixin | John Molakvoæ | 2024-02-07 | 4 | -727/+425 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files) selection store typing | John Molakvoæ | 2024-02-07 | 6 | -41/+52 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): drop to folder path and user feedback | John Molakvoæ | 2024-02-07 | 3 | -31/+96 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): add mount root property and adjust delete wording | John Molakvoæ | 2024-02-06 | 3 | -24/+151 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): dav owner and mime types | John Molakvoæ | 2024-02-05 | 1 | -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 detection | John Molakvoæ | 2024-02-04 | 1 | -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 safari | John Molakvoæ | 2024-02-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): do not open file by id on load for folders | Grigorii K. Shartsev | 2024-02-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): make sure we focus the parent actions submenu entry | John Molakvoæ | 2024-01-31 | 1 | -1/+17 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): selected files actions position on scroll/with readme block | Grigorii K. Shartsev | 2024-01-30 | 2 | -9/+16 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): Improve inaccessible files message in file reference widget | Jonas | 2024-01-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jonas <jonas@freesources.org> | |||||
* | fix(files): Consistent sorting for folders before files (user configurable) | Ferdinand Thiessen | 2024-01-27 | 3 | -4/+9 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(assets): Recompile assets | John Molakvoæ | 2024-01-27 | 2 | -35/+11 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): disable `Unshare` until proper fix | John Molakvoæ | 2024-01-27 | 2 | -7/+9 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | chore: Update `@nextcloud/dialogs` to 5.1.1 | Ferdinand Thiessen | 2024-01-27 | 1 | -2/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Ensure the correct `dir` query is set on folder action | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 3 | -28/+40 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |