aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/preferences.php
Commit message (Collapse)AuthorAgeFilesLines
* drop OC_PreferencesMorris Jobke2015-02-041-121/+0
|
* introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-4/+6
|
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-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 Jobke2014-11-201-0/+22
| | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d.
* drop OC_Preferences::getUsers and getAppsMorris Jobke2014-11-201-22/+0
|
* add missing @deprecated annotation to legacy classesJörn Friedrich Dreyer2014-08-141-1/+2
|
* allow to set pre-condition for setValueBjoern Schiessle2014-06-051-4/+4
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-9/+9
| | | | * test case added to avoid adding them later
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-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/publicThomas Müller2013-09-301-0/+146
Conflicts: lib/private/vcategories.php