Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix namespace of tests/cache/ | Joas Schilling | 2016-05-18 | 1 | -172/+0 |
| | |||||
* | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 1 | -1/+3 |
| | |||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | Replace OC_Config in tests with IConfig calls | Morris Jobke | 2015-12-03 | 1 | -3/+4 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Test for chunk cache garbage collection | Vincent Petry | 2015-06-30 | 1 | -5/+89 |
| | |||||
* | fix unit test | Thomas Müller | 2015-06-05 | 1 | -29/+22 |
| | |||||
* | Bring back unit tests for \OC\Cache\File | Thomas Müller | 2015-06-05 | 1 | -0/+85 |
| | |||||
* | remove file cache classes and its tests | Arthur Schiwon | 2015-05-08 | 1 | -78/+0 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -6/+0 |
| | |||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+5 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -0/+11 |
| | |||||
* | fixing cache routes | Clark Tomlinson | 2014-09-22 | 1 | -3/+3 |
| | |||||
* | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 1 | -14/+16 |
| | | | | Refs #4863 | ||||
* | Cache Test: set datadir to temporary location, otherwise initmountpoints ↵ | Arthur Schiwon | 2013-06-03 | 1 | -2/+8 |
| | | | | will access to productive location | ||||
* | removed FileProxy from test | Florin Peter | 2013-05-15 | 1 | -5/+6 |
| | |||||
* | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | make sure we can do our tests again | Robin Appelman | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | use dummy user backend for oc_cache_file tests | Robin Appelman | 2012-07-23 | 1 | -6/+14 |
| | |||||
* | create a user for Test_Cache_File to allow unit tesing within ci | Thomas Mueller | 2012-07-23 | 1 | -1/+8 |
| | |||||
* | fix OC_Cache_File tests if encryption is not enabled | Robin Appelman | 2012-07-20 | 1 | -2/+4 |
| | |||||
* | make sure the filesystem is setup properly for oc_cache_file tests | Robin Appelman | 2012-06-30 | 1 | -0/+19 |
| | |||||
* | add XCache backend and testcases for OC_Cache | Robin Appelman | 2012-06-05 | 1 | -0/+27 |