Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -241/+0 |
| | | | | | | * 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 | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | port of #9500 | Arthur Schiwon | 2014-07-08 | 1 | -157/+62 |
| | | | | | | | | | | 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 | -13/+41 |
| | |||||
* | Sort the result before comparing | Joas Schilling | 2014-06-05 | 1 | -1/+3 |
| | |||||
* | Add method to get users by their preference | Joas Schilling | 2014-06-05 | 1 | -0/+16 |
| | |||||
* | Clean the database after the test | Joas Schilling | 2014-05-21 | 1 | -0/+4 |
| | |||||
* | Add a lot of users for testing | Joas Schilling | 2014-05-21 | 1 | -1/+15 |
| | |||||
* | Add test case for getValueForUsers() | Joas Schilling | 2014-05-21 | 1 | -0/+19 |
| | |||||
* | Add caching to OC\Preferences | Robin Appelman | 2014-02-18 | 1 | -52/+0 |
| | |||||
* | Remove all uses of numRows(). | Andreas Fischer | 2013-12-21 | 1 | -4/+4 |
| | |||||
* | Convert OC_Preference to object interface | Bart Visscher | 2013-09-19 | 1 | -0/+179 |
| | |||||
* | Proper WHERE – the table is called userid not user | kondou | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | Use setUpBeforeClass() and tearDownAfterClass() | kondou | 2013-08-06 | 1 | -6/+2 |
| | |||||
* | Clean up DB, after we're done with testing | kondou | 2013-08-06 | 1 | -0/+9 |
| | |||||
* | Add unittests | kondou | 2013-08-05 | 1 | -0/+121 |
Unittests for: - search/result - util - preferences |