Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop OC_Preferences | Morris Jobke | 2015-02-04 | 1 | -121/+0 |
| | |||||
* | 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 |
| | |||||
* | add missing @deprecated annotation to legacy classes | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -9/+9 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+146 |
Conflicts: lib/private/vcategories.php |