summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Trying without the useCôme Chilliet2022-04-261-2/+1
* Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-222-18/+59
|\
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-232-18/+59
* | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-281-1/+10
|/
* Check style updateCarl Schwan2022-01-132-3/+3
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-2/+3
* Improve syntax error reportingCarl Schwan2021-09-211-1/+1
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-3/+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
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-7/+6
* 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-163-1/+3
|/ /
* | Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-2/+2
* | Remove the cookie paths for php<7.3Christoph Wurst2020-11-061-12/+8
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* | Fix testsJoas Schilling2020-10-021-2/+0
* | Log the number of queries built and executedJoas Schilling2020-09-251-1/+52
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* 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
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-2/+14
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-2/+1
* Update license headers for 19Christoph Wurst2020-04-292-2/+1
* 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