Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 Federated invitation handling 💌 - Android #3532

Closed
3 of 4 tasks
nickvergessen opened this issue Dec 19, 2023 · 0 comments · Fixed by #3653
Closed
3 of 4 tasks

🌐 Federated invitation handling 💌 - Android #3532

nickvergessen opened this issue Dec 19, 2023 · 0 comments · Fixed by #3653
Assignees
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

Comments

@nickvergessen
Copy link
Member

nickvergessen commented Dec 19, 2023


  • 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?

@nickvergessen nickvergessen added enhancement New feature or request 1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) labels Dec 19, 2023
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 💬 Talk team Dec 19, 2023
@nickvergessen nickvergessen moved this from 🧭 Planning evaluation (don't pick) to 📄 To do (~10 entries) in 💬 Talk team Dec 19, 2023
@mahibi mahibi moved this from 📄 To do (~10 entries) to 🏗️ In progress in 💬 Talk team Feb 2, 2024
@mahibi mahibi self-assigned this Feb 2, 2024
@github-project-automation github-project-automation bot moved this from 🏗️ In progress to ☑️ Done in 💬 Talk team Feb 26, 2024
@AndyScherzinger AndyScherzinger added this to the 19.0.0 milestone Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants