aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/actions/sidebarAction.ts
Commit message (Expand)AuthorAgeFilesLines
* feat(files): add opendetails param and file list up/down keyboard shortcutskjnldsv2024-12-171-2/+7
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-081-0/+3
* fix(files): Do not use `favorite`, `sidebar` and `view-in-folder` action for ...Ferdinand Thiessen2024-09-061-1/+9
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-091-1/+1
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
* fix(files): Keep query when trigger the sidebar actionFerdinand Thiessen2024-06-081-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-3/+1
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-3/+3
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-4/+2
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-1/+5
* fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-171-2/+12
* fix(files): actions permissions requirementsJohn Molakvoæ2023-07-111-3/+3
* fix(files): invalid default actionsJohn Molakvoæ2023-07-051-1/+0
* fix(files): hidden default actionsJohn Molakvoæ2023-07-051-2/+2
* feat(files): favoritesJohn Molakvoæ2023-07-051-1/+1
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+0
* feat: add sidebar action testingJohn Molakvoæ2023-06-211-5/+19
* feat(files): add sidebar actionJohn Molakvoæ2023-04-211-0/+54