Uh oh!
There was an error while loading. Please reload this page.
fix(ocm): align discovery process with OCM spec - #55648
Conversation
4b7b3e5 to
810a289CompareUh oh!
There was an error while loading. Please reload this page.
810a289 to
97eb0e9CompareUh oh!
There was an error while loading. Please reload this page.
375ca5a to
e68a63cCompare40efebc to
1aa8fc3CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen
commented
Oct 17, 2025
|
1aa8fc3 to
b0a33a0Compare2d4218f to
018966dCompare018966d to
ee7ac62Compareee7ac62 to
a582db8CompareHello 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.) |
a582db8 to
84ec354Compare| $this->cache->set($remote, $body, 60 * 60 * 24); | ||
| $this->remoteProviders[$remote] = $provider; | ||
| return $provider; | ||
| } |
There was a problem hiding this comment.
I wonder if an else-case would be good in order to show that some providers were not able to be discovered or did not answer
There was a problem hiding this comment.
i think this is catched by the OCMProviderException from L142
There was a problem hiding this comment.
I am not talking about an exception here, the request might work without an exception, but just return status code 500 or 422 or 404 or does $client->get throw always an exception if the status code is not 200?
There was a problem hiding this comment.
the import() will returns an exception if the data returned from the remote instance are not valid. We could/should add some management regarding the status code, but this is not the purpose of this PR.
84ec354 to
44c2ee3CompareArtificialOwl
commented
Oct 28, 2025
44c2ee3 to
5739c1dCompare5739c1d to
43d56a3CompareArtificialOwl
commented
Nov 9, 2025
/backport to stable32 |
43d56a3 to
ebfb421CompareSigned-off-by: Micke Nordin <kano@sunet.se>
ebfb421 to
bd6aa27CompareArtificialOwl
commented
Nov 9, 2025
PR was lock by the malformed commit message. |
Without this discovery fails with ownCloud oCIS