aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* Merge "Handle null usernames in ThrottlePreAuthenticationProvider"jenkins-bot2021-06-281-2/+6
|\
| * Handle null usernames in ThrottlePreAuthenticationProviderLucas Werkmeister2021-06-021-2/+6
* | Remove AuthManager::$instance and ::resetCache()Alexander Vorwerk2021-06-201-18/+0
* | Remove AuthManager::singletonAlexander Vorwerk2021-06-181-11/+0
* | Edit the documentation of SessionProvider, AbstractAuthenticationProvider::initvladshapik2021-06-021-1/+3
|/
* Merge "Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isC...jenkins-bot2021-06-013-15/+17
|\
| * Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-313-15/+17
* | Hard deprecate the setters of AbstractAuthenticationProvider classvladshapik2021-05-311-21/+17
|/
* Add TransactionProfiler::silenceForScope()Gergő Tisza2021-05-161-4/+3
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Inject load balancers into some authentication providersDannyS7122021-05-103-17/+36
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-053-17/+15
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-043-15/+17
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-293-7/+7
* Move AuthManager::checkAccountCreatePermissions to Authority.Petr Pchelko2021-04-261-23/+16
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-267-30/+115
* Use WatchlistManager in auth classesCindy Cicalese2021-04-211-4/+11
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-2/+0
* Merge "Avoid using User::getBoolOption()"jenkins-bot2021-03-281-1/+4
|\
| * Avoid using User::getBoolOption()ZabeMath2021-03-271-1/+4
* | Update property documentationAmmarpad2021-03-171-3/+6
|/
* Make RememberMe authentication behavior configurable.Cindy Cicalese2021-03-142-10/+94
* Hard deprecate AuthManager::singletonZabe2021-03-071-1/+3
* Control whether a log is created when accounts are autocreatedHuji2021-03-041-3/+4
* Convert AuthManager to Authority: step 1.Petr Pchelko2021-02-221-18/+9
* Use static closures where safe to useUmherirrender2021-02-114-6/+6
* Fix display of Special:Preferences url in password reset emailReedy2020-12-231-1/+1
* Improve custom folding and groupingTim Starling2020-12-231-33/+31
* Fix doc on PasswordPrimaryAuthenticationProvider::getPasswordResetDataUmherirrender2020-11-301-3/+3
* Merge "Use injected PermissionManager in AuthManager service"jenkins-bot2020-10-301-3/+2
|\
| * Use injected PermissionManager in AuthManager serviceUmherirrender2020-10-291-3/+2
* | Inject BlockManager and BlockErrorFormatter into AuthManagerUmherirrender2020-10-301-7/+17
* | build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-37/+37
* | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-273-3/+0
|/
* Use UserNameUtils in AuthManagerUmherirrender2020-10-151-3/+10
* Inject ReadOnlyMode service into AuthManager serviceUmherirrender2020-10-131-7/+15
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-026-0/+18
|\
| * Document hook names in hook interfaces.daniel2020-09-276-0/+18
* | Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
|/
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-136-6/+6
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-136-6/+6
* | Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-1317-17/+17
|\ \
| * | Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-1317-17/+17
| |/
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-138-8/+8
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-138-8/+8
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-1317-63/+63
|/
* Mark methods in authentication base classes as stable for overriding.daniel2020-07-0817-0/+253
* Replace @protected tagdaniel2020-06-261-4/+5
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-306-17/+87