| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GrantsInfo and GrantsLocalization instead of MWGrants | Alexander Vorwerk | 2022-07-10 | 1 | -1/+1 |
* | Replace deprecated wfReadOnly/wfReadOnlyReason | Umherirrender | 2022-06-20 | 1 | -1/+1 |
* | Get rid of warnings on PHP 8.1 | Aryeh Gregor | 2022-06-13 | 1 | -8/+4 |
* | Avoid passing null to strcasecmp(), for PHP 8.1 | Sam Wilson | 2022-06-11 | 1 | -3/+3 |
* | Revert "Tombstone the old session on SessionBackend::resetId()" | Gergő Tisza | 2022-05-31 | 2 | -68/+11 |
* | SessionManage: Do not save when creating empty session | Gergő Tisza | 2022-05-30 | 1 | -3/+9 |
* | Get the MainConfig from MediaWikiServices instead of RequestContext | Umherirrender | 2022-05-24 | 2 | -2/+4 |
* | Merge "Tombstone the old session on SessionBackend::resetId()" | jenkins-bot | 2022-05-24 | 2 | -8/+59 |
|\ |
|
| * | Tombstone the old session on SessionBackend::resetId() | Gergő Tisza | 2022-05-24 | 2 | -8/+59 |
* | | SessionManager: stop storing an ObjectFactory instance | Alexander Vorwerk | 2022-05-16 | 1 | -8/+3 |
|/ |
|
* | Address deprecations for php8.1 and REL1_38 | Mark A. Hershberger | 2022-04-30 | 1 | -0/+6 |
* | Use MainConfigNames instead of string literals, #4 | Aryeh Gregor | 2022-04-26 | 4 | -22/+30 |
* | TempUser UI tweaks | Tim Starling | 2022-04-26 | 1 | -1/+5 |
* | Use MainConfigNames instead of string literals, #2 | Aryeh Gregor | 2022-04-13 | 4 | -6/+13 |
* | BotPasswordSessionProvider: inject GrantsInfo | Alexander Vorwerk | 2022-04-12 | 1 | -3/+9 |
* | Type hints for ArrayAccess and JsonSerializable | Aryeh Gregor | 2022-04-11 | 1 | -3/+4 |
* | Use name constants to access config settings. | daniel | 2022-04-07 | 1 | -1/+1 |
* | phan: Remove PhanPossiblyUndeclaredVariable suppression | Umherirrender | 2022-03-30 | 1 | -1/+3 |
* | phan: Remove PhanTypePossiblyInvalidDimOffset suppression | Umherirrender | 2022-03-28 | 1 | -0/+1 |
* | Use UserRigorOptions directly | Tim Starling | 2022-03-25 | 2 | -4/+4 |
* | phan: Disable null_casts_as_any_type setting | Umherirrender | 2022-03-21 | 2 | -0/+2 |
* | phan: Disable scalar_implicit_cast setting | Umherirrender | 2022-03-18 | 1 | -0/+2 |
* | Merge "Use updated ObjectFactory namespace" | jenkins-bot | 2022-03-12 | 1 | -1/+1 |
|\ |
|
| * | Use updated ObjectFactory namespace | Alexander Vorwerk | 2022-03-09 | 1 | -1/+1 |
* | | Fix various documentation related to scalar types | Umherirrender | 2022-03-09 | 1 | -1/+1 |
|/ |
|
* | Add explicit casts between scalar types | Umherirrender | 2022-03-01 | 2 | -2/+2 |
* | Replace some more usages of Wikimedia\(suppress|restore)Warnings() | Reedy | 2022-02-24 | 1 | -2/+3 |
* | Apply ReturnTypeWillChange to various implementations of built in interfaces | Reedy | 2022-01-25 | 1 | -0/+6 |
* | Pass a service container to ObjectFactory in SessionManager | Alexander Vorwerk | 2022-01-21 | 1 | -2/+7 |
* | Explicit cast TS_UNIX to int for arithmetic operations and int args | Umherirrender | 2022-01-11 | 1 | -2/+2 |
* | Refactor global variables to use MediaWikiServices instead | TChin | 2022-01-10 | 1 | -6/+9 |
* | Fix typos in comments (S) | Siddharth VP | 2022-01-09 | 1 | -2/+2 |
* | Add entry point name to disabled Session exception if possible | Ammarpad | 2021-12-08 | 1 | -2/+4 |
* | Remove or replace usages of "sane" | Reedy | 2021-11-22 | 1 | -1/+1 |
* | Remove or replace usages of "sanity" | Reedy | 2021-11-19 | 2 | -4/+3 |
* | Cleanup mixed space/tab line indent | Umherirrender | 2021-09-04 | 1 | -6/+6 |
* | build: Updating dependencies | libraryupgrader | 2021-07-22 | 4 | -7/+7 |
* | Merge "Move CRSF token generation to CsrfTokenSet" | jenkins-bot | 2021-06-21 | 4 | -1/+167 |
|\ |
|
| * | Move CRSF token generation to CsrfTokenSet | Petr Pchelko | 2021-06-18 | 4 | -1/+167 |
* | | Remove some more comments that literally repeat the code | Thiemo Kreuz | 2021-06-18 | 1 | -1/+1 |
|/ |
|
* | Merge "Use null coalecing operators everywhere consistenctly." | jenkins-bot | 2021-06-04 | 1 | -1/+1 |
|\ |
|
| * | Use null coalecing operators everywhere consistenctly. | Petr Pchelko | 2021-06-03 | 1 | -1/+1 |
* | | Edit the documentation of SessionProvider, AbstractAuthenticationProvider::init | vladshapik | 2021-06-02 | 1 | -1/+2 |
|/ |
|
* | Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl... | Vlad.shapik | 2021-05-31 | 2 | -2/+4 |
* | Merge "Remove unused default values from class properties" | jenkins-bot | 2021-05-13 | 2 | -4/+4 |
|\ |
|
| * | Remove unused default values from class properties | Thiemo Kreuz | 2021-05-12 | 2 | -4/+4 |
* | | Hard deprecate the setters of SessionProvider class | vladshapik | 2021-05-12 | 1 | -5/+5 |
|/ |
|
* | Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable... | Ppchelko | 2021-05-05 | 2 | -4/+2 |
* | Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName | vladshapik | 2021-05-04 | 2 | -2/+4 |
* | Create an initialization method in the SessionProvider class | vladshapik | 2021-05-04 | 5 | -34/+121 |