nextcloud/apps/files/src
nfebe 730b30381f fix(files): use correct API for action displayName in batch actions
The displayName call was still using the old positional arguments
(nodes, view) instead of the new object parameter format (actionContext)
after the @nextcloud/files 4.0.0 update.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-01-28 14:16:36 +01:00
..
actions fix(files): properly register file action hotkeys 2026-01-16 17:26:28 +01:00
components fix(files): use correct API for action displayName in batch actions 2026-01-28 14:16:36 +01:00
composables refactor(files): handle file list width break points in one central point 2026-01-22 16:31:47 +01:00
filters feat(files): render filters in top bar 2026-01-22 16:31:48 +01:00
mixins refactor(files): migrate from deprecated useNavigation to activeStore 2026-01-07 16:50:42 +01:00
models refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
newMenu chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
plugins/search fix: update unified search folder picker text 2026-01-19 13:55:18 +01:00
router refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
services refactor(systemtags): migrate to Vue 3 2026-01-27 23:52:40 +01:00
store fix(files): do not reset active tab when re-opening 2026-01-27 14:43:51 +01:00
utils chore(deps): update @nextcloud/files to v4.0.0-beta.9 2026-01-14 12:35:21 +01:00
views refactor(files): re-position "new"-menu and make it primary 2026-01-22 16:31:48 +01:00
eventbus.d.ts fix(files): properly handle viewer integration of sidebar 2026-01-16 01:45:44 +01:00
FilesApp.vue refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
global.d.ts refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
init.ts feat(files): render filters in top bar 2026-01-22 16:31:48 +01:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-settings-admin.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
main-settings-personal.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
main.ts fix(files): use correct types for the Settings 2025-11-14 13:09:05 +01:00
reference-files.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
shims.d.ts feat(files): render filters in top bar 2026-01-22 16:31:48 +01:00
sidebar.ts refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
types.ts fix(files): use correct types for the Settings 2025-11-14 13:09:05 +01:00