Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: Ensure correct stacking context for right click menu | Christopher Ng | 2024-03-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | test(files): Add e2e tests for live photo sync | Louis Chemineau | 2024-03-14 | 2 | -4/+10 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Right click menu positioning | Christopher Ng | 2024-03-12 | 2 | -6/+8 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Right click menu scroll reset glitch | Christopher Ng | 2024-03-12 | 1 | -1/+0 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix: Open viewer on simple file widget | Julius Härtl | 2024-03-11 | 1 | -0/+4 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix(files): Close submenu actions after click like top-level actions | Christopher Ng | 2024-03-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -7/+19 | |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 1 | -0/+68 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix: Positioning and active state of viewer components | Julius Härtl | 2024-03-07 | 1 | -3/+10 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | feat(files): add Folder Preview ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -50/+88 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | feat(files): add Viewer Files ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -6/+98 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+1 | |
| | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: reconfigured NcActions to use MDI's | Eduardo Morales | 2024-03-06 | 1 | -1/+1 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Merge pull request #43941 from nextcloud/fix/files-open-text | John Molakvoæ | 2024-03-05 | 1 | -1/+7 | |
|\ | | | | | fix(files): Open new file when created from template | |||||
| * | fix(files): Open new file when created from template | Ferdinand Thiessen | 2024-03-05 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #43988 from nextcloud/fix/files-favorite | John Molakvoæ | 2024-03-05 | 1 | -56/+43 | |
|\ \ | | | | | | | fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon | |||||
| * | | fix(files): Remove deprecated function calls from sidebar and add aria-label ↵ | Ferdinand Thiessen | 2024-03-05 | 1 | -56/+43 | |
| |/ | | | | | | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / | fix: fixed breadcrumbs not showing due to viewport width | Eduardo Morales | 2024-03-04 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | 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> |