summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/Request.php
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-101-34/+30
* 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-051-3/+9
* Always return overwritehost if configuredJulius Härtl2019-11-281-0/+5
* Remove duplicate codeDaniel Kesselberg2019-10-081-5/+1
* 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
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-3/+2
* Also check for empty content lenthRoeland Jago Douma2017-12-141-0/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* 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
* 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
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+40
* Copy the regexes to the public interfaceJoas Schilling2016-07-181-1/+11
* Update license headersLukas Reschke2016-05-261-1/+1
* Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-04-281-0/+3
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-0/+771