summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/ocs.php
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of static OCS::notFound()Morris Jobke2017-03-031-43/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Return 404 on v2.php when the app is disabledJoas Schilling2016-09-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+42
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.