nextcloud/apps/files/lib/Controller
Ferdinand Thiessen 320283b67d fix(files): Properly handle denied ownership transfers
When the receiver denies the transfer the notification handler was missing,
so no notification was created for the transfer owner.

But also the internal notification was created two times:
1. When rejecting the transfer
2. By the reject function when dismissing the notification

This is fixed by only relying on the dismiss function.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-25 18:01:04 +02:00
..
ApiController.php refactor: Migrate IgnoreOpenAPI attributes to OpenAPI 2024-01-19 09:12:34 +01:00
DirectEditingController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
DirectEditingViewController.php refactor: Migrate IgnoreOpenAPI attributes to OpenAPI 2024-01-19 09:12:34 +01:00
OpenLocalEditorController.php files: Add OpenAPI spec 2023-07-12 09:06:10 +02:00
TemplateController.php chore(files): Remove unused type alias 2024-01-19 09:12:26 +01:00
TransferOwnershipController.php fix(files): Properly handle denied ownership transfers 2024-06-25 18:01:04 +02:00
ViewController.php fix(files): combine navigation and files list into single Vue app 2024-02-01 18:35:56 +01:00