summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/ocs
Commit message (Collapse)AuthorAgeFilesLines
* Remove private legacy OC_OCS_ResponseRoeland Jago Douma2017-09-211-28/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* PrivateData to appRoeland Jago Douma2017-07-211-28/+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>
* Cleanup not used legacy classesMorris Jobke2017-03-031-28/+0
| | | | | | | * Person was removed via #2170 * other lcasses/interfaces are not used at all Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused private classesRoeland Jago Douma2016-08-181-28/+0
|
* Remove OC_OCS_Cloud and OC\OCS\CloudRoeland Jago Douma2016-08-091-28/+0
|
* Fix othersJoas Schilling2016-07-215-10/+15
|
* Update license headersLukas Reschke2016-05-265-5/+5
|
* lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-125-0/+135
* 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\