aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* feat(files): show destructive actions as importantfix/files-actions-subcomponentskjnldsv2025-07-154-71/+222
* feat(files): add delete confirmation optionskjnldsv2025-07-146-12/+33
* fix: adapt rename action tests to check for parent permissionsHamza2025-07-112-9/+22
* fix(files): allow renaming if parent allow creatingskjnldsv2025-07-111-2/+16
* fix: hide rename action is trashbinHamza2025-07-111-1/+1
* fix(files): thead flex heightfix/tags-search-caseskjnldsv2025-07-091-0/+1
* fix(files): Remove redundant settingkramo2025-07-091-6/+0
* fix(files): ensure proper headers lifecycleskjnldsv2025-07-081-5/+41
* fix(files): VirtualList rendering for scrolling calculationsskjnldsv2025-07-082-36/+59
* fix(files): wait for nodes to be fetched before checking for opendetails or o...skjnldsv2025-07-081-27/+24
* fix(files): use the configured default view for redirectFerdinand Thiessen2025-07-081-7/+8
* fix(files): make sure the FilesList is always mountedskjnldsv2025-07-084-71/+126
* feat(files): sort local files first - used when filtering + local searchFerdinand Thiessen2025-07-071-2/+18
* feat(files): search locally in the background while filtering by nameFerdinand Thiessen2025-07-072-7/+93
* refactor(files): remove "local search"Ferdinand Thiessen2025-07-075-72/+15
* fix(files): gracefully handle `files:node:updated` when not in storeFerdinand Thiessen2025-07-071-1/+1
* refactor(files): add active folder to active store and refactorFerdinand Thiessen2025-07-077-61/+79
* feat(files): allow to configure default viewFerdinand Thiessen2025-07-049-25/+169
* feat(files): add "search everywhere" button within the filters rowFerdinand Thiessen2025-07-045-3/+106
* chore: Adapt cypress component test to contain total spaceCôme Chilliet2025-07-031-0/+3
* fix: Correctly show free space if lower than quota in Files navigationCôme Chilliet2025-07-031-1/+1
* chore: update `@nextcloud/files` and use now public APIchore/files-public-apiFerdinand Thiessen2025-07-031-1/+1
* fix(files): provide boundaries for FileListTableHeaderActions elementMaksim Sukharev2025-07-031-0/+5
* fix(files): do not redirect router when navigating between viewsFerdinand Thiessen2025-07-011-8/+10
* test: add e2e tests for files searchFerdinand Thiessen2025-07-011-3/+22
* fix(files): reload file list on search updateFerdinand Thiessen2025-07-011-2/+17
* feat(files): add search scope toggle and logicFerdinand Thiessen2025-07-014-56/+149
* feat(files): allow hidden viewsFerdinand Thiessen2025-07-011-2/+6
* feat(files): add `search` viewFerdinand Thiessen2025-07-017-4/+308
* refactor(files): adjust filename filter to use eventsFerdinand Thiessen2025-07-012-2/+18
* feat(files): add `search` store to handle all search related stateFerdinand Thiessen2025-07-013-1/+178
* fix(files): also use `open-in-files` for the search viewFerdinand Thiessen2025-07-012-9/+11
* feat(files): add `getDirectoryByPath` to files storeFerdinand Thiessen2025-07-013-17/+25
* fix(files): log aborted navigation as debug levelFerdinand Thiessen2025-07-011-0/+9
* refactor(files): remove custom page title handlingFerdinand Thiessen2025-06-181-7/+0
* fix(files): add plural form for selected nodesFerdinand Thiessen2025-06-181-2/+5
* fix: do not extract fields for blank templateElizabeth Danzberger2025-06-171-1/+7
* fix(files): use the correct theming instance name from capabilities to set th...Julien Veyssier2025-06-051-1/+1
* fix(files): highlight previous folder on history upskjnldsv2025-06-031-0/+62
* test: adjust unit tests for updated libraryFerdinand Thiessen2025-06-011-26/+35
* fix(files): do nothing if `view local` dialog was just closedFerdinand Thiessen2025-05-291-66/+73
* feat: only load template fields when requestedElizabeth Danzberger2025-05-192-4/+12
* feat(files): show readable mime if availableJohn Molakvoæ (skjnldsv)2025-05-151-0/+20
* chore(files): adjust renaming action commentJohn Molakvoæ2025-05-141-0/+2
* fix(files): refresh Node data on extension changeJohn Molakvoæ (skjnldsv)2025-05-141-1/+7
* feat(files): allow showing file type (mime) columnJohn Molakvoæ (skjnldsv)2025-05-147-1/+71
* fix(files): do not even try to fetch a preview if èhas-preview` is falseJohn Molakvoæ (skjnldsv)2025-05-141-0/+12
* fix(files): middle click & ctrl new tabskjnldsv2025-05-071-2/+4
* Merge pull request #52269 from nextcloud/fix/files-summaryFerdinand Thiessen2025-04-301-24/+20
|\
| * fix(files): make sure to always have proper plural formsFerdinand Thiessen2025-04-301-24/+20