TODO

We have two different options here
Enforce vs. optional

@nextcloud/designers
IS this a feature request? A bug? :thinking:
This is a meta-issue for clients, as indicated by labels.
We agreed to have those issues centrally in server and, if needed, then individual in each repo.
Once the client is working, this should be noted here and if every client/platform has included it, we can close this.
tl;dr: for feature parity we track this here with label "client"
In capability this is:
Enforce password:
"files_sharing": {
"api_enabled": true,
"public": {
"enabled": true,
"password": {
"enforced": true
},
But I do not see a capability for "always ask for password"?
@nextcloud/server-triage
I added a PR to support askForPassword capability.
The mandatory/optional state of the password could also not only be indicated by the dialog, but by the flow. If passwords are enforced, the prompt to enter the password should directly show and say something like "Passwords are mandatory".
the prompt to enter the password should directly show and say something like "Passwords are mandatory".
This is already the case. but in both cases. The only difference is the title…
So @jancborchardt are you fine with this? :-D
Yes, sorry – I :+1:’d your reply and meant that I was fine with it. :D