summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/ocs/privatedata.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-121-0/+27
* 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\