aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebRequest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove WebRequest::checkSessionCookie() method as being deprecatedVictor Barbu2016-12-311-16/+0
* Merge "Cleanup some incorrect return annotations"jenkins-bot2016-12-161-1/+1
|\
| * Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* | Merge "Add <!DOCTYPE html> to HTML responses"jenkins-bot2016-12-161-0/+1
|\ \ | |/ |/|
| * Add <!DOCTYPE html> to HTML responsesFomafix2016-09-251-0/+1
* | Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-3/+3
|/
* Move IP::isConfigured/TrustedProxy() to ProxyLookup serviceKunal Mehta2016-09-211-3/+5
* WebRequest: Use getRawVal instead of getGPCVal where possibleTimo Tijhof2016-09-091-6/+7
* WebRequest: Add more unit testsTimo Tijhof2016-09-081-1/+6
* Merge "Expand SessionManager / AuthManager documentation"jenkins-bot2016-08-301-0/+3
|\
| * Expand SessionManager / AuthManager documentationGergő Tisza2016-08-301-0/+3
* | API: Use U+001F (Unit Separator) for separating multi-valued parametersBrad Jorsch2016-08-291-0/+26
|/
* WebRequest::getText(): Update more of the doc commentKevin Israel2016-07-211-2/+1
* Remove old Esperanto character conversion supportBrion Vibber2016-07-181-6/+3
* Avoid DBPerformance warnings on PURGE/TRACE requestsAaron Schulz2016-05-251-10/+24
* Add WebRequest methods for determining "safe" requestsAaron Schulz2016-05-101-2/+51
* Track which web request created a jobErik Bernhardson2016-04-131-5/+20
* Change \\ to \ in phpdocGergő Tisza2016-04-081-8/+10
* Provide a unique request identifierOri Livneh2016-03-251-0/+19
* Use header_register_callback to avoid caching responses with Set-Cookie headersBrad Jorsch2016-03-081-2/+13
* Unpersist the session on logoutBrad Jorsch2016-02-291-0/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-17/+17
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-15/+54
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-54/+15
* SessionManager: Kill getPersistedSessionId()Brad Jorsch2016-01-221-1/+3
* SessionManager: Change behavior of getSessionById()Brad Jorsch2016-01-201-1/+4
* Add SessionManagerBrad Jorsch2016-01-121-15/+49
* WebRequest::appendQuery*() functions no longer take $onlyqueryChad Horohoe2016-01-061-13/+4
* Remove WebRequest::appendQuery()Chad Horohoe2016-01-061-11/+0
* Merge "Documentation: Remove paragraph about not creating a 2nd WebRequest"jenkins-bot2016-01-051-5/+0
|\
| * Documentation: Remove paragraph about not creating a 2nd WebRequestwithoutaname2014-07-261-5/+0
* | Split WebRequest.php classesJustin Du2016-01-041-291/+0
* | Add @since tags to FauxRequest::getRequestURL()/setRequestURL()Reedy2015-12-201-0/+7
* | Remove .php5 entrypoints and $wgScriptExtensionOri Livneh2015-10-081-2/+1
* | Move WebRequestUpload class to its own fileTimo Tijhof2015-10-061-114/+0
* | WebRequest.php: Make lines shorter to make phpcs happierAmir E. Aharoni2015-09-261-2/+5
* | FauxRequest: Avoid header leakumherirrender2015-09-161-1/+8
* | Remove unused private methods in FauxRequestjeroendedauw2015-09-151-12/+0
* | FauxRequest: Add @since for new setHeaders and setCookie methodsTimo Tijhof2015-07-031-0/+3
* | Add cookies and improve headers in FauxRequestBrad Jorsch2015-07-021-3/+42
* | Make proxy behaviour of detectServer() configurableGilles Dubuc2015-06-221-1/+5
* | Allow limit and offset to be restricted in subclasses of QueryPage.phpdaniel2015-06-181-1/+1
* | HTTPS-ify links to Wikimedia's sites in MW core sourceAlex Monk2015-06-131-1/+1
* | Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* | WebRequest::getHeader: add optional flag to get back listOri Livneh2015-05-081-17/+27
* | Make WebRequest objects time-awareOri Livneh2015-04-011-3/+25
* | Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-1/+1
* | Fix HTTPS protocol detectionJaroslav Škarvada2015-01-161-2/+2
* | Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* | Merge "Don't rely on $wgTitle in WebRequest"jenkins-bot2014-10-021-6/+12
|\ \