-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 redundant urldecode() #13137
Fix redundant urldecode() #13137
Conversation
Thanks for your contribution, please sign your work when committing! https://github.com/nextcloud/appstore/blob/master/CONTRIBUTING.md#sign-your-work |
is it sufficient to do this here? Signed-off-by: Florian Humer soudis@gmx.at |
@soudis for such small change, yes! 👍 😉 |
Unit tests fail:
|
Apparently this was submitted twice, so I closed the other PR #10681. |
This fixes an issue where logged out users accessing |
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! |
Since the origin repo does not exist anymore, someone needs to redo the patch |
$ wget -qO- https://github.com/nextcloud/server/pull/13137.patch | git am ? |
Feel free to do it and also fix the tests while you are on it: |
Fixes #6822