-
Notifications
You must be signed in to change notification settings - Fork 183
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
Cannot share files with another user using 'owncloud' storage driver #2969
Comments
I talked to the team and unfortunately this driver is no longer maintained because it was superseded by the ownCloudSQL driver (which uses the ownCloud 10 filesystem layout and the ownCloud 10 database). You also can find the setup in this example: ocis/deployments/examples/oc10_ocis_parallel/docker-compose.yml Lines 90 to 109 in c6d2fde
Besides the files, also shares are available accross oCIS and oC10 |
Okay no worries - could I suggest the driver be deprecated in the code or removed completely? |
Describe the bug
Basic sharing fails on the published docker images for ocis.
Steps to reproduce
Steps to reproduce the behavior:
where the contents of
.env
is:admin:admin
viahttps://localhost:9200
in Chrome.marie
.Expected behavior
Expected to work - it works fine if both references to the
owncloud
storage driver are not specified in the.env
file, suggesting eitherocis
is the default storage driver, or something else (which i'm unsure about also). If eitherSTORAGE_USERS_DRIVER
orSTORAGE_HOME_DRIVER
are defined, it the sharing fails.Actual behavior
Error screen appears.
Error logs from
ocis
docker instance:Error screenshot:
Occurs with v1.13.0, v1.15.0 and v1.16.0 of the oCIS docker images.
Setup
Running on Windows / WSL2 with Docker 4.2.0 (Ubuntu shell)
Additional context
I will do testing shortly on Mac/OSX to see if the host environment affects this behaviour.
I have tried clearing the
/tmp/ocis
folder and re-creating. It removes the previously uploaded files but does not fix the issue.The text was updated successfully, but these errors were encountered: