Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-07 | 6 | -84/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-06 | 22 | -22/+86 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-05 | 98 | -190/+292 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(files): allow to configure default view | Ferdinand Thiessen | 2025-07-04 | 10 | -42/+192 |
| | | | | | | | | 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> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-04 | 6 | -0/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | 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(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-03 | 24 | -20/+196 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53728 from nextcloud/rector-phpunit10 | Robin Appelman | 2025-07-02 | 9 | -65/+25 |
|\ | | | | | chore/rector: make phpunit dataproviders phpunit 12 compatible | ||||
| * | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 9 | -65/+25 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-02 | 100 | -530/+338 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 18 | -16/+30 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 2 | -14/+8 |
|\ | |||||
| * | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 2 | -14/+8 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(files): Always transfer incoming shares when doing ownership transfer to ↵ | provokateurin | 2025-07-01 | 2 | -46/+21 |
| | | | | | | | | | | | | prevent broken reshares Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(files): Limit transferring incoming shares to the selected path | provokateurin | 2025-07-01 | 1 | -15/+23 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-01 | 4 | -4/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-30 | 52 | -0/+52 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-30 | 216 | -10562/+722 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-26 | 6 | -10/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53657 from nextcloud/chore/debug-output | Ferdinand Thiessen | 2025-06-25 | 1 | -1/+2 |
|\ | | | | | fix(files): add more debug output to the filename sanitizing command | ||||
| * | fix(files): add more debug output to the filename sanitizing commandchore/debug-output | Ferdinand Thiessen | 2025-06-24 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-25 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: don't scan the same storage multiple timesdont-double-scan-storage | Robin Appelman | 2025-06-24 | 1 | -4/+44 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-24 | 4 | -6/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-23 | 6 | -4/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-22 | 100 | -300/+300 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-21 | 6 | -10/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-20 | 6 | -4/+334 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53574 from nextcloud/chore/files-title | Ferdinand Thiessen | 2025-06-19 | 1 | -7/+0 |
|\ | | | | | refactor(files): remove custom page title handling | ||||
| * | 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> |