Provide Default Limit Value in Capability Response #418
Labels
0. Needs triage
Pending approval or rejection. This issue is pending approval.
enhancement
New feature or request
How to use GitHub
Feature request
Which Nextcloud Version are you currently using: Nextcloud Hub 9 (30.0.1)
Is your feature request related to a problem? Please describe.
I am implementing the support for editing download limits in the native iOS app user interface. To offer users a consistent experience, I would like to reuse the default download limit defined by the administrators on the server. Unfortunately that is not exposed in any API, as far as I can tell. Apparently, the web user interface loads and caches it statically in the state of the Vue.js app without another API call.
Describe the solution you'd like
Please provide the default download limit in the capability response. Not just the boolean that it is enabled.
Describe alternatives you've considered
There is no alternative to figuring out the default download limit as far as I could figure out with @tobiasKaminsky.
Additional context
KTHXBYE 🐈
The text was updated successfully, but these errors were encountered: