Make share view similar to files view
Open
@tobiasKaminsky is already working on this.
Since Feb 20, 2025.
client: 💻 desktop
client: 🤖🍏 mobile
enhancement
feature: sharing
overview
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
State:
- Server (done since 28)
- Android
- iOS
Note: This depends on on moving Files to Vue https://github.com/nextcloud/server/issues/28063
Currently share view is very different from files view and does not allow all functions/has not all info.
On Android this is handled different: there we fetch shares list and retrieve all info for those shares, which takes a very long time.
As discussed with @jancborchardt goal would be
- server
- move share view to files view, to have same UX and it is basically a "filtered" file view
- extend API to provide all info within one call to clients
- clients
- implement new API to speed up request
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.