Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phpdoc, strict and type hints | Robin Appelman | 2015-06-02 | 1 | -0/+7 |
| | |||||
* | call mount providers that are registered after the filesystem is setup | Robin Appelman | 2015-06-02 | 1 | -0/+35 |
| | |||||
* | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+10 |
| | |||||
* | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -7/+4 |
| | | | | | | Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php | ||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -10/+2 |
| | | | | | | | | | | 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. | ||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 1 | -0/+22 |
| | |||||
* | Simplify isValidPath and add unit tests | Lukas Reschke | 2015-01-10 | 1 | -0/+33 |
| | | | | | | The check for invalid paths is actually over-complicated and performed twice resulting in a performance penalty. Additionally, I decided to add unit-tests to that function. Part of https://github.com/owncloud/core/issues/13221 | ||||
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -6/+6 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | Add tests for absolute paths on windows | Joas Schilling | 2014-11-17 | 1 | -2/+32 |
| | |||||
* | Refactor tests to use a dataProvider method | Joas Schilling | 2014-11-17 | 1 | -62/+73 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -7/+14 |
| | |||||
* | Can't use assertInstanceOf on wrapped storage; use ↵ | ringmaster | 2014-06-04 | 1 | -5/+5 |
| | | | | assertTrue(instanceOfStorage() instead. | ||||
* | Added unit tests for external cache folder | Vincent Petry | 2014-03-24 | 1 | -0/+51 |
| | |||||
* | get rid of failing test that don't cause additional downloads | Robin Appelman | 2013-12-06 | 1 | -24/+24 |
| | |||||
* | Added missing test with leading backslash | Vincent Petry | 2013-11-14 | 1 | -0/+2 |
| | |||||
* | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-14 | 1 | -1/+54 |
| | | | | Now removing "/./" and trailing "/." from the paths when normalizing. | ||||
* | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 1 | -0/+64 |
| | | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage. | ||||
* | changed tests for using new normalizer | Florin Peter | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | uncomment failing calls to \OC\Files\Filesystem::file_put_contents | Thomas Mueller | 2013-02-05 | 1 | -3/+3 |
| | |||||
* | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ↵ | Robin Appelman | 2012-11-24 | 1 | -1/+1 |
| | | | | path without trailing slash | ||||
* | move filesystem test case | Robin Appelman | 2012-10-26 | 1 | -0/+110 |