summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/cache.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-678/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-191-2/+1
|
* Add fallback moveFromCache implementationRobin Appelman2016-01-291-2/+2
|
* fix testsRobin Appelman2016-01-141-1/+1
|
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-1/+2
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* Add test for special character during moveRobin Appelman2015-11-051-0/+48
|
* fixing unit test - expected value change due to different size being stored ↵Thomas Müller2015-04-071-1/+1
| | | | in cache table
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-5/+2
|
* SQLite autoincrement testVincent Petry2015-03-251-0/+13
|
* Add test for backticks in path and etagJoas Schilling2015-03-181-0/+22
|
* Additional unit test for recursive removeRobin Appelman2015-01-151-0/+19
|
* Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-0/+36
|
* Sort results to make sure assert work on consistent orderVincent Petry2014-12-151-2/+6
|
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+57
|
* Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+4
|
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-271-4/+4
|
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+7
|
* Resolves cache tests failing if the directory length is longer than 64Clark Tomlinson2014-09-171-0/+4
|
* w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ↵Jörn Friedrich Dreyer2014-09-081-0/+2
| | | | ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝
* add utf8 folder testJörn Friedrich Dreyer2014-08-071-13/+28
|
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-031-0/+6
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
| | | | * test case added to avoid adding them later
* Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
| | | | There was a syntax error when running tests in PHP 5.3.10.
* Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
| | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-14/+41
|
* Add test for calculating size of newly empty folderMichael Gapczynski2013-07-291-0/+5
|
* graceful teardown of cacheJörn Friedrich Dreyer2013-06-241-1/+3
|
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-0/+27
|\
| * New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
| | | | | | | | Added a second storage and cache Object to simulate a second user.
* | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
| |
* | changed tests for using new normalizerFlorin Peter2013-05-241-2/+2
| |
* | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
|/
* merge master into filecache_mtimeRobin Appelman2013-05-211-4/+5
|\
| * Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-04-191-3/+4
| | | | | | | | folder
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-2/+16
|\| | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php
| * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-0/+15
| |
* | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-0/+18
|/
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
|
* Cache: port test cases to PHPUnitRobin Appelman2013-01-261-21/+21
|
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-0/+5
|
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+17
|
* add Cache::moveRobin Appelman2012-11-021-0/+26
|
* delete child entries when a folder gets removed from cacheRobin Appelman2012-10-271-1/+5
|
* add a way to recalucale the size of a folder in the cacheRobin Appelman2012-10-271-0/+11
|
* add searchByMime to new cache apiRobin Appelman2012-10-271-0/+3
|
* add search to the filecache apiRobin Appelman2012-10-261-0/+20
|
* add Cache::getStatusRobin Appelman2012-10-081-0/+10
|
* make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-031-0/+1
|