summaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry.vue
Commit message (Expand)AuthorAgeFilesLines
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-101-2/+13
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-071-0/+21
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-071-369/+8
* fix(files) selection store typingJohn Molakvoæ2024-02-071-10/+9
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-071-5/+30
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-211-3/+3
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-181-1/+4
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-081-1/+1
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-031-0/+16
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-281-2/+9
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-141-9/+33
* fix(chore) - built and changed this.source -> sourceEduardo Morales2023-11-161-1/+1
* fix(component): changed moment to date object for Nc Component using Node.mti...Eduardo Morales2023-11-161-15/+2
* fix(component): utilized NcDateTime componentEduardo Morales2023-11-161-2/+10
* 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