aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): failsafe when executing actions methodsskjnldsv2024-12-122-17/+48
* fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-121-0/+4
* fix(files): virtual scroller item size computationskjnldsv2024-12-121-6/+12
* fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-121-1/+22
* fix(files): dav Node type declarationskjnldsv2024-12-123-6/+6
* fix(files): properly update paths and folder children on node moveskjnldsv2024-12-123-57/+112
* fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-111-2/+3
* fix(files): Restore page title (folder - view - product)Ferdinand Thiessen2024-11-211-1/+13
* chore(assets): Recompile assets + lint fixnextcloud-command2024-11-203-3/+3
* fix(files): Allow downloading multiple nodes not from same baseFerdinand Thiessen2024-11-203-12/+141
* fix(files): improve delete display name when trashbin is disabledbackport/49199/stable30Richard Steinmetz2024-11-191-14/+14
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-122-0/+17
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-092-3/+40
* fix(files): edit locally buttonsbackport/49150/stable30skjnldsv2024-11-081-8/+7
* chore(files): add selection cypress testsskjnldsv2024-11-072-1/+2
* fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-10-301-0/+1
* fix(files): Do not jump to top when fileId is set to currentFolderbackport/48632/stable30Louis Chemineau2024-10-291-0/+5
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
* refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63
* chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-253-15/+24
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-232-9/+14
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-212-60/+93
* test(files): Add tests for path handlingbackport/47905/stable30Ferdinand Thiessen2024-10-173-4/+137
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-10-172-13/+64
* fix(files): Add more visual move / copy notificationFerdinand Thiessen2024-10-173-4/+36
* fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-10-171-3/+5
* fix(files): Reset context menu position on closeFerdinand Thiessen2024-10-171-0/+17
* 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