aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-282-21/+3
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-282-17/+77
* chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-282-31/+23
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-281-0/+1
* fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-10-251-1/+2
* fix(files): Add more visual move / copy notificationbackport/47910/stable28Ferdinand Thiessen2024-10-163-3/+35
* fix: Show storage full warning when storage is actually fullbackport/48354/stable28Louis Chemineau2024-09-261-2/+2
* fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-252-13/+14
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-09-191-0/+1
* feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-161-8/+30
* fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-09-111-3/+5
* fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-111-0/+17
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
* fix(files): missing RawLocation type importJohn Molakvoæ2024-08-301-0/+1
* fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-301-7/+31
* fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-08-273-208/+188
* fix(files): Adjust import of `ShareType`Ferdinand Thiessen2024-08-241-3/+3
* fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-212-7/+62
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-216-77/+90
* fix(files): trim names on new node creationskjnldsv2024-08-092-3/+7
* fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-021-17/+36
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-08-022-1/+4
* fix(comments): Fix issues thrown by comments sidebar tab codeFerdinand Thiessen2024-08-021-4/+4
* fix: Ensure displayname is a stringFerdinand Thiessen2024-08-023-37/+25
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-08-024-14/+17
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-08-025-169/+11
* fix(files): empty folder pending sizeskjnldsv2024-08-011-2/+2
* fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-10/+39
* feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-274-102/+353
* fix(files): ensure forbiddenCharacters is an arrayMaksim Sukharev2024-07-252-2/+2
* fix(files): validate input when creating file/directoryMaksim Sukharev2024-07-242-10/+67
* fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-07-1014-158/+364
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-07-101-1/+1
* refactor(files): Update `@nextcloud/files` to v3.5.1Ferdinand Thiessen2024-07-109-56/+10
* sidebar: allow turning off tags view by defaultGit'Fellow2024-07-092-2/+13
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-07-011-2/+5
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-07-011-0/+9
* feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-07-011-1/+4
* fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-273-2/+71
* fix(files): correctly import WebDAV client in files storeFerdinand Thiessen2024-06-171-1/+2
* fix(deleteAction): Bump up delete requests concurrency to 5Arthur Schiwon2024-06-171-1/+1
* fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-141-5/+3
* fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-131-3/+44
* fix(files): do not rely on unique fileidskjnldsv2024-06-1312-77/+90
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-124-5/+9