aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/Request.php
Commit message (Expand)AuthorAgeFilesLines
* Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-30/+3
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Trying without the useCôme Chilliet2022-04-261-2/+1
* Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
* Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-231-18/+7
* Check style updateCarl Schwan2022-01-131-1/+1
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-2/+3
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Remove unused constantsLukas Reschke2021-05-251-13/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Merge pull request #24730 from J0WI/fix-trusted-ipv6Julius Härtl2020-12-211-1/+1
|\ \
| * | Fix IPv6 localhost regexJ0WI2020-12-161-1/+1
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/ /
* | Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-2/+2
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix PHPDoc of IRequest::getHeaderGeorg Ehrke2020-07-141-1/+1
* Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
* Update license headers for 19Christoph Wurst2020-04-291-2/+0
* 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