Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added unit test for the helper's rmdirr | Vincent Petry | 2014-06-23 | 1 | -0/+24 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -10/+10 |
| | | | | * test case added to avoid adding them later | ||||
* | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 1 | -4/+4 |
| | |||||
* | Merge pull request #8223 from owncloud/fix_linkToPublic | Vincent Petry | 2014-05-07 | 1 | -0/+175 |
|\ | | | | | Fix linkToPublic and linkToAbsolute. | ||||
| * | Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase | Thomas Tanghus | 2014-04-16 | 1 | -0/+175 |
| | | |||||
* | | Merge pull request #8023 from flyser/master | Morris Jobke | 2014-05-03 | 1 | -0/+22 |
|\ \ | | | | | | | Fix setting the max-upload-size for really large values. | ||||
| * | | Add unit tests for OC_Helper::phpFileSize function | Fabian Henze | 2014-04-07 | 1 | -0/+22 |
| |/ | |||||
* / | White-list known secure mime types. Refs. #8184 | Thomas Tanghus | 2014-04-14 | 1 | -0/+12 |
|/ | |||||
* | Correctly round bytes when converted from human readable format | Vincent Petry | 2014-03-17 | 1 | -1/+3 |
| | | | | | Instead of leave two decimal places which is confusing, round the byte values correctly to the closest byte. | ||||
* | adding test for binary file to test \OC_Helper::streamCopy() | Thomas Mueller | 2013-11-04 | 1 | -0/+1 |
| | |||||
* | WIN: fixing unit test for testStreamCopy() | Thomas Mueller | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | streamCopy() should return proper structure. | Thomas Müller | 2013-10-14 | 1 | -0/+34 |
| | | | | Callers of streamCopy() expect an array to be returned containing count and result. | ||||
* | adding TB and GB to OC_Helper::humanFileSize | Thomas Müller | 2013-09-13 | 1 | -30/+32 |
| | |||||
* | Fix renaming using parenthesis | Bart Visscher | 2013-07-05 | 1 | -9/+27 |
| | |||||
* | Make buildNotExistingFileName testable and write unittests | Bart Visscher | 2013-07-05 | 1 | -0/+42 |
| | |||||
* | Basic tests for getFileNameMimeType | Robin Appelman | 2013-06-16 | 1 | -0/+9 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Use $SERVERROOT/tests/data for testGetMimeType | Bart Visscher | 2012-10-13 | 1 | -6/+7 |
| | |||||
* | Remove not reliable test | Lukas Reschke | 2012-10-13 | 1 | -5/+0 |
| | |||||
* | Some tests | Lukas Reschke | 2012-10-13 | 1 | -0/+144 |