aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Expand)AuthorAgeFilesLines
* fix(files): failsafe when executing actions methodsskjnldsv2024-12-112-16/+48
* fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-101-0/+4
* feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-031-2/+18
* feat(templates): make second click as confirmation on templates pickerLuka Trovic2024-12-021-1/+6
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-208-47/+44
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-194-8/+6
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-164-13/+16
* fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
* fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
* fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
* fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-091-1/+1
* fix(files): Do not jump to top when fileId is set to currentFolderartonge/fix/file_list_jump_on_viewer_closeLouis Chemineau2024-10-291-0/+5
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-293-2/+4
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
* refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-251-3/+3
* chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-251-1/+1
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-211-5/+8
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-151-58/+12
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-1/+2
* fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warningLouis Chemineau2024-09-251-2/+2
* 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): Fallback icons should fill the containerFerdinand Thiessen2024-09-061-2/+5
* 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