summaryrefslogtreecommitdiffstats
path: root/lib/public/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-163/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Add version to @deprecated tagsMorris Jobke2015-04-191-8/+8
|
* Update license headersJenkins for ownCloud2015-03-261-12/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+25
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-25/+18
|
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+2
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* use old methods and redirect in deprecated methodsMorris Jobke2014-12-081-2/+2
|
* @deprecated messages for \OCP\Config and \OCP\AppConfigMorris Jobke2014-12-081-0/+4
|
* Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-3/+7
| | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container
* Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-1/+1
| | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty
* add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-0/+10
|
* fixing undefined exception classesThomas Müller2014-04-071-3/+3
|
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-2/+2
|\ | | | | | | | | Conflicts: lib/private/migration/content.php
| * $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-121-2/+2
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|/
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* fix documentation stuffMorris Jobke2013-10-311-1/+1
|
* Public API documentation fixesMorris Jobke2013-10-171-7/+7
| | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* Fix returns of values in OCP\ConfigBart Visscher2013-05-071-6/+21
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
|
* fix some more phpdocRobin Appelman2012-09-231-28/+28
|
* style fixes for public config apiGeorg Ehrke2012-09-081-58/+45
|
* adding space between) and {Thomas Mueller2012-09-071-6/+6
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* added documentation to OCP namespaceSam Tuke2012-05-101-2/+6
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-2/+0
| | | | And greeting from the Atlanta airport. ;-)
* port oc_preferencesFrank Karlitschek2012-05-021-0/+35
|
* port appconfigFrank Karlitschek2012-05-021-0/+28
|
* first part of the config stuffFrank Karlitschek2012-05-021-0/+70