Uh oh!
There was an error while loading. Please reload this page.
fix /nc/ocs/* urls - #1861
Conversation
Signed-off-by: Robin Appelman <robin@icewind.nl>
mention-bot
commented
Oct 23, 2016
@icewind1991, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bartv2, @LukasReschke and @BernhardPosselt to be potential reviewers. |
rullzer
commented
Oct 23, 2016
No. This makes no sense. The ocsapps is pure internal routing. To distinguish from the old and the new routes. What request is actually send? |
rullzer
commented
Oct 23, 2016
Ah they send the request to the wrong endpoint. Well probably better to fix the android client then. |
rullzer
commented
Oct 23, 2016
Ok I just tested. And indeed the app tries to connect to: Lets not fix this hacking core but fix the android app. |
rullzer
commented
Oct 23, 2016
Basically I had to create the |
icewind1991
commented
Oct 23, 2016
That wont help anyone with older versions of the app |
rullzer
commented
Oct 23, 2016
It is android. New versions get pushed |
#777 broke login in from the mobile app which sends a request to
example.com/nextcloud/ocs/cloud/user, with #777 it only works on/ocsapp/cloud/user, this adds compatibility for the/ocs/*urls for the core ocs routescc @rullzer