| Commit message (Expand) | Author | Age | Files | Lines |
* | Import InvalidArgumentException at top of the source | Ebrahim Byagowi | 2024-05-19 | 1 | -4/+5 |
* | build: Fix line indents | Umherirrender | 2024-03-11 | 1 | -3/+3 |
* | Stop using $wgUseSameSiteLegacyCookies | Tim Starling | 2024-02-06 | 1 | -9/+1 |
* | Remove unnecessary namespace qualifiers in CookieSessionProvider | Doğu Abaris | 2024-01-31 | 1 | -2/+2 |
* | Namespace User under \MediaWiki\User | James D. Forrester | 2023-09-19 | 1 | -1/+1 |
* | Reorg: Move WebRequest to includes\Request | Amir Sarabadani | 2023-09-11 | 1 | -3/+3 |
* | Drop more unused hard deprecated hooks | Amir Sarabadani | 2022-12-01 | 1 | -19/+0 |
* | Revert "Reorg: Move some of request related classes to MediaWiki/Request" | Zabe | 2022-10-27 | 1 | -4/+4 |
* | Reorg: Move some of request related classes to MediaWiki/Request | Amir Sarabadani | 2022-10-26 | 1 | -4/+4 |
* | Use short array destructuring instead of list() | Tim Starling | 2022-10-21 | 1 | -1/+1 |
* | Avoid passing null to strcasecmp(), for PHP 8.1 | Sam Wilson | 2022-06-11 | 1 | -3/+3 |
* | Use MainConfigNames instead of string literals, #4 | Aryeh Gregor | 2022-04-26 | 1 | -13/+17 |
* | TempUser UI tweaks | Tim Starling | 2022-04-26 | 1 | -1/+5 |
* | Use UserRigorOptions directly | Tim Starling | 2022-03-25 | 1 | -2/+2 |
* | Add explicit casts between scalar types | Umherirrender | 2022-03-01 | 1 | -1/+1 |
* | Remove or replace usages of "sanity" | Reedy | 2021-11-19 | 1 | -1/+0 |
* | Cleanup mixed space/tab line indent | Umherirrender | 2021-09-04 | 1 | -6/+6 |
* | Remove some more comments that literally repeat the code | Thiemo Kreuz | 2021-06-18 | 1 | -1/+1 |
* | Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl... | Vlad.shapik | 2021-05-31 | 1 | -1/+2 |
* | Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable... | Ppchelko | 2021-05-05 | 1 | -2/+1 |
* | Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName | vladshapik | 2021-05-04 | 1 | -1/+2 |
* | Create an initialization method in the SessionProvider class | vladshapik | 2021-05-04 | 1 | -17/+14 |
* | Remove documentation that literally repeats the code | Thiemo Kreuz | 2020-10-27 | 1 | -1/+0 |
* | Support SameSite=None cookies | Tim Starling | 2020-07-07 | 1 | -1/+12 |
* | Introduce $wgForceHTTPS | Tim Starling | 2020-06-30 | 1 | -6/+9 |
* | Hooks::run() call site migration | Tim Starling | 2020-05-30 | 1 | -1/+1 |
* | Actually deprecate the UserSetCookies | James D. Forrester | 2020-05-11 | 1 | -1/+1 |
* | Use PHP71 nullable type in setForceHTTPSCookie | Daimona Eaytoy | 2019-10-10 | 1 | -4/+1 |
* | Unsuppress PhanParamReqAfterOpt, use PHP71 nullable types | Daimona Eaytoy | 2019-10-10 | 1 | -0/+1 |
* | Add @var to class properties to clarify types | Umherirrender | 2019-03-08 | 1 | -0/+3 |
* | Fix PhanTypeMismatchDeclaredParam | Umherirrender | 2018-07-07 | 1 | -1/+1 |
* | Use short type bool/int in param documentation | Umherirrender | 2017-08-20 | 1 | -1/+1 |
* | Extended login: Don't use a $wg config variable, add UserName | Matthew Flaschen | 2016-06-23 | 1 | -9/+29 |
* | Add SessionProvider::getRememberUserDuration(), fix some durations | Gergő Tisza | 2016-05-14 | 1 | -10/+30 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -38/+38 |
* | CookieSessionProvider: It's persisted if we have a 'Token' cookie | Brad Jorsch | 2016-02-16 | 1 | -0/+1 |
* | Fix invalid key warning in CookieSessionProvider error handling code | Gergő Tisza | 2016-02-11 | 1 | -6/+6 |
* | Update session log messages | Bryan Davis | 2016-02-06 | 1 | -0/+26 |
* | Revert "Remove SessionManager, temporarily" | Brad Jorsch | 2016-02-03 | 1 | -0/+372 |
* | Remove SessionManager, temporarily | Brad Jorsch | 2016-02-01 | 1 | -372/+0 |
* | Close a loophole in CookieSessionProvider | Brad Jorsch | 2016-01-31 | 1 | -11/+15 |
* | Use $wgSecureCookie to decide whether to actually mark secure cookies as 'sec... | Brad Jorsch | 2016-01-25 | 1 | -1/+4 |
* | SessionManager: Abstract forceHTTPS cookie setting | Brad Jorsch | 2016-01-25 | 1 | -5/+24 |
* | Move avoidance of setting deleted cookies into WebResponse | Brad Jorsch | 2016-01-25 | 1 | -22/+6 |
* | Only delete cookies which are actually set | Gergő Tisza | 2016-01-22 | 1 | -6/+22 |
* | Ignore auth cookies with value 'deleted' | Gergő Tisza | 2016-01-22 | 1 | -8/+30 |
* | Add SessionManager | Brad Jorsch | 2016-01-12 | 1 | -0/+324 |