aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry/FileEntryActions.vue
Commit message (Expand)AuthorAgeFilesLines
* 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-33/+8
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-241-2/+1
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-241-1/+2
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-8/+16
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-081-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-161-5/+3
* fix(files): Right click menu positioningChristopher Ng2024-03-121-2/+3
* fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-3/+5
* Merge pull request #42444 from nextcloud/fix/41877/files--move-focus-to-sideb...John Molakvoæ2024-02-081-1/+5
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-5/+1
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-071-1/+1
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-031-1/+17
* Show shared label only if the current user have shared the file.Marco Ambrosini2023-11-221-1/+5
* fix: Be less strict about action exec return valueJulius Härtl2023-11-191-1/+1
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-1/+1
* Improve shared status buttonMarco2023-11-141-1/+14
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-081-19/+17
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-10/+15
* feat(files): support nested actionsJohn Molakvoæ2023-11-081-17/+94
* display inline title alwaysSimon L2023-11-071-1/+1
* Revert "display inline title always"Simon L2023-11-071-1/+1
* display inline title alwaysSimon L2023-11-071-1/+1
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-10/+3
* perf(files): performance optimizationsVarun Patil2023-10-191-4/+7
* perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-171-1/+2
* feat(files): grid viewJohn Molakvoæ2023-10-171-2/+6
* fix(files): split FileEntry NameJohn Molakvoæ2023-10-171-2/+6
* fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-171-0/+238