Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -4/+6 |
| | |||||
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -45/+17 |
| | | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments | ||||
* | Revert "drop OC_Preferences::getUsers and getApps" | Morris Jobke | 2014-11-20 | 1 | -0/+22 |
| | | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d. | ||||
* | drop OC_Preferences::getUsers and getApps | Morris Jobke | 2014-11-20 | 1 | -22/+0 |
| | |||||
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -8/+0 |
| | |||||
* | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 1 | -19/+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 | 9 | -2/+22 |
| | |||||
* | update deprecation docs | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | deprecate OC_Search_Provider in favor of \OCP\Search\Provider | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -0/+4 |
| | |||||
* | fix namespace for legacy search classes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | |||||
* | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+40 |
| | | | | static wrapper for it, move provider and result to public api | ||||
* | Move legacy search to 'lib/private/legacy' | Andrew Brown | 2014-06-05 | 4 | -0/+108 |
| | | | | | | This fixes errors where apps would try to start providers using OC_Search and would fail. Also, made OC_Search simply inherit from \OC\Search. | ||||
* | allow to set pre-condition for setValue | Bjoern Schiessle | 2014-06-05 | 1 | -4/+4 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -20/+20 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 3 | -5/+5 |
| | |||||
* | remove legacy aka deprecated code: OC_Cache_FileGlobalGC | Thomas Müller | 2014-05-12 | 1 | -4/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -9/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -10/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -415/+0 |
| | |||||
* | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -2/+0 |
| | |||||
* | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -3/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -1/+3 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 3 | -27/+28 |
|\ | |||||
| * | Load a separate config (if present) when running unit tests | Robin Appelman | 2014-01-17 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #4796 from owncloud/config-no-catch | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
| |\ | | | | | | | Remove the exception catch in OC_Config, this should be handled by a higher layer | ||||
| | * | 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 | ||||
| * | | Fix loading legacy global filecache gc backgroundjobs | Robin Appelman | 2013-10-05 | 1 | -0/+4 |
| |/ | |||||
* / | Move legacy file to correct location | Bart Visscher | 2013-10-02 | 1 | -0/+120 |
|/ | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 7 | -0/+751 |
Conflicts: lib/private/vcategories.php |