aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Request
Commit message (Expand)AuthorAgeFilesLines
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-1/+1
* WebRequest: Add PHP return type hint for getRawValFomafix2024-10-101-1/+1
* WebRequest: Deprecate parameter $default in getRawValFomafix2024-10-031-8/+5
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-143-0/+6
* Merge "Use type declaration for class properties holding type hinted arguments"jenkins-bot2024-09-121-1/+1
|\
| * Use type declaration for class properties holding type hinted argumentsUmherirrender2024-09-111-1/+1
* | Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-2/+2
|/
* Merge "Remove wfRemoveDotSegments, deprecated since 1.39"jenkins-bot2024-09-061-1/+2
|\
| * Remove wfRemoveDotSegments, deprecated since 1.39Ebrahim Byagowi2024-09-061-1/+2
* | Hard deprecating wfGetServerUrlEbrahim Byagowi2024-09-061-1/+1
|/
* Request: Docs should be in line with property typehintDerick Alangi2024-07-241-1/+1
* Replace deprecated url functions in WebRequestWMDE-Fisch2024-05-041-2/+3
* Merge "namespace MWDebug"jenkins-bot2024-05-031-1/+1
|\
| * namespace MWDebugAmir Sarabadani2024-05-031-1/+1
* | WebRequest: Gracefully handle array values in getCookie()Máté Szabó2024-05-021-0/+7
|/
* Merge "WebRequest: improve documentation"jenkins-bot2024-04-081-38/+45
|\
| * WebRequest: improve documentationNovem Linguae2024-04-081-38/+45
* | Merge "Introduce entry point classes for media files."jenkins-bot2024-04-031-1/+1
|\ \
| * | Introduce entry point classes for media files.daniel2024-03-301-1/+1
* | | WebRequest: detectServer appends default ports that should be omittedRobert Timm2024-03-281-1/+1
* | | Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-1/+1
* | | Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-1911-33/+11
|/ /
* | build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-2/+3
* | Update name & email for bvibberBrooke Vibber2024-02-083-3/+3
* | Merge "WebRequest: Remove 'deprecated' mark from unstable Telemetry pointer"jenkins-bot2024-02-071-2/+0
|\ \
| * | WebRequest: Remove 'deprecated' mark from unstable Telemetry pointerTimo Tijhof2024-02-071-2/+0
* | | Stop using $wgUseSameSiteLegacyCookiesTim Starling2024-02-062-29/+6
* | | WebRequest: Fix default for backwards compatTaavi Väänänen2024-02-061-1/+1
|/ /
* | Merge "entrypoint: Isolate entry points from PHP runtime for testing"jenkins-bot2024-02-024-37/+111
|\ \
| * | entrypoint: Isolate entry points from PHP runtime for testingdaniel2024-02-024-37/+111
| |/
* / Drop deprecated config $wgAllowImageTagAmir Sarabadani2024-01-301-1/+0
|/
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* Merge "ContentSecurityPolicy: Expose directives"jenkins-bot2023-11-151-19/+21
|\
| * ContentSecurityPolicy: Expose directivesGergő Tisza2023-11-141-19/+21
* | WebRequest: Fix PHP 8.1 deprecations in getFuzzyBool()Máté Szabó2023-11-131-2/+6
|/
* Request: Deprecate methods in WebRequest classDerick Alangi2023-10-031-0/+6
* Add first batch of taint-check annotationsDaimona Eaytoy2023-09-231-6/+25
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-212-2/+2
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-1/+1
* http: HeaderCallback should inject all telemetry headersPiotr Miazga2023-09-141-3/+6
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-115-6/+1472
* Follow-up 9743136: Add in-code comment on alias for when it was addedJames D. Forrester2023-08-291-0/+3
* Follow-up 7690ab4: Add in-code comment on alias for when it was addedJames D. Forrester2023-08-281-0/+3
* Follow-up bc1af1a: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-282-0/+6
* Follow-up bbe704b: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-285-0/+15
* Follow-up bfedab2: Add in-code comment on alias for when it was addedJames D. Forrester2023-08-281-0/+3
* Merge "ResourceLoader: Remove support for CSP nonce"jenkins-bot2023-08-101-45/+27
|\
| * ResourceLoader: Remove support for CSP nonceTimo Tijhof2023-08-091-45/+27
* | Merge "http: Propagate `tracestate` and `traceparent` headers"jenkins-bot2023-08-081-0/+3
|\ \ | |/ |/|
| * http: Propagate `tracestate` and `traceparent` headersPiotr Miazga2023-08-071-0/+3