summaryrefslogtreecommitdiffstats
path: root/core/Controller/OCJSController.php
Commit message (Collapse)AuthorAgeFilesLines
* expose capabilities in jsBjoern Schiessle2018-02-271-2/+6
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use correct L10N files for jsconfigRoeland Jago Douma2018-01-051-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-2/+3
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Introduce the UI for password confirmationJoas Schilling2016-11-181-3/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Missing returns + autoloader fileLukas Reschke2016-10-251-0/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move oc.js to a proper classRoeland Jago Douma2016-10-251-0/+90
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>