aboutsummaryrefslogtreecommitdiffstats
path: root/core/ajax/appconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-3/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+19
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-6/+6
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-7/+8
|
* Check whether the app is setLukas Reschke2014-02-181-1/+4
|
* Check whether the Key is setLukas Reschke2014-02-181-1/+1
|
* An admin should not be able to add remote and public services on its own. ↵Lukas Reschke2014-02-181-6/+18
| | | | | | This should only be possible programmatically. This change is due the fact that an admin may not be expected to execute arbitrary code in every environment.
* Make the core ajax calls use the routerBart Visscher2012-10-021-1/+0
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Respect coding styleThomas Müller2012-09-041-5/+5
|
* Added XSRF checkLukas Reschke2012-08-241-0/+1
|
* Updated styleLukas Reschke2012-07-261-1/+1
|
* Check for admin userLukas Reschke2012-07-261-0/+1
|
* wrong defaultValue definition in OC.AppConfig.getValueunknown2012-04-121-1/+1
| | | | done
* add javascript bindings for OC_AppConfigRobin Appelman2012-02-221-0/+35