-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
cannot delete group with a slash in its name #2954
Comments
cc @LukasReschke you broke this :P |
Fixes #2954 Before we could match on <prefix>/{id} however if the id contains a / this would not match properly. But since we define the resource routes internally we now make sure that we match all chars (up until the ?). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Fixes #2954 Before we could match on <prefix>/{id} however if the id contains a / this would not match properly. But since we define the resource routes internally we now make sure that we match all chars (up until the ?). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Using Nextcloud 13 I cannot delete a user group containing a slash although this bug should already be fixed.
|
I have just made a clean install of nextcloud 13.0.2 with apache2 (PHP-7.2.3) on ubuntu 18.04 with mySQL 5.7.22 and all the necessary php modules and have the same problem. It also breaks the Group Folders app, as I cannot change permission and/or remove the group from a group folder. |
Problem still exists in Nextcloud 13.0.6, please reopen. |
Can confirm, that you are still unable to delete a group with a slash in its name in 13.0.6 (It gets displayed, that it works, but if you reopen the group site, it is displayed once again) |
Management for a Group with / in name is broken for me. I cannot view users in there. Does this work for you? |
When i replace the line above with |
Steps to reproduce
Expected behaviour
group should be deleted
Actual behaviour
group name vanishes but comes back after page refresh
Server configuration
Operating system:
debian
Web server:
apache 2.4
Database:
mysql 5.5.53
PHP version:
5.6.29
Nextcloud version: (see Nextcloud admin page)
10.0.2
Solutions?
Could have something to do with owncloud/core#24072
The text was updated successfully, but these errors were encountered: