aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListTableHeaderActions.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-1/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): "New folder" menu entry requires read permissionFerdinand Thiessen2024-09-061-5/+7
| | | | | | This will disable "New folder" menu entry for file-drop shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-9/+12
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
| | | | | | This is needed to ensure the actions are rendered below dialogs which will have the body as the container. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-7/+7
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files) selection store typingJohn Molakvoæ2024-02-071-6/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-101-3/+3
| | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-261-0/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-041-3/+3
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-0/+226
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>