Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
| | | | | take care of this | ||||
* | fix test | Robin Appelman | 2014-08-31 | 1 | -1/+3 |
| | |||||
* | Fix unit test | Robin Appelman | 2014-07-02 | 1 | -0/+1 |
| | |||||
* | remove pointless require - we should kill all require_once like that in our ↵ | Thomas Müller | 2014-06-27 | 1 | -2/+0 |
| | | | | tests | ||||
* | Fix parsing of remote URL when mounting remote shares | Vincent Petry | 2014-06-25 | 1 | -0/+91 |
This fix allows for having the remote ownCloud instance live in a subpath like "http://example.com/basedir/subdir/owncloud". Such URLs are now parsed correctly. Added unit test for URL parsing. |