We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
uu1
uu2
uu3
tmp
tmp/sub
Shares/tmp/sub
sub
Shares
Please describe how you started the server and provide a list of relevant environment variables.
export OCIS_URL=https://localhost:9200 export STORAGE_HOME_DRIVER=$DRIVER export STORAGE_USERS_DRIVER=$DRIVER export STORAGE_DRIVER_OCIS_ROOT=/tmp/ocis/storage/users export STORAGE_DRIVER_LOCAL_ROOT=/tmp/ocis/local/root export STORAGE_METADATA_ROOT=/tmp/ocis/metadata export STORAGE_DRIVER_OWNCLOUD_DATADIR=/tmp/ocis/owncloud/data export STORAGE_HOME_DATA_SERVER_URL=http://localhost:9155/data export STORAGE_USERS_DATA_SERVER_URL=http://localhost:9158/data export STORAGE_SHARING_USER_JSON_FILE=/tmp/ocis/shares.json export PROXY_ENABLE_BASIC_AUTH=True export WEB_UI_CONFIG=$HOME/www/ocConfigs/ocis-config/ocis-config.json export IDP_IDENTIFIER_REGISTRATION_CONF=$HOME/www/ocConfigs/ocis-config/idp.yml export OCIS_LOG_LEVEL="error" export SETTINGS_DATA_PATH=/tmp/ocis/settings if [ $DRIVER == "owncloud" ] then export EXPECTED_FAILURES_FILE=$HOME/go/src/github.com/owncloud/ocis/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.md export STORAGE_DRIVER_OWNCLOUD_REDIS_ADDR=localhost:6379 else export STORAGE_DRIVER_OWNCLOUD_REDIS_ADDR= export EXPECTED_FAILURES_FILE=$HOME/go/src/github.com/owncloud/ocis/tests/acceptance/expected-failures-API-on-OCIS-storage.md fi
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The solution to this is part of the "Resharing" feature.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
uu1
,uu2
,uu3
tmp
andtmp/sub
using useruu1
tmp
withuu2
using useruu1
uu2
Shares/tmp/sub
withuu3
using useruu2
uu3
Expected behavior
uu3
,sub
dir should be listed insideShares
directoryActual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: