🌐 Federated invitation handling 💌 - Android #3532
Labels
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
enhancement
New feature or request
Milestone
how can the invitations be fetched? (e.g. necessary if a push notification was missed. same problem exists for recording notifications)
- check invitations endpoint regulary for now.
- https://github.com/nextcloud/spreed/blob/main/appinfo/routes/routesFederationController.php
- Example:
curl --request GET \ --url 'http://172.17.0.2/ocs/v2.php/apps/spreed/api/v1/federation/invitation?format=json' \ --header 'Authorization: Basic YWxpY2U6YWxpY2U=' \ --header 'OCS-APIRequest: true'
where should invitations be displayed?
handle push notification for invitation
where to store infos for remoteServer and remoteToken?
The text was updated successfully, but these errors were encountered: