summaryrefslogtreecommitdiffstats
path: root/tests/lib/allconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* FIx lib/ a-dJoas Schilling2016-05-191-419/+0
|
* Introduce IDBConnection::setValues()Robin McCorkell2016-01-181-20/+2
| | | | | setValues() attempts to insert a new row, or failing that, update an existing row. The ability to set preconditions is also available.
* Inject Config into SystemConfigRoeland Jago Douma2015-12-181-4/+12
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-0/+3
| | | | | | | * this needs to be properly fixed by a proper organisation of the base.php * introduced fixDIInit() in AllConfig that moves the injection of DatabaseConnection to a later point in time * problems mostly because of the autoconfig setup
* introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-0/+85
|
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-0/+334
* 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