aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/setUploadLimit
Commit message (Collapse)AuthorAgeFilesLines
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* 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.