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

Fix http verb #4299

Merged
merged 4 commits into from
Nov 6, 2023
Merged

Fix http verb #4299

merged 4 commits into from
Nov 6, 2023

Conversation

aduffeck
Copy link
Contributor

We changed the HTTP verb of the /generate-invite endpoint of the sciencemesh service to POST as it clearly has side effects for the system, it's not just a read-only call.

@aduffeck aduffeck requested review from labkode, glpatcern and a team as code owners October 30, 2023 07:11
@glpatcern
Copy link
Member

The change surely makes sense (the original action was meant to generate a token without storing it), yet this endpoint is consumed by the ScienceMesh web app, so such change needs to be coordinated with the frontend - and eventually propagated to Reva master.

What are your thoughts concerning the ScienceMesh web app?

@gmgigi96
Copy link
Member

Also, the Nextcloud/OC10 app needs to be update accordingly to use the new verb

@aduffeck
Copy link
Contributor Author

aduffeck commented Nov 6, 2023

I will talk to the web team regarding their plans and how to adapt to this change. I'll go ahead and merge this nonetheless for now in order to get a clean start in edge if possible.

@aduffeck aduffeck merged commit d3831fd into cs3org:edge Nov 6, 2023
9 checks passed
@aduffeck aduffeck deleted the fix-http-verb branch November 6, 2023 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants