Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OCS Exception | Roeland Jago Douma | 2017-08-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 1 | -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 service | Bjoern Schiessle | 2017-04-11 | 1 | -3/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | provide public discovery service to discover OCS end-points on another server | Bjoern Schiessle | 2017-04-11 | 1 | -0/+125 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | announce public endpoints to sync trusted servers | Bjoern Schiessle | 2017-03-09 | 1 | -0/+17 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Move OC\OCS\Person to OCSController | Roeland Jago Douma | 2016-11-16 | 1 | -48/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add bruteforce checker to Person.php | Lukas Reschke | 2016-11-14 | 1 | -0/+3 |
| | | | | | | Also check for attempts on this endpoint Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Remove unused private classes | Roeland Jago Douma | 2016-08-18 | 1 | -39/+0 |
| | |||||
* | Remove OC_OCS_Cloud and OC\OCS\Cloud | Roeland Jago Douma | 2016-08-09 | 1 | -39/+0 |
| | |||||
* | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -16/+0 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 8 | -16/+24 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 6 | -6/+12 |
| | |||||
* | Move OCS Provider to PSR-4 namespace | Joas Schilling | 2016-05-19 | 1 | -0/+96 |
| | |||||
* | lib/private/ocs to PSR-4 (#24558) | Roeland Douma | 2016-05-12 | 7 | -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\ |