aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warningLouis Chemineau2024-09-251-2/+2
* fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-242-13/+14
* fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-5/+3
* test(files): Add tests for path handlingFerdinand Thiessen2024-09-201-0/+130
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-202-13/+64
* fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-151-1/+1
* feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-141-7/+23
* fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-09-111-3/+5
* fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-101-0/+17
* fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-092-2/+0
* fix(files): Fallback icons should fill the containerFerdinand Thiessen2024-09-061-2/+5
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-062-2/+3
* fix(files): "Edit locally" action should not be shown on public sharesFerdinand Thiessen2024-09-061-0/+6
* fix(files): Do not add click listener if there is no default action on public...Ferdinand Thiessen2024-09-063-31/+46
* fix(files): "New folder" menu entry requires read permissionFerdinand Thiessen2024-09-062-6/+8
* fix(files): Disable internal views on public sharesFerdinand Thiessen2024-09-061-6/+9
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-5/+5
* fix(files): Do not allow copy action on public shares without `create` permis...Ferdinand Thiessen2024-09-061-3/+17
* feat(files): Allow to download files on public sharesFerdinand Thiessen2024-09-062-17/+36
* fix(files): Do not allow rename action on single-file-sharesFerdinand Thiessen2024-09-061-5/+11
* fix(files): Disable copy-move-action of single file sharesFerdinand Thiessen2024-09-061-1/+5
* refactor(files): Make `RouterService` provide a protected getter for the rout...Ferdinand Thiessen2024-09-062-16/+17
* fix(files): Adjust files list for sharing permissions on public sharesFerdinand Thiessen2024-09-062-4/+25
* fix(files): Fix file previews for public sharesFerdinand Thiessen2024-09-061-7/+17
* fix(files): Do not use `favorite`, `sidebar` and `view-in-folder` action for ...Ferdinand Thiessen2024-09-063-6/+29
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-064-12/+22
* fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-09-041-1/+2
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
* fix(files): Fix navigating with breadcrumbs not highlighting navigation entryChristopher Ng2024-09-031-1/+4
* fix(files): Node loading information should be accessibleFerdinand Thiessen2024-08-311-1/+6
* chore(files): Fix remaining TypeScript errors in FileEntryPreviewFerdinand Thiessen2024-08-291-7/+9
* feat: Use the blurhash in FilesLouis Chemineau2024-08-293-11/+69
* fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-292-18/+17
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-297-20/+21
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-283-4/+4
* test(files): Adapt favorite views specChristopher Ng2024-08-271-23/+50
* feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-273-24/+15
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-273-12/+100
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-271-1/+1
* fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* Merge pull request #47490 from nextcloud/chore/adjust-translationsFerdinand Thiessen2024-08-261-1/+2
|\
| * chore(files): Adjust wording for file type filterFerdinand Thiessen2024-08-261-1/+2
* | fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-261-7/+32
|/
* Merge pull request #47466 from nextcloud/chore/migrate-vitestFerdinand Thiessen2024-08-2613-172/+174
|\
| * test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-2613-172/+174
* | fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-262-13/+6
|/
* refactor(files): Consolidate node registrationChristopher Ng2024-08-222-52/+15