summaryrefslogtreecommitdiffstats
path: root/tests/lib/largefilehelpergetfilesize.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-98/+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
* Check if open_basedir is setLukas Reschke2014-12-111-0/+9
| | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-2/+2
|
* Test LargeFileHelperGetFileSize also with ascii only charactersJoas Schilling2014-11-061-18/+37
| | | | And skip the UTF8 names on Windows as they are not supported
* Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-2/+2
| | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405
* fixing cache routesClark Tomlinson2014-09-221-1/+2
|
* Typo: getFileSizeViaDOM -> getFileSizeViaCOMAndreas Fischer2014-05-291-1/+1
|
* Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-291-16/+16
|
* Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-291-0/+7
|
* Rename: LargeFileHelper -> LargeFileHelperGetFilesizeAndreas Fischer2014-05-291-0/+62