summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to set/unset multiple config values in one callJoas Schilling2015-01-231-0/+10
| | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files
* drop dependency of some commands on old config objectMorris Jobke2014-11-201-8/+0
|
* Add flock to configLukas Reschke2014-09-301-30/+8
| | | | | | | | | | | | | | | | | | This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070 Testplan: - [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable - [ ] Installation still works - [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu) - [ ] Your PC didn't blow up - [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation Only skip the main config Otherwise read only additional configs might not be processed Test on tmpdir
* add missing @deprecated annotation to legacy classesJörn Friedrich Dreyer2014-08-141-0/+2
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-4/+4
| | | | * test case added to avoid adding them later
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
|
* Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-281-3/+3
|
* Load a separate config (if present) when running unit testsRobin Appelman2014-01-171-1/+0
|
* Remove the exception catch, this should be handled by a higher layerBart Visscher2013-10-071-10/+2
| | | | And is when using index.php as entry point
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+107
Conflicts: lib/private/vcategories.php