aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/preferences.php
Commit message (Collapse)AuthorAgeFilesLines
* drop OC\PreferencesMorris Jobke2015-02-041-181/+0
|
* introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-4/+7
|
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-210/+23
| | | | | | * 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/+32
| | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d.
* drop OC_Preferences::getUsers and getAppsMorris Jobke2014-11-201-32/+0
|
* Remove implicit prepared statement cache and get the connection from the ↵Robin Appelman2014-10-221-3/+3
| | | | server container in \OC_DB
* port of #9500Arthur Schiwon2014-07-081-3/+8
| | | | | | | | | | don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
* allow to set pre-condition for setValueBjoern Schiessle2014-06-051-14/+26
|
* Hack around oracle for CLOB fieldsJoas Schilling2014-06-051-1/+9
|
* Add method to get users by their preferenceJoas Schilling2014-06-051-0/+22
|
* Correctly create list of placeholdersJoas Schilling2014-05-211-1/+1
|
* Move return to new lineJoas Schilling2014-05-211-1/+3
|
* Add a method to get the values for multiple users to OC\PreferencesJoas Schilling2014-05-211-0/+35
|
* 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
* remove some unneeded isset'sRobin Appelman2014-02-181-5/+3
|
* Fix some phpdocRobin Appelman2014-02-181-1/+9
|
* Add caching to OC\PreferencesRobin Appelman2014-02-181-37/+80
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+232
Conflicts: lib/private/vcategories.php