-
Notifications
You must be signed in to change notification settings - Fork 2.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
Add capability indicating support of multiple link shares #27622
Comments
Note that maybe the server always technically supported multiple link shares per path and it was just not exposed to the user - and what's actually new here is the ui and the ability to name these. In that case the capability should be named differently. |
a ping would have been nice, I'm only seeing this now... @michaelstingl was this discussed in the context of clients support ? |
see "multiple". Only present if public link sharing is enabled. @davivel @ckamm @SamuAlfageme @michaelstingl PR here, please review it: #27709 |
@PVince81 Awesome, Thanks! |
It's in 10.0.0 RC2, please test |
@PVince81, thanks, we'll do. |
For the record: it's in master now, but not in 10.0.0RC2, not in the tag at least (https://github.com/owncloud/core/releases/tag/v10.0.0RC2 ). |
how come ? I merged it before releasing |
Don't know, but history of master shows the commit after. |
And the daily build doesn't include it either; I patched it to test. BTW, works for us :) , thank you. |
Ok... my mistake... I saw the thumbs up and thought it was merged and didn't verify... |
Starting from oC 10.0.0 having several public link shares with different attributes for a path will be supported. This adds functionality to create, edit and delete these public link shares. The behavior is currently gated by server version, but should be adapted to use a capability as soon as one is introduced, see owncloud/core#27622. The UI reduces to a single-share version when talking to older servers. Testing scenarios: * Link sharing is disabled (by capability, not by theme) * Required passwords * Required expiry * Forbidden 'allow upload' for folders * New and old servers
@PVince81 Great! I'll update the client to make use of it! :) |
Tested with client's master and oC EE 10.0.0 RC2 (daily) Build:2017-04-24 and works as expected 😎 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm working on adding support for multiple link shares to the client (owncloud/client#5655). I want to make the new UI show only for servers that support it without depending on a server version number. A capability would be nice, but don't see one for this feature yet.
Concrete suggestion: Add capability
capabilities/files_sharing/public/multiple
to 10.0.The text was updated successfully, but these errors were encountered: