Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): drag ghost imagefeat/files-row-height | skjnldsv | 10 days | 1 | -10/+12 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): reduce row height | skjnldsv | 10 days | 5 | -11/+11 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): remove unecessary sorting code snippetfeat/delete-separator | skjnldsv | 11 days | 1 | -11/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): show destructive actions as important | skjnldsv | 11 days | 3 | -5/+62 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): add delete confirmation option | skjnldsv | 12 days | 6 | -12/+33 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: adapt rename action tests to check for parent permissions | Hamza | 2025-07-11 | 2 | -9/+22 |
| | | | | Signed-off-by: Hamza <hamzamahjoubi221@gmail.com> | ||||
* | fix(files): allow renaming if parent allow creating | skjnldsv | 2025-07-11 | 1 | -2/+16 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: hide rename action is trashbin | Hamza | 2025-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Hamza <hamzamahjoubi221@gmail.com> | ||||
* | fix(files): thead flex heightfix/tags-search-case | skjnldsv | 2025-07-09 | 1 | -0/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): Remove redundant setting | kramo | 2025-07-09 | 1 | -6/+0 |
| | | | | | | | | This setting is already present in the main view, where it is much more visible, it is also the only one that is documented. Having it in both places is redundant and unnecessary clutter. Signed-off-by: kramo <git@kramo.page> | ||||
* | fix(files): ensure proper headers lifecycle | skjnldsv | 2025-07-08 | 1 | -5/+41 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): VirtualList rendering for scrolling calculations | skjnldsv | 2025-07-08 | 2 | -36/+59 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): wait for nodes to be fetched before checking for opendetails or ↵ | skjnldsv | 2025-07-08 | 1 | -27/+24 |
| | | | | | | openfile Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): use the configured default view for redirect | Ferdinand Thiessen | 2025-07-08 | 1 | -7/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): make sure the FilesList is always mounted | skjnldsv | 2025-07-08 | 4 | -71/+126 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): sort local files first - used when filtering + local search | Ferdinand Thiessen | 2025-07-07 | 1 | -2/+18 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): search locally in the background while filtering by name | Ferdinand Thiessen | 2025-07-07 | 2 | -7/+93 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): remove "local search" | Ferdinand Thiessen | 2025-07-07 | 5 | -72/+15 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): gracefully handle `files:node:updated` when not in store | Ferdinand Thiessen | 2025-07-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): add active folder to active store and refactor | Ferdinand Thiessen | 2025-07-07 | 7 | -61/+79 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): allow to configure default view | Ferdinand Thiessen | 2025-07-04 | 9 | -25/+169 |
| | | | | | | | | This allows to configure which view should be the default ("start view") in the files app, currently either "all files" or "personal files". But it might be extended to the new home view in the future. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add "search everywhere" button within the filters row | Ferdinand Thiessen | 2025-07-04 | 5 | -3/+106 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Adapt cypress component test to contain total space | Côme Chilliet | 2025-07-03 | 1 | -0/+3 |
| | | | | | | Mocked server initial state was incomplete Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Correctly show free space if lower than quota in Files navigation | Côme Chilliet | 2025-07-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: update `@nextcloud/files` and use now public APIchore/files-public-api | Ferdinand Thiessen | 2025-07-03 | 1 | -1/+1 |
| | | | | | | | Remove the hack which was needed until the view.hidden attribute was public API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): provide boundaries for FileListTableHeaderActions element | Maksim Sukharev | 2025-07-03 | 1 | -0/+5 |
| | | | | | | - default boundaries element is 'content-vue', which includes sidebar Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(files): do not redirect router when navigating between views | Ferdinand Thiessen | 2025-07-01 | 1 | -8/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: add e2e tests for files search | Ferdinand Thiessen | 2025-07-01 | 1 | -3/+22 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): reload file list on search update | Ferdinand Thiessen | 2025-07-01 | 1 | -2/+17 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add search scope toggle and logic | Ferdinand Thiessen | 2025-07-01 | 4 | -56/+149 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): allow hidden views | Ferdinand Thiessen | 2025-07-01 | 1 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add `search` view | Ferdinand Thiessen | 2025-07-01 | 7 | -4/+308 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): adjust filename filter to use events | Ferdinand Thiessen | 2025-07-01 | 2 | -2/+18 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add `search` store to handle all search related state | Ferdinand Thiessen | 2025-07-01 | 3 | -1/+178 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): also use `open-in-files` for the search view | Ferdinand Thiessen | 2025-07-01 | 2 | -9/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add `getDirectoryByPath` to files store | Ferdinand Thiessen | 2025-07-01 | 3 | -17/+25 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): log aborted navigation as debug level | Ferdinand Thiessen | 2025-07-01 | 1 | -0/+9 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): remove custom page title handling | Ferdinand Thiessen | 2025-06-18 | 1 | -7/+0 |
| | | | | | | | This conflicts with what `NcAppContent` is already doing. So we should just remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): add plural form for selected nodes | Ferdinand Thiessen | 2025-06-18 | 1 | -2/+5 |
| | | | | | | | Reported at Transifex: > This string needs pluralization feature, because in some languages translation of "selected" differs between singular and plural. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: do not extract fields for blank template | Elizabeth Danzberger | 2025-06-17 | 1 | -1/+7 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | fix(files): use the correct theming instance name from capabilities to set ↵ | Julien Veyssier | 2025-06-05 | 1 | -1/+1 |
| | | | | | | the page title Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(files): highlight previous folder on history up | skjnldsv | 2025-06-03 | 1 | -0/+62 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | test: adjust unit tests for updated library | Ferdinand Thiessen | 2025-06-01 | 1 | -26/+35 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): do nothing if `view local` dialog was just closed | Ferdinand Thiessen | 2025-05-29 | 1 | -66/+73 |
| | | | | | | | | | | | | | | | We try to open a file in the Nextcloud client. If this fails a dialog is shown with 3 options: 1. Retry: If it fails no further dialog is shown. 2. Open online: The viewer is used to open the file. 3. Close the dialog and nothing happens (abort). This correctly implements 3 and also adds some comments + order file in reading order (using `function` instead of arrow functions allows this easily). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: only load template fields when requested | Elizabeth Danzberger | 2025-05-19 | 2 | -4/+12 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | feat(files): show readable mime if available | John Molakvoæ (skjnldsv) | 2025-05-15 | 1 | -0/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | chore(files): adjust renaming action comment | John Molakvoæ | 2025-05-14 | 1 | -0/+2 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(files): refresh Node data on extension change | John Molakvoæ (skjnldsv) | 2025-05-14 | 1 | -1/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat(files): allow showing file type (mime) column | John Molakvoæ (skjnldsv) | 2025-05-14 | 7 | -1/+71 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(files): do not even try to fetch a preview if èhas-preview` is false | John Molakvoæ (skjnldsv) | 2025-05-14 | 1 | -0/+12 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |