-
-
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 group restriction regression #4972
Conversation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @juliushaertl, @nickvergessen and @LukasReschke to be potential reviewers. |
@nursoda Could I ask you to test this? |
Backport for 12 is in #4973 |
@MorrisJobke, is it OK to wait for the daily to be built? When is it built / what time tomorrow shall I test? I'm not a dev and I would rather use the updater app with the daily channel instead of git and build myself. Will I be able to switch back to beta channel and receive b5 once ready? |
@nursoda You can also apply the patch by doing this: cd /tmp
wget https://github.com/nextcloud/server/pull/4972.patch
cd /var/www/nextcloud
patch -p1 < /tmp/4972.patch |
Did that, works for me as expected / as it should. Thanks, that was quick :-) |
I also fixed the "never use one ID multiple times on a page". I will also create a backport to stable12.