Federated shares shared via public link are not considered external any more
From @oparoz on March 9, 2016 19:2
Bug report
Steps to reproduce
- Add a federated share
- Make sure gallery.cnf does not allow external shares
- Go inside the folder
- Open Gallery
At this stage, you should get an empty Gallery
- Go back to Files
- Share the folder via public link
- Open the link in another browser
- Switch to Gallery
Expected behaviour
You should get the same empty Gallery you saw when logged in
Actual behaviour
The Gallery is happy to show you all the images.
I'm not sure if it's a problem with Gallery or core.
The default behaviour is to not show content stored on external storage, so the content should not be shown, but somehow our tests are saying that the folder is not external any more.
Plan
- [ ] Recheck once this is fixed in core
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Copied from original issue: owncloud/gallery#571
@rullzer @PVince81 Does a reshare of a federated share change status and is not considered external any more because it was shared by an internal user?
From @rullzer on March 9, 2016 19:9
reshares of federated shares are indeed for the receiving user internal. This is indeed an issue in core.
Ah, thanks @rullzer! :)