Uh oh!
There was an error while loading. Please reload this page.
Fix redundant urldecode() - #13137
Conversation
skjnldsv
commented
Dec 19, 2018
Thanks for your contribution, please sign your work when committing! https://github.com/nextcloud/appstore/blob/master/CONTRIBUTING.md#sign-your-work |
soudis
commented
Dec 19, 2018
is it sufficient to do this here? Signed-off-by: Florian Humer soudis@gmx.at |
skjnldsv
commented
Dec 19, 2018
@soudis for such small change, yes! 👍 😉 |
MorrisJobke
commented
Jan 8, 2019
Unit tests fail: |
ChristophWurst
commented
Mar 1, 2019
Apparently this was submitted twice, so I closed the other PR #10681. |
leonklingele-work
commented
Apr 17, 2019
This fixes an issue where logged out users accessing |
soudis
commented
Apr 21, 2019
I do not really know the whole unit test area of this project very well, e.g. how they come about and who makes them, but it seems that the unit test that is failing is tailored to the current wrong behaviour of this function. Can a more experienced person take on this and have a look? The unit test is the only thing blocking this change to finally get in. @ChristophWurst maybe? Also @leonklingele-work now also found a case where this is a problem without the discoursesso app. Thanks in advance! |
nickvergessen
commented
Apr 29, 2019
Since the origin repo does not exist anymore, someone needs to redo the patch |
leonklingele-work
commented
Apr 29, 2019
$ wget -qO- https://github.com/nextcloud/server/pull/13137.patch | git am? |
nickvergessen
commented
Apr 29, 2019
Feel free to do it and also fix the tests while you are on it: |
Fixes#6822