aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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-151/+355
* fix(files): breadcrumbs dndskjnldsv2024-04-043-70/+188
* fix(files): Fix error with numeric filenamesChristopher Ng2024-03-281-1/+1
* fix(files): Fix translation of "Delete file"Joas Schilling2024-03-281-4/+16
* fix(personal-files): correctly filters groupfolders nowEduardo Morales2024-03-261-6/+9
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-233-0/+18
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-03-222-7/+30
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-221-2/+2
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-202-1/+2
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
* fix(files): provide onDestroy callback for interactive widgetsMaksim Sukharev2024-03-161-1/+1
* fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
* fix(files): Right click menu positioningChristopher Ng2024-03-122-6/+8
* fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
* fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
* fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-072-7/+19
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+68
* fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
* feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-50/+88
* feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-6/+98
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-1/+1
* feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-061-1/+1
* Merge pull request #43941 from nextcloud/fix/files-open-textJohn Molakvoæ2024-03-051-1/+7
|\
| * fix(files): Open new file when created from templateFerdinand Thiessen2024-03-051-1/+7
* | Merge pull request #43988 from nextcloud/fix/files-favoriteJohn Molakvoæ2024-03-051-56/+43
|\ \
| * | fix(files): Remove deprecated function calls from sidebar and add aria-label ...Ferdinand Thiessen2024-03-051-56/+43
| |/
* / fix: fixed breadcrumbs not showing due to viewport widthEduardo Morales2024-03-041-1/+1
|/
* feat(files): restore unified search filtering in files viewfenn-cs2024-02-292-53/+33
* fix: changed text alignment and icon logicEduardo Morales2024-02-291-5/+8
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-14/+24
* fix(i18n): Corrected grammarrakekniven2024-02-271-1/+1
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-02-261-1/+1
* Update apps/files/src/components/BreadCrumbs.vueAndrii Rublov2024-02-251-4/+4
* feature: [F2V] Hide breadcrumbs when an upload is ongoing on narrow screen #4...Andrii Rublov2024-02-251-0/+19
* feat: files update correctly on destination/current folderEduardo Morales2024-02-231-19/+12
* fix: conflict picker moves files correctly to its directoryEduardo Morales2024-02-231-5/+26
* fix: merge conflict dialog added when overwriting files on move-file actionEduardo Morales2024-02-231-0/+9
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-222-14/+3
* fix(files): Dont't warn re: full storage on either zero or unlimited quotasJosh2024-02-191-4/+14
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-161-2/+6
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-161-1/+2
* fix(tests): favorites view orderJohn Molakvoæ2024-02-151-1/+1
* fix: condensed filtering logicEduardo Morales2024-02-154-63/+21
* enh: added option to render icon and text for breadcrumbEduardo Morales2024-02-152-2/+7