summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-021-12/+11
* fix: Show storage full warning when storage is actually fullbackport/48354/stable30Louis Chemineau2024-09-261-2/+2
* fix(files): Fix having to resolve conflicts twice when dropping filesbackport/48331/stable30Christopher Ng2024-09-252-13/+14
* fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-161-6/+22
* fix(files): Render folders in natural sort orderChristopher Ng2024-09-101-3/+17
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-102-2/+0
* fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-09-051-1/+2
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
* fix(files): Fix navigating with breadcrumbs not highlighting navigation entryChristopher Ng2024-09-031-1/+4
* fix(files): Node loading information should be accessibleFerdinand Thiessen2024-09-011-1/+6
* test(files): Adapt favorite views specChristopher Ng2024-08-291-26/+67
* feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-293-24/+15
* fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-291-1/+1
* fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-292-0/+10
* refactor(files): Consolidate node registrationChristopher Ng2024-08-292-52/+15
* refactor(files): Organize event subscriptionsChristopher Ng2024-08-291-14/+10
* fix(files): Respect "Show hidden files" setting in treeChristopher Ng2024-08-291-0/+22
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-293-12/+100
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-283-4/+4
* Merge pull request #47499 from nextcloud/backport/47490/stable30Andy Scherzinger2024-08-281-1/+2
|\
| * chore(files): Adjust wording for file type filterFerdinand Thiessen2024-08-261-1/+2
* | fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-272-13/+6
* | fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* | fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-261-7/+32
|/
* fix(files): Move loading icon before grid toggleFerdinand Thiessen2024-08-211-6/+6
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-172-1/+2
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-143-12/+36
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-11/+20
* fix(files): Fix non-sticky sticky views in files navChristopher Ng2024-08-141-1/+6
* chore(i18n): Improved grammarrakekniven2024-08-141-1/+1
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-132-6/+5
* fix(files): Add messages when "new folder" fails or gets cancelledFerdinand Thiessen2024-08-131-3/+10
* perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* fix(files): trim names on new node creationskjnldsv2024-08-093-7/+11
* fix(files): Disable tags editing for shared files/folders with view only perm...Konstantin Myakshin2024-08-092-0/+2
* feat: Load limited depth treeChristopher Ng2024-08-085-33/+101
* feat(files): Add getter for all view configsChristopher Ng2024-08-081-0/+2
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-072-2/+3
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-072-4/+2
* fix(files): `openfile` is set on the query not as a paramFerdinand Thiessen2024-08-031-2/+5
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
* fix(files): Minimize `min-height` of dialog formjulia.kirschenheuter2024-08-021-1/+1
* fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-011-13/+32
* feat(files): Allow toggling folder treeChristopher Ng2024-08-012-0/+11
* fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
* feat: Navigate via folder treeChristopher Ng2024-08-019-98/+469
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-011-1/+3