Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop OC\Preferences | Morris Jobke | 2015-02-04 | 1 | -181/+0 |
| | |||||
* | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -4/+7 |
| | |||||
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -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 Jobke | 2014-11-20 | 1 | -0/+32 |
| | | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d. | ||||
* | drop OC_Preferences::getUsers and getApps | Morris Jobke | 2014-11-20 | 1 | -32/+0 |
| | |||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -3/+3 |
| | | | | server container in \OC_DB | ||||
* | port of #9500 | Arthur Schiwon | 2014-07-08 | 1 | -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 setValue | Bjoern Schiessle | 2014-06-05 | 1 | -14/+26 |
| | |||||
* | Hack around oracle for CLOB fields | Joas Schilling | 2014-06-05 | 1 | -1/+9 |
| | |||||
* | Add method to get users by their preference | Joas Schilling | 2014-06-05 | 1 | -0/+22 |
| | |||||
* | Correctly create list of placeholders | Joas Schilling | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Move return to new line | Joas Schilling | 2014-05-21 | 1 | -1/+3 |
| | |||||
* | Add a method to get the values for multiple users to OC\Preferences | Joas Schilling | 2014-05-21 | 1 | -0/+35 |
| | |||||
* | 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 | ||||
* | remove some unneeded isset's | Robin Appelman | 2014-02-18 | 1 | -5/+3 |
| | |||||
* | Fix some phpdoc | Robin Appelman | 2014-02-18 | 1 | -1/+9 |
| | |||||
* | Add caching to OC\Preferences | Robin Appelman | 2014-02-18 | 1 | -37/+80 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+232 |
Conflicts: lib/private/vcategories.php |