Automatically accept remote shares from trusted serversshare is accepted, no notification, or notification that informs about new share but does not have any buttons to accept it
share is accepted, notification is shown allowing to accept the share again
doing so renames it to folder (2)
Operating system:
Ubuntu 18.04
Web server:
Apache2
Database:
MySQL
PHP version:
7.2
ownCloud version: (see ownCloud admin page)
10.2.0.1
Updated from an older ownCloud or fresh install:
fresh
Where did you install ownCloud from:
RC1 tarball
The content of config/config.php:
{
"system": {
"instanceid": "oc1fqx9gxt25",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"172.17.0.1"
],
"datadirectory": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_a\/data",
"overwrite.cli.url": "https:\/\/172.17.0.1\/owncloud-10.2.0\/rc1_a",
"dbtype": "mysql",
"version": "10.2.0.1",
"logtimezone": "UTC",
"apps_paths": [
{
"path": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_a\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_a\/apps-external",
"url": "\/apps-external",
"writable": true
}
],
"memcache.local": "\\OC\\Memcache\\APCu",
"ldapIgnoreNamingRules": false,
"dbname": "owncloud-10-2-0-rc1-a",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"skeletondirectory": "\/home\/artur\/www\/owncloud-core\/apps\/testing\/data\/webUISkeleton",
"groups.enable_medial_search": true
}
}
List of activated apps:
Enabled:
- comments: 0.3.0
- configreport: 0.2.0
- dav: 0.4.0
- encryption: 1.3.1
- federatedfilesharing: 0.4.0
- federation: 0.1.0
- files: 1.5.2
- files_external: 0.7.1
- files_sharing: 0.11.0
- files_trashbin: 0.9.1
- files_versions: 1.3.0
- files_videoplayer: 0.10.1
- firstrunwizard: 1.2.0
- market: 0.4.0
- notifications: 0.5.0
- oauth2: 0.4.0
- provisioning_api: 0.5.0
- systemtags: 0.3.0
- updatenotification: 0.2.1
- user_ldap: 0.13.0
Disabled:
- external
- user_external
Are you using external storage, if yes which one: local/smb/sftp/...
yes
Are you using encryption: yes/no
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP
+-------------------------------+------------------------------------------------------------------------------------------------------------+
| Configuration | LDAPTestId |
+-------------------------------+------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | cn=admin,dc=owncloud,dc=com |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | dc=owncloud,dc=com |
| ldapBaseGroups | dc=owncloud,dc=com |
| ldapBaseUsers | dc=owncloud,dc=com |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | uid |
| ldapExpertUsernameAttr | |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | (&(|(objectclass=posixGroup))) |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | posixGroup |
| ldapGroupMemberAssocAttr | memberUid |
| ldapHost | localhost |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid))(|(displayName=%uid)))) |
| ldapLoginFilterAttributes | displayName |
| ldapLoginFilterEmail | 1 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | displayName |
| ldapUserDisplayName2 | |
| ldapUserFilter | (|(objectclass=inetOrgPerson)) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | inetOrgPerson |
| ldapUserName | samaccountname |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+------------------------------------------------------------------------------------------------------------+
Browser:
FF
Operating system:
Ubuntu 18.04
@karakayasemi can you have a look ? maybe we need to prevent the notification to be sent in the first place ?
@individual-it I could not reproduce the issue. Even when I share with a folder that receiver has a folder with the same name, no notification was shown and it is correctly renamed as folder(2).
I believe I installed a similar instance to you by enabling user_ldap and encryption. My instance enabled app list:
````
Enabled:
config list:
I've made a very simple installation (no encryption, no LDAP) and it happens for me
```
{
"system": {
"instanceid": "oclyvjwln0vl",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost"
],
"datadirectory": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_c\/data",
"overwrite.cli.url": "http:\/\/localhost\/owncloud-10.2.0\/rc1_c",
"dbtype": "sqlite3",
"version": "10.2.0.1",
"logtimezone": "UTC",
"apps_paths": [
{
"path": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_c\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/home\/artur\/www\/owncloud-10.2.0\/rc1_c\/apps-external",
"url": "\/apps-external",
"writable": true
}
],
"installed": true,
"sharing.federation.allowHttpFallback": true
},
"apps": {
"backgroundjob": {
"lastjob": "7"
},
"comments": {
"installed_version": "0.3.0",
"types": "logging,dav",
"enabled": "yes"
},
"configreport": {
"installed_version": "0.2.0",
"types": "filesystem",
"enabled": "yes"
},
"core": {
"installedat": "1556516253.0148",
"lastupdatedat": "1556518058",
"public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
"public_files": "files_sharing\/public.php",
"first_install_version": "10.2.0.1",
"oc.integritycheck.checker": "[]",
"lastcron": "1556516499",
"lastupdateResult": "[]"
},
"dav": {
"installed_version": "0.4.0",
"types": "filesystem",
"enabled": "yes"
},
"federatedfilesharing": {
"installed_version": "0.4.0",
"types": "filesystem",
"enabled": "yes",
"auto_accept_trusted": "yes"
},
"federation": {
"installed_version": "0.1.0",
"types": "authentication",
"enabled": "yes"
},
"files": {
"installed_version": "1.5.2",
"types": "filesystem",
"enabled": "yes",
"cronjob_scan_files": "500"
},
"files_external": {
"installed_version": "0.7.1",
"types": "filesystem",
"enabled": "yes"
},
"files_sharing": {
"installed_version": "0.11.0",
"types": "filesystem",
"enabled": "yes"
},
"files_trashbin": {
"installed_version": "0.9.1",
"types": "filesystem",
"enabled": "yes"
},
"files_versions": {
"installed_version": "1.3.0",
"types": "filesystem",
"enabled": "yes"
},
"files_videoplayer": {
"installed_version": "0.10.1",
"types": "",
"enabled": "yes"
},
"firstrunwizard": {
"installed_version": "1.2.0",
"types": "",
"enabled": "yes"
},
"market": {
"installed_version": "0.4.0",
"types": "",
"enabled": "yes"
},
"notifications": {
"installed_version": "0.5.0",
"types": "logging",
"enabled": "yes"
},
"provisioning_api": {
"installed_version": "0.5.0",
"types": "prevent_group_restriction",
"enabled": "yes"
},
"systemtags": {
"installed_version": "0.3.0",
"types": "logging",
"enabled": "yes"
},
"updatenotification": {
"installed_version": "0.2.1",
"types": "",
"enabled": "yes"
}
}
}