aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests to config value typingCôme Chilliet2023-04-051-6/+6
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-152-2/+2
* composer run cs:fixCôme Chilliet2023-01-2010-10/+0
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-10/+19
* Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-193-21/+41
|\
| * Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-161-7/+14
| |\
| | * fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-7/+14
| * | check if params given to API are really an arrayArtur Neumann2022-12-151-2/+13
| |/
| * Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-151-12/+14
* | Fix the JSON content type regex to match all MIME typesStanimir Bozhilov2022-09-261-0/+91
* | Add unit tests for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+92
|/
* Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-0/+77
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-0/+2
* Remove at matcher uses in tests/libCôme Chilliet2022-06-161-98/+79
* Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-3/+3
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-223-165/+171
|\
| * Adjust and add unit testsJoas Schilling2022-02-233-165/+171
* | Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-091-0/+17
* | Fix testsJulius Härtl2022-02-281-7/+20
|/
* send request id in response headerRobin Appelman2022-02-012-1/+3
* Check style updateCarl Schwan2022-01-131-8/+8
* Fix DateTime constructor calls with nullCôme Chilliet2021-11-232-4/+4
* Escape filename in Content-DispositionLukas Reschke2021-06-021-11/+25
* Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-183-59/+59
* Remove deprecated OCSResponseRoeland Jago Douma2020-11-011-64/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Fix testsJoas Schilling2020-10-021-9/+46
* 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