summaryrefslogtreecommitdiffstats
path: root/core/js/public
Commit message (Collapse)AuthorAgeFilesLines
* Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove the double password confirmation on changing cronJoas Schilling2017-03-131-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use proper method call for _.bind()Morris Jobke2016-11-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Require confirmation for app config changesJoas Schilling2016-11-181-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix missing semicolonJoas Schilling2016-10-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make AppConfig part of the public APIJoas Schilling2016-10-211-0/+113
Signed-off-by: Joas Schilling <coding@schilljs.com>