aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: changed filtering logicEduardo Morales2024-02-152-37/+15
* feat: added filtering to filter out files that are sharedEduardo Morales2024-02-155-29/+64
* feature: personal viewsEduardo Morales2024-02-153-1/+116
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-134-7/+10
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-091-0/+5
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-092-37/+32
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-0910-180/+469
* Merge pull request #43433 from nextcloud/enh/40202/use-correct-iconSimon L2024-02-081-5/+5
* Merge pull request #42444 from nextcloud/fix/41877/files--move-focus-to-sideb...John Molakvoæ2024-02-082-10/+21
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-26/+15
* 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-071-9/+16
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-072-44/+81
* 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-074-727/+425
* fix(files) selection store typingJohn Molakvoæ2024-02-076-41/+52
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-073-31/+96
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-063-24/+151
* fix(files): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
* fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-273-4/+9
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
* fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-253-28/+40
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-253-18/+29
* fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-254-55/+49
* Merge pull request #43027 from nextcloud/fix/svg-viewbox-attributeKate2024-01-221-1/+1
|\
| * fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
* | fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
|/
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-1/+3
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for copy-move-...Ferdinand Thiessen2024-01-206-41/+43
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-35/+79