nextcloud/build/integration/features/bootstrap
Roeland Jago Douma 8c0ef4c4bd Add sharePermissions webdav property
This property can be queries by the clients so they know the max
permissions they can use to share a file with. This will improve the UX.

The oc:permissions proptery is not enough since mountpoints have
different permissions (delete + move by default).

By making it a new property the clients can just request it. On older
servers it will just return a 404 for that property (and thus they know
they have to fall back to their hacky work arounds). But if the property
is returned the client can show proper info.

* unit tests
* intergration test
2016-03-31 20:12:34 +02:00
..
AppConfiguration.php Make the app config code ready for reuse 2016-03-15 14:23:41 +01:00
BasicStructure.php Only match LOCAL and REMOTE as servers, correctly make use of the sharer server from the command 2016-03-14 10:55:52 +01:00
CalDavContext.php Add docs for CalDavContext 2016-03-11 13:59:19 +01:00
CapabilitiesContext.php Make the app config code ready for reuse 2016-03-15 14:23:41 +01:00
CardDavContext.php Fix issues in CardDav 2016-03-11 13:59:19 +01:00
ChecksumsContext.php Fix checksumsContext 2016-03-11 13:59:19 +01:00
CommentsContext.php Fix comments 2016-03-11 13:59:19 +01:00
FeatureContext.php Fix WebDav 2016-03-11 13:59:20 +01:00
FederationContext.php Only match LOCAL and REMOTE as servers, correctly make use of the sharer server from the command 2016-03-14 10:55:52 +01:00
Provisioning.php Always use the admin when putting poeple in a group 2016-03-15 14:24:21 +01:00
ShareesContext.php Add intergration tests 2016-03-22 17:13:34 +01:00
Sharing.php Split the context so we don't reset the config on each test 2016-03-15 14:53:16 +01:00
TagsContext.php Fix docs of Tags 2016-03-11 13:59:19 +01:00
WebDav.php Add sharePermissions webdav property 2016-03-31 20:12:34 +02:00