nextcloud/lib/public/AppFramework/Http/Template
Ferdinand Thiessen 61d687631b
chore(ExternalShareMenuAction): Remove unused legacy properties
Keep them in the constructor to not break the API,
but they are not used anymore.
This way of adding a share was deprecated in Nextcloud 12 (2016!),
in favor of the federated share API, in Nextcloud 28 this way to create a share was removed.

So we can cleanup as all it takes now to create a federeated share is the share token + federated user ID.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-03 16:07:50 +02:00
..
ExternalShareMenuAction.php chore(ExternalShareMenuAction): Remove unused legacy properties 2024-09-03 16:07:50 +02:00
IMenuAction.php refactor(IMenuAction): Make public menu actions use the new Vue UI 2024-09-03 16:07:49 +02:00
LinkMenuAction.php refactor(IMenuAction): Make public menu actions use the new Vue UI 2024-09-03 16:07:49 +02:00
PublicTemplateResponse.php refactor(IMenuAction): Make public menu actions use the new Vue UI 2024-09-03 16:07:49 +02:00
SimpleMenuAction.php refactor(IMenuAction): Make public menu actions use the new Vue UI 2024-09-03 16:07:49 +02:00