summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/Request.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\