Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 9 | -2150/+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 | 2 | -2/+33 |
| | |||||
* | fix tests | Robin Appelman | 2016-01-14 | 2 | -2/+4 |
| | |||||
* | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 2 | -2/+6 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 2 | -2/+2 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -137/+0 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 2 | -0/+14 |
| | | | | Adding more DB groups to test suits | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 7 | -0/+49 |
| | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -30/+11 |
| | |||||
* | update tests | Robin Appelman | 2015-11-19 | 1 | -37/+10 |
| | |||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -0/+33 |
| | | | | this replaces shared etag propagation | ||||
* | Add test for special character during move | Robin Appelman | 2015-11-05 | 1 | -0/+48 |
| | |||||
* | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 1 | -0/+41 |
| | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | Add tests for double cache rename | Robin Appelman | 2015-10-16 | 1 | -0/+18 |
| | |||||
* | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+23 |
| | |||||
* | Fix watcher tests to explicitly set policy | Vincent Petry | 2015-07-29 | 1 | -0/+3 |
| | |||||
* | Get correct mimetype when moving and changing extension | Vincent Petry | 2015-05-21 | 1 | -7/+19 |
| | | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension. | ||||
* | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 1 | -0/+74 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 3 | -22/+6 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | fixing unit test - expected value change due to different size being stored ↵ | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | | | | in cache table | ||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -11/+0 |
| | |||||
* | 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 |
| | |||||
* | add some tests for disabled updater | Robin Appelman | 2015-02-27 | 1 | -0/+30 |
| | |||||
* | update test | Robin Appelman | 2015-02-13 | 1 | -0/+2 |
| | |||||
* | Dont lower the mtime of a folder when propagating changes | Robin Appelman | 2015-02-13 | 1 | -2/+25 |
| | |||||
* | 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 |
| | |||||
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Add storage and cache wrappers to apply a permissions mask to a storage | Robin Appelman | 2014-11-27 | 1 | -0/+94 |
| | |||||
* | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 2 | -4/+71 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 7 | -16/+32 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 3 | -5/+34 |
| | |||||
* | 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̡͝ | ||||
* | remove unstable test | Robin Appelman | 2014-09-05 | 1 | -1/+0 |
| | |||||
* | Fix unit test | Robin Appelman | 2014-09-05 | 1 | -1/+0 |
| | |||||
* | Improve unit tests for Cache\Updater | Robin Appelman | 2014-09-05 | 2 | -281/+416 |
| | |||||
* | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #8968 from owncloud/scanner-parent-repair | Vincent Petry | 2014-06-12 | 1 | -2/+49 |
|\ | | | | | Repair broken parent link in the scanner | ||||
| * | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -2/+49 |
| | | |||||
* | | Use assertNotSame when checking etags | Vincent Petry | 2014-06-11 | 1 | -3/+3 |
|/ | | | | | Sometimes etags contain a "e" character which makes PHP believe it's a number and make the tests fail |