Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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\ |