-
Notifications
You must be signed in to change notification settings - Fork 2.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
Static tags should be filtered in the server #34440
Comments
might need to revert some parts of #34116 since the filtering is not needed any more on the client side |
GitMate.io thinks the contributor most likely able to help you is @ownclouders. Possibly related issues are #34002 (Static tags are shown in the searchbox "Select tags to filter by" even when they do not belong to the user's group), #34054 (Add lock to the static tag in the input field when required), #22566 (Too many mapping entries for system tag kill the DB server), #12195 (server not found), and #21001 (System tag filter section in files navigation). |
Once the tags are retrieved here https://github.com/owncloud/core/blob/master/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php#L122 I have tested locally with the changes, and the verified the response. The response does not have static tags for the users who are not part of the static tags group. |
PRs created
|
Steps to reproduce
group1
user1
who does not belongs togoup1
Select tags to filter by
Expected behaviour
The response should not have static tags
Actual behaviour
The response does have static tags
Server configuration
Operating system: Ubuntu 18.04
Web server: Apache
Database: mysql
PHP version: 7.2
ownCloud version: (see ownCloud admin page) stable10 branch
Updated from an older ownCloud or fresh install:
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Operating system:
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: