summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-122-7/+8
* fix(files): handling numbered type owner name & idSanskar Soni2024-06-121-2/+4
* fix(files): reset menu pos when opening in grid modeJohn Molakvoæ (skjnldsv)2024-06-121-9/+5
* feat(cypress): Add tests for files sidebarFerdinand Thiessen2024-06-101-0/+1
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-103-3/+40
* fix(files): Close sidebar if shown node is deletedFerdinand Thiessen2024-06-101-1/+14
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* fix(files): Keep query when trigger the sidebar actionFerdinand Thiessen2024-06-081-1/+1
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-3/+3
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-082-7/+9
* fix(files): Display selected files countChristopher Ng2024-06-071-0/+6
* fix(files): Only execute default action if there is an action to performFerdinand Thiessen2024-06-041-7/+11
* fix(tests): Adjust tests for updated `webdav` libraryFerdinand Thiessen2024-06-011-1/+1
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-06-012-2/+2
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-315-4/+16
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-05-311-14/+24
* refactor(files): Consistently sort imports of FileEntryMixinFerdinand Thiessen2024-05-311-3/+3
* fix(files): Ensure entry with `fileid` is marked as activeFerdinand Thiessen2024-05-312-8/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-283-1/+160
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-05-252-7/+19
* perf(deleteAction): Queue delete requestsfenn-cs2024-05-161-1/+16
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-04-182-7/+30
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-186-11/+70
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-0/+10
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-04-171-2/+2
* fix(files): Focus filename input in new-node dialog when openedFerdinand Thiessen2024-04-161-1/+18
* fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-164-10/+39
* fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-161-1/+2
* fix(files): Hide full view name on small mobile to prevent overflowFerdinand Thiessen2024-04-101-10/+11
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-102-19/+21
* fix(files): Call davGetFavoritesReport after the registration of propfind pro...Louis Chemineau2024-04-091-11/+2
* fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-04-041-16/+38
* feat: hide breadcrumbs when an upload is ongoing on narrow screen #40942Andrii Rublov2024-04-041-0/+20
* fix(files): breadcrumbs native drop eventskjnldsv2024-04-041-1/+1
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-045-174/+350
* feat(files): unify drag and drop methodsskjnldsv2024-04-044-156/+372
* fix(files): breadcrumbs dndskjnldsv2024-04-043-59/+167
* fix(files): Fix translation of "Delete file"Joas Schilling2024-04-021-4/+16
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
* fix: changed text alignment and icon logicEduardo Morales2024-03-161-5/+8
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-03-161-1/+1
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-151-1/+1
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-152-53/+33
* fix(files): Right click menu positioningChristopher Ng2024-03-132-6/+8
* fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-131-1/+0