aboutsummaryrefslogtreecommitdiffstats
path: root/includes/session
Commit message (Expand)AuthorAgeFilesLines
* Use GrantsInfo and GrantsLocalization instead of MWGrantsAlexander Vorwerk2022-07-101-1/+1
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-1/+1
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-8/+4
* Avoid passing null to strcasecmp(), for PHP 8.1Sam Wilson2022-06-111-3/+3
* Revert "Tombstone the old session on SessionBackend::resetId()"Gergő Tisza2022-05-312-68/+11
* SessionManage: Do not save when creating empty sessionGergő Tisza2022-05-301-3/+9
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-242-2/+4
* Merge "Tombstone the old session on SessionBackend::resetId()"jenkins-bot2022-05-242-8/+59
|\
| * Tombstone the old session on SessionBackend::resetId()Gergő Tisza2022-05-242-8/+59
* | SessionManager: stop storing an ObjectFactory instanceAlexander Vorwerk2022-05-161-8/+3
|/
* Address deprecations for php8.1 and REL1_38Mark A. Hershberger2022-04-301-0/+6
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-264-22/+30
* TempUser UI tweaksTim Starling2022-04-261-1/+5
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-134-6/+13
* BotPasswordSessionProvider: inject GrantsInfoAlexander Vorwerk2022-04-121-3/+9
* Type hints for ArrayAccess and JsonSerializableAryeh Gregor2022-04-111-3/+4
* Use name constants to access config settings.daniel2022-04-071-1/+1
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+3
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* Use UserRigorOptions directlyTim Starling2022-03-252-4/+4
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+2
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+2
* Merge "Use updated ObjectFactory namespace"jenkins-bot2022-03-121-1/+1
|\
| * Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* | Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
|/
* Add explicit casts between scalar typesUmherirrender2022-03-012-2/+2
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Apply ReturnTypeWillChange to various implementations of built in interfacesReedy2022-01-251-0/+6
* Pass a service container to ObjectFactory in SessionManagerAlexander Vorwerk2022-01-211-2/+7
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-6/+9
* Fix typos in comments (S)Siddharth VP2022-01-091-2/+2
* Add entry point name to disabled Session exception if possibleAmmarpad2021-12-081-2/+4
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-192-4/+3
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-6/+6
* build: Updating dependencieslibraryupgrader2021-07-224-7/+7
* Merge "Move CRSF token generation to CsrfTokenSet"jenkins-bot2021-06-214-1/+167
|\
| * Move CRSF token generation to CsrfTokenSetPetr Pchelko2021-06-184-1/+167
* | Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
|/
* Merge "Use null coalecing operators everywhere consistenctly."jenkins-bot2021-06-041-1/+1
|\
| * Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* | Edit the documentation of SessionProvider, AbstractAuthenticationProvider::initvladshapik2021-06-021-1/+2
|/
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-312-2/+4
* Merge "Remove unused default values from class properties"jenkins-bot2021-05-132-4/+4
|\
| * Remove unused default values from class propertiesThiemo Kreuz2021-05-122-4/+4
* | Hard deprecate the setters of SessionProvider classvladshapik2021-05-121-5/+5
|/
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-052-4/+2
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-042-2/+4
* Create an initialization method in the SessionProvider classvladshapik2021-05-045-34/+121