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
run ocis using FRONTEND_AUTO_ACCEPT_SHARES: "true"
user katherine disables auto sharing: curl --insecure -X POST -u katherine:gemini https://localhost:9200/api/v0/settings/values-save -d '{"value":{"accountUuid":"me","bundleId":"2a506de7-99bd-4f0d-994e-c38e72c28fd9","settingId":"ec3ed4a3-3946-4efc-8f9f-76d38b12d3a9","resource":{"type":"TYPE_USER"},"boolValue":false}}'
Steps:
admin creates folder and shares to katherine and richard
admin creates internal link to folder
users open link
Expected: redirect to shares->shares with me
Actual: if users have FRONTEND_AUTO_ACCEPT_SHARES: "true" (in the feature -> default) redirect doesn't work
Precondition:
FRONTEND_AUTO_ACCEPT_SHARES: "true"
katherine
disables auto sharing:curl --insecure -X POST -u katherine:gemini https://localhost:9200/api/v0/settings/values-save -d '{"value":{"accountUuid":"me","bundleId":"2a506de7-99bd-4f0d-994e-c38e72c28fd9","settingId":"ec3ed4a3-3946-4efc-8f9f-76d38b12d3a9","resource":{"type":"TYPE_USER"},"boolValue":false}}'
Steps:
Expected: redirect to shares->shares with me
Actual: if users have
FRONTEND_AUTO_ACCEPT_SHARES: "true"
(in the feature -> default) redirect doesn't workScreen.Recording.2023-10-06.at.15.38.59.mov
NOTE: please enablecode after fixing:
https://github.com/owncloud/web/pull/9775/files#diff-51d1aa97f08184d1170eefe0765f26efa2b7f0f92bfa8079115e30eaf959218eR105-R112
and https://github.com/owncloud/web/pull/9775/files#diff-613727c41c6d01f3377cea44044287cc7f6948c87f3e2a2c4160405fbf14066eR22
The text was updated successfully, but these errors were encountered: