Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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 Schilling | 2016-05-19 | 1 | -2/+1 |
| | |||||
* | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 1 | -2/+2 |
| | |||||
* | fix tests | Robin Appelman | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+2 |
| | | | | Replaced with proper OCP calls | ||||
* | 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). | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Add test for special character during move | Robin Appelman | 2015-11-05 | 1 | -0/+48 |
| | |||||
* | fixing unit test - expected value change due to different size being stored ↵ | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | | | | in cache table | ||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -5/+2 |
| | |||||
* | SQLite autoincrement test | Vincent Petry | 2015-03-25 | 1 | -0/+13 |
| | |||||
* | Add test for backticks in path and etag | Joas Schilling | 2015-03-18 | 1 | -0/+22 |
| | |||||
* | Additional unit test for recursive remove | Robin Appelman | 2015-01-15 | 1 | -0/+19 |
| | |||||
* | Trim leading or trailing slashes in file cache paths | Vincent Petry | 2015-01-08 | 1 | -0/+36 |
| | |||||
* | Sort results to make sure assert work on consistent order | Vincent Petry | 2014-12-15 | 1 | -2/+6 |
| | |||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+57 |
| | |||||
* | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+4 |
| | |||||
* | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 1 | -4/+4 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -3/+7 |
| | |||||
* | Resolves cache tests failing if the directory length is longer than 64 | Clark Tomlinson | 2014-09-17 | 1 | -0/+4 |
| | |||||
* | w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ↵ | Jörn Friedrich Dreyer | 2014-09-08 | 1 | -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 test | Jörn Friedrich Dreyer | 2014-08-07 | 1 | -13/+28 |
| | |||||
* | make search case insensitive on postgres and oracle | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -0/+6 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix array access syntax for older PHP | Vincent Petry | 2014-01-17 | 1 | -2/+3 |
| | | | | There was a syntax error when running tests in PHP 5.3.10. | ||||
* | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-09 | 1 | -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 storage | Robin Appelman | 2013-11-12 | 1 | -14/+41 |
| | |||||
* | Add test for calculating size of newly empty folder | Michael Gapczynski | 2013-07-29 | 1 | -0/+5 |
| | |||||
* | graceful teardown of cache | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -0/+27 |
|\ | |||||
| * | New tests to assure that a move will not affect another users cache entries | Roland Hager | 2013-05-22 | 1 | -0/+27 |
| | | | | | | | | Added a second storage and cache Object to simulate a second user. | ||||
* | | improved tests to check if database layer normalize folder names | Florin Peter | 2013-05-25 | 1 | -11/+29 |
| | | |||||
* | | changed tests for using new normalizer | Florin Peter | 2013-05-24 | 1 | -2/+2 |
| | | |||||
* | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 1 | -0/+67 |
|/ | |||||
* | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -4/+5 |
|\ | |||||
| * | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-04-19 | 1 | -3/+4 |
| | | | | | | | | folder | ||||
* | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 1 | -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 database | Robin Appelman | 2013-02-15 | 1 | -0/+15 |
| | | |||||
* | | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 1 | -0/+18 |
|/ | |||||
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+7 |
| | |||||
* | Cache: port test cases to PHPUnit | Robin Appelman | 2013-01-26 | 1 | -21/+21 |
| | |||||
* | fix cache behaviour for non existing files | Robin Appelman | 2012-12-11 | 1 | -0/+5 |
| | |||||
* | add Cache->getIncomplete for use in background scanning | Robin Appelman | 2012-11-22 | 1 | -0/+17 |
| | |||||
* | add Cache::move | Robin Appelman | 2012-11-02 | 1 | -0/+26 |
| | |||||
* | delete child entries when a folder gets removed from cache | Robin Appelman | 2012-10-27 | 1 | -1/+5 |
| | |||||
* | add a way to recalucale the size of a folder in the cache | Robin Appelman | 2012-10-27 | 1 | -0/+11 |
| | |||||
* | add searchByMime to new cache api | Robin Appelman | 2012-10-27 | 1 | -0/+3 |
| | |||||
* | add search to the filecache api | Robin Appelman | 2012-10-26 | 1 | -0/+20 |
| | |||||
* | add Cache::getStatus | Robin Appelman | 2012-10-08 | 1 | -0/+10 |
| | |||||
* | make filestorage scanner non-static and add a simple test case | Robin Appelman | 2012-10-03 | 1 | -0/+1 |
| |