You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shared files with with groups with different privileges
Expected behaviour
As with Owncloud 9.0.1, If file X is shared with three different groups and user 1 is assigned those three different groups, user 1 would only have seen the file once when he logs in.
Actual behaviour
With the current updates from 9.0.4, If file X is shared with three different groups and user 1 is assigned those three different groups, user 1 sees 3 file X's (etc.file X, file X(1) and file X(2)).
Server configuration
Operating system: Ubuntu Linux 16.04
Web server: Apache version 2.4.18
Database: MySQL version 5.7.12
PHP version: PHP 7.0.4-7ubuntu2.1
ownCloud version: (see ownCloud admin page)
9.1
Updated from an older ownCloud or fresh install:
9.0.1
*Where did you install ownCloud from:
Owncloud Website .tar download
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
NO
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
LDAP configuration (delete this part if not used)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Client configuration
Browser: Chrome
Operating system: Windows 8
Logs
Web server error log
Insert your webserver log here
ownCloud log (data/owncloud.log)
Insert your ownCloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
As with Owncloud 9.0.1, If file X is shared with three different groups and user 1 is assigned those three different groups, user 1 would only have seen the file once when he logs in.
Actual behaviour
With the current updates from 9.0.4, If file X is shared with three different groups and user 1 is assigned those three different groups, user 1 sees 3 file X's (etc.file X, file X(1) and file X(2)).
Server configuration
Operating system: Ubuntu Linux 16.04
Web server: Apache version 2.4.18
Database: MySQL version 5.7.12
PHP version: PHP 7.0.4-7ubuntu2.1
ownCloud version: (see ownCloud admin page)
9.1
Updated from an older ownCloud or fresh install:
9.0.1
*Where did you install ownCloud from:
Owncloud Website .tar download
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
NO
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
LDAP configuration (delete this part if not used)
Client configuration
Browser: Chrome
Operating system: Windows 8
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: