aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Do not add click listener if there is no default action on public...Ferdinand Thiessen2024-09-061-11/+14
* fix(files): "New folder" menu entry requires read permissionFerdinand Thiessen2024-09-061-5/+7
* feat(files): Allow to download files on public sharesFerdinand Thiessen2024-09-061-12/+18
* fix(files): Fix file previews for public sharesFerdinand Thiessen2024-09-061-7/+17
* fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-09-041-1/+2
* 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-292-11/+68
* fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-17/+16
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-296-19/+20
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-273-12/+100
* fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-261-7/+32
* fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-262-13/+6
* fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-211-0/+4
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-171-0/+1
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-141-1/+1
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-11/+20
* fix(files): trim names on new node creationskjnldsv2024-08-091-4/+4
* feat: Load limited depth treeChristopher Ng2024-08-081-3/+11
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-072-2/+3
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
* fix(files): Minimize `min-height` of dialog formjulia.kirschenheuter2024-08-021-1/+1
* fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
* feat: Navigate via folder treeChristopher Ng2024-08-013-2/+190
* fix(files): empty folder pending sizeskjnldsv2024-08-011-2/+2
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-012-11/+18
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-0111-12/+11
* fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-014-70/+83
* fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
* fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-301-1/+9
* fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
* fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-262-170/+115
* test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-252-3/+5
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-254-22/+23
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-256-44/+347
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-253-2/+61
* fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-251-61/+29
* fix: PHP formattingElizabeth Danzberger2024-07-251-1/+1
* fix: Can close template filler modalElizabeth Danzberger2024-07-251-4/+10
* fix: Add SPDX header to new fileElizabeth Danzberger2024-07-251-0/+5
* feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-252-13/+81
* fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-252-10/+64
* feat: TemplateFiller componentElizabeth Danzberger2024-07-251-3/+13
* feat: Add template filler componentElizabeth Danzberger2024-07-251-0/+26
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-254-16/+34