aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry.vue
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-161-3/+4
* fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
* fix(files): empty folder pending sizeskjnldsv2024-08-011-2/+2
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-1/+8
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-251-1/+1
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-041-24/+0
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-241-1/+1
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-5/+11
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-121-1/+3
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-121-5/+5
* fix(files): Ensure entry with `fileid` is marked as activeFerdinand Thiessen2024-05-311-7/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-091-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-201-3/+3
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-171-1/+4
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-051-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-271-2/+9
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-131-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