aboutsummaryrefslogtreecommitdiffstats
path: root/includes/session/SessionBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-12/+5
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-6/+7
* build: Fix line indentsUmherirrender2024-03-111-20/+20
* Use UserFactory::newAnonymousUmherirrender2024-01-221-1/+3
* Allow setting page restrictions on BotPassword grantsSiddharth VP2023-12-051-0/+10
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-1/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-1/+1
* session: Do not save user token in non-database testsDaimona Eaytoy2023-08-261-0/+5
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Make it possible to override the session in REST API testsDaimona Eaytoy2023-02-061-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-7/+7
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-7/+7
* session: Remove unrealized claims about WRITE_SYNC requirementsTimo Tijhof2022-08-011-1/+0
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-1/+1
* Revert "Tombstone the old session on SessionBackend::resetId()"Gergő Tisza2022-05-311-41/+3
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-241-1/+2
* Tombstone the old session on SessionBackend::resetId()Gergő Tisza2022-05-241-3/+41
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Avoid using User::isValidUserName()ZabeMath2021-03-141-1/+3
* Merge "Use static closures where safe to use"jenkins-bot2021-02-141-1/+1
|\
| * Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | Call __toString explicitly when passing an object to the loggerGergő Tisza2021-02-121-21/+21
|/
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+0
* Deduplicate SessionBackend::logPersistenceChange callsGergő Tisza2020-10-081-4/+27
* Log when SessionManager is emitting cookiesGergő Tisza2020-10-071-0/+45
* Replace @protected tagdaniel2020-06-261-2/+2
* Use @internal instead of @private per policydaniel2020-06-261-5/+5
* Hooks::run() call site migrationTim Starling2020-05-301-2/+10
* Use AtEase::quietCall() instead of Wikimedia\quietCall()Derick Alangi2019-06-101-2/+3
* session: Fix missing return in SessionBackend::resetId()Kunal Mehta2019-03-231-0/+2
* Add @var to class properties to clarify typesUmherirrender2019-03-081-0/+19
* Remove duplicated article usagespetarpetkovic2018-08-091-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Update MediaWiki\quietCall() -> Wikimedia\quietCall()Reedy2018-02-101-2/+2
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* session: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-231-4/+4
* Use namespaced ScopedCallbackKunal Mehta2016-10-171-3/+3
* Make SessionBackend::save() update the user post-sendAaron Schulz2016-10-121-1/+5
* Merge "Expand SessionManager / AuthManager documentation"jenkins-bot2016-08-301-2/+8
|\
| * Expand SessionManager / AuthManager documentationGergő Tisza2016-08-301-2/+8
* | Set the WRITE_SYNC flag for SessionBackend writesAaron Schulz2016-08-281-1/+3
|/
* SessionManager: Ignore Session object destruction during global shutdownBrad Jorsch2016-04-201-1/+12
* Change \\ to \ in phpdocGergő Tisza2016-04-081-4/+4
* Unpersist the session on logoutBrad Jorsch2016-02-291-8/+45