summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/externalstorage.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to PSR-4Joas Schilling2016-05-251-95/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+2
| | | | Adding more DB groups to test suits
* Update license headersJenkins for ownCloud2015-03-261-12/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+16
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-16/+13
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
|
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+0
| | | | take care of this
* fix testRobin Appelman2014-08-311-1/+3
|
* Fix unit testRobin Appelman2014-07-021-0/+1
|
* remove pointless require - we should kill all require_once like that in our ↵Thomas Müller2014-06-271-2/+0
| | | | tests
* Fix parsing of remote URL when mounting remote sharesVincent Petry2014-06-251-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.