Uh oh!
There was an error while loading. Please reload this page.
fix(OCM): align parameter naming with spec and extend OCMProvider - #55471
Conversation
79018ee to
4f66547Comparee57dd89 to
4ccda6dCompare4ccda6d to
0227cdbCompareArtificialOwl
commented
Oct 2, 2025
/backport to stable32 |
0227cdb to
8d35ec5Compare0a63925 to
eabfd8cCompare23e1293 to
7b7e332CompareHello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
7b7e332 to
717d3c9CompareSigned-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen
commented
Oct 17, 2025
|
nickvergessen
commented
Oct 17, 2025
Tests look fine in Talk |
009faf0 to
eea8743Compare- Call `setCapabilities()` with `capabilities` field when available. - Prevents loss of provider capability information during discovery. Signed-off-by: Micke Nordin <kano@sunet.se>
- Add `provider` to `jsonSerialize()` output of OCMProvider. - Ensures discovery consumers receive provider identifier along with endpoint, version, and resources. Signed-off-by: Micke Nordin <kano@sunet.se>
… spec - Rename method parameter from `userId` to `userID`. - Update log message and `setRecipientUserId` call to use new variable. - Without this change, we can not accept invites. Signed-off-by: Micke Nordin <kano@sunet.se>
eea8743 to
a171fbfCompare
mwinkens
left a comment
There was a problem hiding this comment.
This is looking good to me. I don't know why the tests are failing here, this looks unrelated?
ArtificialOwl
commented
Oct 28, 2025
test are not run because the PR is generated from a fork |
AndyScherzinger
commented
Oct 28, 2025
/backport to stable32 |
This PR updates the cloud_federation_api and OCM provider model:
userId→userIDininviteAccepted(controller, logs, mapper, OpenAPI).OCMProvider:capabilitiesfrom discovery data.providerinjsonSerialize()output.Fixes
userID(notuserId).providerandcapabilities.