aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-152-11/+11
* 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-202-5/+2
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-1/+8
* 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-192-3/+2
| |\
| * | 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
| |/ |/|
* | Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-161-1/+1
|\ \
| * | fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-1/+1
| |/
* / 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-272-3/+3
* 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