aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-20/+20
* fix: Support Safari mobileFerdinand Thiessen2024-08-211-0/+1
* fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checksprovokateurin2024-07-251-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-244-108/+12
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-6/+6
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-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
|/
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-5/+5
* enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-241-1/+21
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-13/+13
* 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-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