aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntryMixin.ts
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-1/+2
* 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): Do not add click listener if there is no default action on public...Ferdinand Thiessen2024-09-061-11/+14
* feat(files): Allow to download files on public sharesFerdinand Thiessen2024-09-061-12/+18
* fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 appsskjnldsv2024-09-041-1/+2
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-011-5/+37
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-8/+1
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-251-10/+22
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+3
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-041-2/+24
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-241-2/+2
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-241-0/+7
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-4/+0
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-3/+3
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-10/+11
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-121-1/+2
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-081-2/+4
* fix(files): reset menu pos when opening in grid modeJohn Molakvoæ (skjnldsv)2024-06-041-9/+5
* refactor(files): Consistently sort imports of FileEntryMixinFerdinand Thiessen2024-05-311-3/+3
* fix(files): Ensure entry with `fileid` is marked as activeFerdinand Thiessen2024-05-311-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-041-1/+1
* feat(files): unify drag and drop methodsskjnldsv2024-04-041-9/+22
* fix(files): breadcrumbs dndskjnldsv2024-04-041-56/+15
* fix(files): Fix error with numeric filenamesChristopher Ng2024-03-281-1/+1
* fix(files): Right click menu positioningChristopher Ng2024-03-121-4/+5
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-071-3/+6
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-071-21/+0
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-071-0/+409