summaryrefslogtreecommitdiffstats
path: root/tests/data/setUploadLimit
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused php5 config from .htaccessMorris Jobke2019-03-041-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adding .well-known/webfingerMaxence Lange2018-10-101-0/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-202-0/+67
There was also a bug with checking the upper limit on the passed upload size. PHP does funny things with integer vs float comparisons, so our check didn't work. Now the check is much simpler, and ensures the value is sane.