nextcloud-server/apps/files/lib/Service
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 +07:00
..
ChunkedUploadConfig.php feat(files): Expose chunked upload config via capabilities 2024-10-21 12:03:33 +07:00
DirectEditingService.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
LivePhotosService.php
OwnershipTransferService.php Merge pull request #49761 from nextcloud/transfer-share-skip-notfound 2025-01-16 17:58:06 +07:00
SettingsService.php
TagService.php refactor(tags): move favorite event dispatching to tags.php 2024-12-03 20:56:36 +07:00
UserConfig.php feat(files): allow to ignore warning to change file type 2025-03-04 21:12:42 +07:00
ViewConfig.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00