summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-44/+37
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove space between switch case and colonChristoph Wurst2020-04-091-3/+3
* Fix multiline commentsChristoph Wurst2020-04-081-33/+33
* Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-7/+7
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-1/+1
* Update license headersChristoph Wurst2019-12-053-6/+14
* Always return overwritehost if configuredJulius Härtl2019-11-281-0/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+4
* Remove duplicate codeDaniel Kesselberg2019-10-081-5/+1
* Handle throwables in the http dispatcherJulius Härtl2019-08-291-0/+4
* Remove duplicate functionalityb108@volgograd2019-01-201-5/+1
* Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-2/+8
* Merge pull request #12036 from olivermg/masterMorris Jobke2018-10-301-1/+39
|\
| * Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-1/+39
* | Add REMOTE_ADDR to getHeaderDaniel Kesselberg2018-10-251-2/+6
|/
* ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
* Fix commentsRoeland Jago Douma2018-02-221-2/+2
* Fix proper typesRoeland Jago Douma2018-02-221-2/+10
* Make Request strictRoeland Jago Douma2018-02-221-53/+59
* Fix testsRoeland Jago Douma2018-02-211-3/+0
* Make AppFramework/Http/Dispatcher strictRoeland Jago Douma2018-02-211-8/+16
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-3/+2
* Also check for empty content lenthRoeland Jago Douma2017-12-141-0/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-063-0/+5
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-1/+1
* If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* Add IPv6 to “localhost” regex (#440)coderkun2017-05-141-1/+1
* Use constantsJoas Schilling2017-04-131-1/+1
* Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-121-1/+2
* Don't try to parse empty body if there is no bodyRoeland Jago Douma2017-04-041-0/+2
* dont require strict same site cookies for ocs requestsRoeland Jago Douma2017-03-091-0/+3
* Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
* oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
* Harden cookies more appropriateLukas Reschke2016-11-231-2/+31
* allow passing a stream to StreamResponseRobin Appelman2016-11-161-2/+7
* Identify Chromium as ChromeJoas Schilling2016-10-261-1/+1
* Merge pull request #797 from nextcloud/only-match-for-auth-cookieJoas Schilling2016-08-311-2/+15
|\
| * Match only for actual session cookieLukas Reschke2016-08-091-2/+15
* | Remove reading PATH_INFO from server variableLukas Reschke2016-08-191-4/+0
* | Remove IE_8 user agent stringRoeland Jago Douma2016-08-161-1/+0
|/
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-213-6/+9
|\
| * Update with robinJoas Schilling2016-07-211-1/+1
| * Fix othersJoas Schilling2016-07-213-5/+8
* | AppFramework do not get default responseRoeland Jago Douma2016-07-201-2/+6
|/
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+40