aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-11/+4
* feat(files): grid viewJohn Molakvoæ2023-10-171-27/+7
* fix(files): split FileEntry NameJohn Molakvoæ2023-10-171-249/+15
* fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-171-189/+54
* fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-171-52/+7
* chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-171-155/+9
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+1
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-31/+47
* fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-041-5/+6
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-041-0/+10
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-031-3/+4
* fix(files): pass WCAG AA for hover rowsJohn Molakvoæ2023-09-281-15/+14
* feat(files): properly format buttons, align mtime to the left and apply opaci...John Molakvoæ (skjnldsv)2023-09-271-0/+19
* fix(files): preview loadingJohn Molakvoæ (skjnldsv)2023-09-261-8/+10
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-116/+121
* feat(files): add drag and drop supportJohn Molakvoæ2023-09-261-4/+73
* feat(files): add folder icon overlayJohn Molakvoæ2023-09-261-0/+1
* fix(files): title and inline actionsJohn Molakvoæ (skjnldsv)2023-09-211-2/+13
* feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+4
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-0/+7
* fix(files): CustomElementRender $el replacement bugJohn Molakvoæ (skjnldsv)2023-09-181-1/+1
* refactor(f2v): Migrate unread comments action to the new FileAction APILucas Azevedo2023-09-161-1/+0
* Remove quotation marksValdnet2023-09-081-1/+1
* feat(files): add folder icon overlayJohn Molakvoæ2023-09-051-7/+64
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-10/+12
* feat(files): add uploaderJohn Molakvoæ2023-09-011-8/+16
* enh(a11y): Always visible file rename labelChristopher Ng2023-08-291-1/+9
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
* fix: Avoid throwing on folder previews as there are noneJulius Härtl2023-08-221-1/+5
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-171-2/+13
* fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-171-12/+2
* fix(files): active and open sidebar on mountJohn Molakvoæ2023-08-171-14/+34
* fix: FileEntry boundariesElement and right click menuJohn Molakvoæ2023-08-171-7/+12
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-15/+2
* perf(files): reuse vnode with unique keyJohn Molakvoæ2023-08-171-2/+3
* feat: virtual scrolling updateJohn Molakvoæ2023-08-171-19/+4
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-0/+13
* fix(files): fix extension with custom displayNameJohn Molakvoæ (skjnldsv)2023-08-021-2/+10
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+1
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-1/+8
* fix(files): Remove duplicated outline on vue files entriesFerdinand Thiessen2023-08-021-0/+1
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-9/+22
* fix(files): Adjust files favorite marker for vue file list to not overflowFerdinand Thiessen2023-07-191-4/+4
* fix(files): empty default actionJohn Molakvoæ2023-07-111-8/+21
* fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-051-1/+2
* feat: add modified columnJohn Molakvoæ2023-07-051-0/+25
* fix(files): hidden default actionsJohn Molakvoæ2023-07-051-26/+13
* feat(files): implement built-in renamingJohn Molakvoæ2023-07-051-48/+225
* fix(files): make open folder a default actionJohn Molakvoæ2023-05-241-16/+17
* fix(files): do not execute the default action on foldersJohn Molakvoæ2023-04-211-8/+14