aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebRequest.php
Commit message (Expand)AuthorAgeFilesLines
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2023-06-291-2/+0
* Support CDN query parameter re-orderingOri Livneh2022-08-091-0/+47
* Remove WebRequest::checkUrlExtensionMatěj Suchánek2022-06-201-14/+0
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* WebRequest: Micro-optimise getIPTimo Tijhof2022-04-061-17/+13
* Add wiki-farm supportdaniel2022-04-011-3/+10
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+3
* Remove or replace usages of "sane"Reedy2021-11-221-1/+2
* WebRequest: Document getVal caveat and recommend getText or getRawValTimo Tijhof2021-08-231-36/+42
* Hard deprecate User::getIntOption()Alexander Vorwerk2021-08-111-3/+6
* Replace deprecated Language::getVariants in WebRequestUmherirrender2021-08-041-2/+4
* Setup: Restrict WebRequest::interpolateTitle() to index.php requestsTimo Tijhof2021-07-271-5/+0
* Merge "Create FauxRequestUpload to fake uploads in tests"jenkins-bot2021-05-151-6/+3
|\
| * Create FauxRequestUpload to fake uploads in testsUmherirrender2021-04-061-6/+3
* | Use some more neutral languageReedy2021-04-181-2/+2
|/
* Merge "WebRequest: Document magic argument on WebRequest::getValues"jenkins-bot2021-02-111-5/+4
|\
| * WebRequest: Document magic argument on WebRequest::getValuesUmherirrender2021-02-111-5/+4
* | Merge "WebRequest: Radically simplify getRequestId() method"jenkins-bot2021-02-041-9/+8
|\ \
| * | WebRequest: Radically simplify getRequestId() methodTimo Tijhof2021-02-011-9/+8
| |/
* / WebRequest: Make internal getPathInfo() no longer publicTimo Tijhof2021-02-031-3/+4
|/
* Update wikimedia/ip-utils from 1.0.0 to 3.0.1Reedy2021-01-261-2/+28
* Improve docs in WebRequest/WebRequestUploadUmherirrender2020-12-211-9/+10
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+0
* Remove hard deprecated WebRequest::getLimitOffsetDannyS7122020-08-211-16/+0
* Make WebRequest::getAcceptLang() return floats instead of stringsThiemo Kreuz2020-07-141-3/+13
* GlobalFunctions,WebRequest: Remove use of AtEase for parse_url()Timo Tijhof2020-07-081-3/+0
* Support SameSite=None cookiesTim Starling2020-07-071-1/+34
* Use @internal instead of @private per policydaniel2020-06-261-3/+3
* WebRequest: Rewrite language handling in getAcceptLang()Umherirrender2020-06-201-25/+21
* Remove unneeded null check from WebRequest::normalizeUnicodeUmherirrender2020-06-161-2/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+0
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-1/+1
* WebRequest & RequestFromGlobals: get HTTP headers in one wayPablo Grass2020-04-031-15/+1
* Stop using SCRIPT_NAME where possible, rely on statically configured routingTim Starling2020-04-011-9/+29
* WebRequest: Avoid unused wfRandomString() callTimo Tijhof2020-03-241-11/+8
* Document that WebRequest::getRawIP() can also return nullReedy2020-03-211-1/+1
* Hard deprecate WebRequest::getLimitOffsetDannyS7122020-02-201-1/+2
* Add WebRequest::getLimitOffsetForUser to replace ::getLimitOffsetDannyS7122020-02-191-4/+18
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Use namespaced IPUtils classKunal Mehta2020-01-011-6/+7
* Set method visibility in some classesUmherirrender2019-12-051-1/+1
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-52/+5
* WebRequest: Update comment with a TODO now that HHVM is goneJames D. Forrester2019-10-101-1/+4
* Setup: Move wgArticlePath validation to its main consumer (PathRouter)Timo Tijhof2019-09-251-0/+3
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+1
* Merge "Stop mangling $_GET and provide WebRequest::getQueryValuesOnly()"jenkins-bot2019-09-061-5/+39
|\
| * Stop mangling $_GET and provide WebRequest::getQueryValuesOnly()Tim Starling2019-09-051-5/+39