-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[BUG] Shared by link only shows files/folders from root #3003
Comments
First of all, thanks for opening an issue. Yes it is intended that you only see the top shared folder. Same for Av. Offline files. Should we move to another behaviour? @michaelstingl |
Should be similar to the web ui. It lists all links a user generated: https://demo.owncloud.com/ocs/v1.php/apps/files_sharing/api/v1/shares?format=json&include_tags=true
|
I mean, currently if we have a shared folder, and inside it we have another shared folder, we only show the top hierarchy one. |
Yeah, please align with new iOS app and oC web UI:
|
Actual behaviour
When opening the Share by Link page, I only see the public links that exist in the root/home folder. If this was consistent with the web ui, then I should see all my public links, including the ones inside other folders.
I'm not sure wether this is on purpose or not... The API only returns the data I'm seeing, because the app calls it with the
path=/
andsubfiles=true
parameters (which I might also argue that should include everything under the path/
, but that's another question for the core repo..).I also tried with the CERNBox, which return all my links, but the app still filters them and only shows the root ones. We might be doing something wrong, but I'm not seeing anything in the logs.
Expected behaviour
The Shared by Links should be consistent with the web ui and show all my links.
Environment data
Android version: 10
Device model: Emulator
Stock or customized system: Stock
ownCloud app version: 2.15.2
ownCloud server version: 10.5.0 (demo.oc.com)
The text was updated successfully, but these errors were encountered: