summaryrefslogtreecommitdiffstats
path: root/lib/private/OCS
Commit message (Collapse)AuthorAgeFilesLines
* Fix OCS ExceptionRoeland Jago Douma2017-08-011-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* PrivateData to appRoeland Jago Douma2017-07-211-114/+0
| | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add tests for discovery serviceBjoern Schiessle2017-04-111-3/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* provide public discovery service to discover OCS end-points on another serverBjoern Schiessle2017-04-111-0/+125
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* announce public endpoints to sync trusted serversBjoern Schiessle2017-03-091-0/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-48/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add bruteforce checker to Person.phpLukas Reschke2016-11-141-0/+3
| | | | | | Also check for attempts on this endpoint Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused private classesRoeland Jago Douma2016-08-181-39/+0
|
* Remove OC_OCS_Cloud and OC\OCS\CloudRoeland Jago Douma2016-08-091-39/+0
|
* Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-16/+0
|
* Fix othersJoas Schilling2016-07-218-16/+24
|
* Update license headersLukas Reschke2016-05-266-6/+12
|
* Move OCS Provider to PSR-4 namespaceJoas Schilling2016-05-191-0/+96
|
* lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-127-0/+496
* Move OC_OCS_XX to legacy * Move \OC\OCS to PSR-4 * OC_OCS_xx to \OC\OCS\xx * Moved OC_OCS_xx to proper namespace * OC_OCS_xx is still there for legacy reasons as a wrapper * No calls to OC_OCS_xx in \OC\OCS\