Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): sort favorites navigation alphabetically | skjnldsv | 15 hours | 2 | -12/+26 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): new folder icon color | skjnldsv | 2 days | 1 | -1/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): make sure mtime row is wide enough | Ferdinand Thiessen | 6 days | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): show hidden new file name warning | skjnldsv | 6 days | 1 | -1/+12 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): allow custom setting order | skjnldsv | 7 days | 2 | -1/+30 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Revert "fix(files): new folder icon color" | skjnldsv | 7 days | 1 | -4/+1 |
| | | | | This reverts commit 221d8b641aac5ac3ab4935a5e38369b75ff624c1. | ||||
* | fix(files): new folder icon color | skjnldsv | 7 days | 1 | -1/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): drag ghost imagefeat/files-row-height | skjnldsv | 7 days | 1 | -10/+12 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): reduce row height | skjnldsv | 7 days | 5 | -11/+11 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): remove unecessary sorting code snippetfeat/delete-separator | skjnldsv | 8 days | 1 | -11/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): show destructive actions as important | skjnldsv | 8 days | 3 | -5/+62 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): add delete confirmation option | skjnldsv | 10 days | 6 | -12/+33 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: adapt rename action tests to check for parent permissions | Hamza | 12 days | 2 | -9/+22 |
| | | | | Signed-off-by: Hamza <hamzamahjoubi221@gmail.com> | ||||
* | fix(files): allow renaming if parent allow creating | skjnldsv | 12 days | 1 | -2/+16 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: hide rename action is trashbin | Hamza | 12 days | 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> |