aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Right click menu positioningChristopher Ng2024-03-122-6/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-072-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 exclusivelyfenn-cs2024-03-071-0/+68
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-50/+88
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-6/+98
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-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'sEduardo Morales2024-03-061-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #43941 from nextcloud/fix/files-open-textJohn Molakvoæ2024-03-051-1/+7
|\ | | | | fix(files): Open new file when created from template
| * fix(files): Open new file when created from templateFerdinand Thiessen2024-03-051-1/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43988 from nextcloud/fix/files-favoriteJohn Molakvoæ2024-03-051-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 Thiessen2024-03-051-56/+43
| |/ | | | | | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / fix: fixed breadcrumbs not showing due to viewport widthEduardo Morales2024-03-041-1/+1
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* 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>