summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feat: files update correctly on destination/current folderEduardo Morales2024-03-091-19/+12
* fix: conflict picker moves files correctly to its directoryEduardo Morales2024-03-091-5/+26
* fix: merge conflict dialog added when overwriting files on move-file actionEduardo Morales2024-03-091-0/+9
* fix(files): Open new file when created from templateFerdinand Thiessen2024-03-061-1/+7
* fix(files): Remove deprecated function calls from sidebar and add aria-label ...Ferdinand Thiessen2024-03-051-56/+43
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-211-3/+7
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-211-1/+2
* fix(files): Dont't warn re: full storage on either zero or unlimited quotasJosh2024-02-211-4/+14
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-101-0/+5
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-102-37/+32
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-1010-180/+469
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
* fix(files): focus sidebar tab on tab or file changeGrigorii K. Shartsev2024-02-081-9/+16
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-081-1/+5
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-073-21/+41
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-073-726/+424