summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-1/+1
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-231-2/+2
* Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+28
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-2/+4
* Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-221-6/+13
|\
| * Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-6/+13
* | Fix unit test of the ResponseTestRoeland Jago Douma2020-06-211-3/+3
|/
* Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma2020-05-132-41/+1
|\
| * Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-132-41/+1
* | Fix http cache testClement Wong2020-05-121-1/+1
|/
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-43/+14
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-30/+30
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-32/+32
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-268-111/+111
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-73/+73
|/
* Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-0/+46
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-5/+26
* Mode to modern phpunitRoeland Jago Douma2019-11-277-26/+26
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2715-16/+16
* Some php-cs fixesRoeland Jago Douma2019-11-2215-31/+11
* Add testsRoeland Jago Douma2019-08-102-0/+266
* Add feature policy headerRoeland Jago Douma2019-08-102-1/+3
* Update CSP test cases to handle the new form-actionRoeland Jago Douma2019-07-311-58/+58
* Set empty CSP by defaultRoeland Jago Douma2019-04-162-3/+3
* Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-083-60/+60
* CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-073-61/+61
* Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-53/+90
* Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-0/+115
* Add report-uri to CSPRoeland Jago Douma2018-10-211-0/+15
* Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-143-59/+66
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+12
* Remove testcaseRoeland Jago Douma2018-03-051-1/+0
* Add test for PublicTemplateResponseJulius Härtl2018-02-271-0/+84
* Fix proper typesRoeland Jago Douma2018-02-221-1/+1
* Fix testsRoeland Jago Douma2018-02-211-12/+16
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-1/+0
* Remove deprecated core APIJoas Schilling2018-01-151-16/+3
* allow 'Nextcloud' in the user agent string of AndroidBjoern Schiessle2017-12-121-0/+14
* Use ::class in test mocksMorris Jobke2017-10-242-7/+8
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-2/+12
* Add CSP frame-ancestors supportThomas Citharel2017-09-151-0/+41
* Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-0/+5