nextcloud/apps/files/src/store
Ferdinand Thiessen 3ac9a316bb
feat(files): allow to ignore warning to change file type
* Missing pieces of https://github.com/nextcloud/server/issues/46528
  * Add checkbox to not show this dialog again
  * Add user config as suggested by designers in files settings to
    reenable or diable this behavior.
  * Fix behavior of dialog: It says "keep .ext" but it does not keep the
    extension but cancels the operation. From the button label the user
    expects that the operation is continued but with the old extension.
  * Added more test coverage by adding component tests.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 21:12:42 +01:00
..
actionsmenu.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
active.ts feat(systemtags): add systemtag manage keyboard shortcut 2024-12-17 10:18:57 +01:00
dragging.ts chore: Resolve ESLint warnings 2025-01-16 22:18:29 +01:00
files.ts fix(files): properly update store on files conversions success 2025-02-04 16:46:46 +00:00
filters.ts refactor: use eventbus for updated filters 2025-03-03 14:20:54 +01:00
index.ts feat(files): add hotkey service and unify action handling 2024-12-17 09:59:57 +01:00
keyboard.ts chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
paths.spec.ts fix(files): properly update paths and folder children on node move 2024-12-03 07:25:18 +00:00
paths.ts fix(files): properly update paths and folder children on node move 2024-12-03 07:25:18 +00:00
renaming.ts feat(files): allow to ignore warning to change file type 2025-03-04 21:12:42 +01:00
selection.ts chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
uploader.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
userconfig.ts feat(files): allow to ignore warning to change file type 2025-03-04 21:12:42 +01:00
viewConfig.ts fix(files): only send config update requests if user is logged in 2025-02-09 13:57:55 +01:00