Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -94/+0 |
| | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -7/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+20 |
| | |||||
* | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 1 | -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 object | Morris Jobke | 2014-11-20 | 1 | -8/+0 |
| | |||||
* | Add flock to config | Lukas Reschke | 2014-09-30 | 1 | -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 classes | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -0/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -4/+4 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -3/+3 |
| | |||||
* | Load a separate config (if present) when running unit tests | Robin Appelman | 2014-01-17 | 1 | -1/+0 |
| | |||||
* | Remove the exception catch, this should be handled by a higher layer | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
| | | | | And is when using index.php as entry point | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+107 |
Conflicts: lib/private/vcategories.php |