0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-12 07:27:25 +00:00
nextcloud_server/apps/files/lib/Service
Ferdinand Thiessen e712104e58
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-02-25 02:16:56 +01:00
..
ChunkedUploadConfig.php feat(files): Expose chunked upload config via capabilities 2024-10-21 12:03:33 +02:00
DirectEditingService.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LivePhotosService.php chore: Add SPDX header 2024-05-29 08:58:16 +02:00
OwnershipTransferService.php Merge pull request #49761 from nextcloud/transfer-share-skip-notfound 2025-01-16 17:58:06 +01:00
SettingsService.php feat(files): Allow to configure Windows filename compatibility in the settings 2024-07-17 16:17:14 +02:00
TagService.php refactor(tags): move favorite event dispatching to tags.php 2024-12-03 20:56:36 +01:00
UserConfig.php feat(files): allow to ignore warning to change file type 2025-02-25 02:16:56 +01:00
ViewConfig.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00