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
Mount some external smb/cifs storages (eA, eB, eC)
Give access to eA, eB to all users and eC only for one specific user u1
Place comments for files on eA and eB that could be accessed by all users.
To see other users comments, users go to their "Activity - Panel / All activities". Unfortunately comments on files are not visible in this view "All activities"
The comments are only visible if users go to the specific file-folder, where they can see that there is a new activity on a specific file.
Second Case
u1 shares the location eC with user u2
then again u1 and u2 places comments for files on eC.
Those comments are visible as expected in the view "All activities" for both users u1 and u2 without need to go to the specific folder on eC.
Expected behaviour
all comments should be visible in the view "All activities" independently of the physical location ore the way they are shared with other users.
Actual behaviour
only comments are visible in locations shared explicitely with a user or group
Server configuration
Operating system:
Ubuntu 16.0.4
Web server:
Apache
Database:
postgresql
PHP version:
7.0.18
Nextcloud version: (see Nextcloud admin page)
12.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
Upgrade from NC 11
Steps to reproduce
First Case
Second Case
Expected behaviour
all comments should be visible in the view "All activities" independently of the physical location ore the way they are shared with other users.
Actual behaviour
only comments are visible in locations shared explicitely with a user or group
Server configuration
Operating system:
Ubuntu 16.0.4
Web server:
Apache
Database:
postgresql
PHP version:
7.0.18
Nextcloud version: (see Nextcloud admin page)
12.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
Upgrade from NC 11
Where did you install Nextcloud from:
zip-file
Signing status:
No errors have been found.
List of activated apps:
Nextcloud configuration:
"system": {
"updatechecker": false,
"instanceid": ".........",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.0.66",
"cloud.domain.com"
],
"datadirectory": "/nextcloud_data",
"dbtype": "pgsql",
"version": "12.0.0.29",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"ldapIgnoreNamingRules": false,
"maintenance": false,
"loglevel": 2,
"mail_smtpmode": "smtp",
"mail_from_address": "cloud",
"mail_domain": "domain.com",
"mail_smtphost": "192.168.0.202",
"mail_smtpport": "25",
"theme": "swisslux",
"ldapUserCleanupInterval": 51,
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"memcache.locking": "\OC\Memcache\Redis",
"overwriteprotocol": "https",
"ldapProviderFactory": "\OCA\User_LDAP\LDAPProviderFactory",
"updater.release.channel": "production",
"filelocking.enabled": true,
"filelocking.ttl": 3600,
"overwrite.cli.url": "https://cloud.domain.com",
"activity_expire_days": 365
Are you using external storage, if yes which one: local/smb/sftp/...
smb
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
ldap
LDAP configuration (delete this part if not used)
+-------------------------------+-------------------------------------------------------------------------------+
| Configuration | |
+-------------------------------+-------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | 1 |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | [email protected] |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | description |
| ldapAttributesForUserSearch | displayName;mail;givenName;sn |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | DC=domain,DC=local |
| ldapBaseGroups | OU=DOMAIN Gruppen,DC=domain,DC=local |
| ldapBaseUsers | OU=DOMAIN Benutzer,DC=domain,DC=local |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDefaultPPolicyDN | |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | sAMAccountName |
| ldapGidNumber | gidNumber |
| ldapGroupDisplayName | description |
| ldapGroupFilter | (&(|(memberOf=CN=owncloud_group,OU=DOMAIN Ressource,DC=domain,DC=local))) |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 1 |
| ldapGroupFilterObjectclass | group |
| ldapGroupMemberAssocAttr | member |
| ldapHost | host.domain.local |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(|(objectclass=person))(samaccountname=%uid)) |
| ldapLoginFilterAttributes | |
| ldapLoginFilterEmail | 0 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 1 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | 1 GB |
| ldapTLS | 0 |
| ldapUserDisplayName | cn |
| ldapUserDisplayName2 | |
| ldapUserFilter | (|(objectclass=person)) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 1 |
| ldapUserFilterObjectclass | person |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 1 |
| turnOnPasswordChange | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+-------------------------------------------------------------------------------+
Client configuration
Browser:
Chrome, Firefox
Operating system:
WIndows 10
Logs
Web server error log
no specific logs
The text was updated successfully, but these errors were encountered: