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
install two instances of the Owncloud for example oc1.docker and oc2.docker
then share a file from oc1.docker with non existing user on the oc2.docker like "[email protected]"
Expected behaviour
it should shows that the requested user is not a member of the oc2.docker
Actual behaviour
the file is marked as a shared file with [email protected] on the sender side but on the receiving node, All behavior is Ok. (there is no record in the oc_share_external table)
Server configuration
Operating system:
Ubuntu Web server:
Apache2
Database:
MariaDB PHP version:
7.4
ownCloud version: (see ownCloud admin page)
10.12.1
Updated from an older ownCloud or fresh install: fresh Install
Where did you install ownCloud from:
code repository
Are you using external storage, if yes which one: NO
Are you using encryption: yes
Are you using an external user-backend, if yes which one: NO
Client configuration
FireFox:
Operating system:
Ubuntu
there is a related issue on our application that is trying to address remote group sharing implementation of the OCM protocol: pondersource/oc-opencloudmesh#18
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Steps to reproduce
Expected behaviour
it should shows that the requested user is not a member of the oc2.docker
Actual behaviour
the file is marked as a shared file with
[email protected]
on the sender side but on the receiving node, All behavior is Ok. (there is no record in the oc_share_external table)Server configuration
Operating system:
Ubuntu
Web server:
Apache2
Database:
MariaDB
PHP version:
7.4
ownCloud version: (see ownCloud admin page)
10.12.1
Updated from an older ownCloud or fresh install:
fresh Install
Where did you install ownCloud from:
code repository
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: NO
Are you using encryption: yes
Are you using an external user-backend, if yes which one: NO
Client configuration
FireFox:
Operating system:
Ubuntu
there is a related issue on our application that is trying to address
remote group sharing
implementation of the OCM protocol:pondersource/oc-opencloudmesh#18
The text was updated successfully, but these errors were encountered: