aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/Request.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-3/+3
* fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-081-1/+1
* fix(CS): Fix coding styleJoas Schilling2024-02-141-1/+1
* fix(request): Fix regex handling and coding-styleJoas Schilling2024-02-131-5/+4
* fix(request): Handle reverse proxy setting a port in Forwarded-ForMikael Peigney2024-02-131-4/+10
* chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-061-0/+1
* Merge pull request #42794 from nextcloud/fix/invalid-trusted-proxiesFerdinand Thiessen2024-01-291-1/+8
|\
| * fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-271-1/+8
* | code style: ommited space, reverted [code review]Pavel Kryl2024-01-271-1/+1
* | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-271-6/+4
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-2/+8
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-6/+2
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-9/+9
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-7/+7
* fix: Only get params from PUT content if possibleJulius Härtl2023-02-031-6/+12
* composer run cs:fixCôme Chilliet2023-01-201-1/+1
* Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-201-2/+3
|\
| * Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-191-2/+1
| |\
| * | Move JSON content type regex to IRequest and make it a constStanimir Bozhilov2022-12-081-4/+1
| * | Fix the JSON content type regex to match all MIME typesStanimir Bozhilov2022-09-261-1/+1
| * | Type hint JSON content type regex and use preg_match lessStanimir Bozhilov2022-09-221-4/+4
| * | Use regex for all JSON-related content typesStanimir Bozhilov2022-09-211-6/+7
| * | Treat application/json and application/scim+json in same if-blockStanimir Bozhilov2022-09-211-11/+3
| * | Add support for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+11
* | | Use strict typing in base.phpCôme Chilliet2022-12-191-17/+8
| |/ |/|
* | check if params given to API are really an arrayArtur Neumann2022-12-151-2/+1
|/
* 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