aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* ButtonAuthenticationRequest: Add AllowDynamicProperties directiveJames D. Forrester2024-12-121-0/+1
* AuthManager: Add constants for callMethodOnProviders()Kevin Israel2024-10-181-40/+76
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-4/+4
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-275-7/+8
* auth: Add base class for TemporaryPasswordPrimaryAuthenticationProviderBartosz Dziewoński2024-09-162-419/+530
* Merge "auth: Disable irrelevant account creation fields for temp users"jenkins-bot2024-09-102-5/+16
|\
| * auth: Disable irrelevant account creation fields for temp usersMáté Szabó2024-09-102-5/+16
* | SUL3: Enable multiple auth providers to refresh "remember me" statusDerick Alangi2024-09-101-1/+16
|/
* auth: Pass canAlwaysAutocreate from session to pre-auth providersErik Bernhardson2024-09-064-0/+7
* auth: Add missing documentation to class propertiesUmherirrender2024-09-014-0/+4
* Merge "Revert "auth: Relax AuthManager session state check while cde00b55 is ...jenkins-bot2024-08-291-12/+3
|\
| * Revert "auth: Relax AuthManager session state check while cde00b55 is deployed"Gergő Tisza2024-08-291-12/+3
* | Merge "PasswordReset: remove $wgAllowRequiringEmailForResets feature flag"jenkins-bot2024-08-291-11/+1
|\ \
| * | PasswordReset: remove $wgAllowRequiringEmailForResets feature flagMusikAnimal2024-08-281-11/+1
* | | Merge "auth: Relax AuthManager session state check while cde00b55 is deployed"jenkins-bot2024-08-281-3/+12
|\ \ \ | |/ / |/| / | |/
| * auth: Relax AuthManager session state check while cde00b55 is deployedGergő Tisza2024-08-281-3/+12
* | auth: Fix documentation of AuthManagerVerifyAuthentication hookGergő Tisza2024-08-271-1/+1
|/
* auth: Add AuthManagerVerifyAuthentication hookGergő Tisza2024-08-262-31/+164
* auth: Add AuthManagerFilterProviders hookGergő Tisza2024-08-262-27/+144
* Clean up after I04932d84aa0b0b5939706f3905f0fe7700d81327Gergő Tisza2024-08-241-20/+9
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* deferred: pass $fname to MWCallableUpdate callbacks and improve commentsAaron Schulz2024-08-081-3/+3
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-102-2/+2
* AuthManager: Read from primary in account autocreationKosta Harlan2024-07-081-0/+5
* Introduce hook to preserve query params after authenticationDerick Alangi2024-07-081-0/+31
* Don't link temporary account and named account in newusers logDreamy Jazz2024-06-201-3/+3
* Use namespaced classes (2)Umherirrender2024-06-164-5/+9
* User objectCacheFactory methods not deprecated ObjectCache methodsWandji692024-06-063-6/+14
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-193-4/+8
* Namespace includes/passwordReedy2024-05-182-6/+6
* Merge "AuthManager: perform auto-creation as target user"jenkins-bot2024-05-041-2/+8
|\
| * AuthManager: perform auto-creation as target userxtex2024-05-031-2/+8
* | Merge "Formally deprecate code marked with @deprecated"jenkins-bot2024-05-041-1/+4
|\ \
| * | Formally deprecate code marked with @deprecatedJames D. Forrester2024-05-031-1/+4
| |/
* / AuthManager: Add setRequestContextUserFromSessionUser methodKosta Harlan2024-05-031-0/+30
|/
* Fix some line indentUmherirrender2024-04-201-1/+1
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-232-5/+5
* build: Fix line indentsUmherirrender2024-03-111-6/+6
* AuthManager: add creator to AuthManagerLoginAuthenticateAudit callsSergio Gimeno2024-03-052-7/+24
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-143-3/+3
* Namespace includes/contextJames D. Forrester2024-02-081-2/+3
* Merge "Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswor...jenkins-bot2024-02-051-1/+1
|\
| * Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswordLengthAmir Sarabadani2024-02-011-1/+1
* | AuthManager: Be consistent about the remember flag on autocreateGergő Tisza2024-02-051-2/+4
|/
* SessionProvider: add ability to declare maintenance usersErik Bernhardson2024-01-241-1/+2
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-236-18/+21
* Introduce DBAccessObjectUtils::getDBFromRecency()Amir Sarabadani2024-01-192-4/+2
* Merge "rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtils"jenkins-bot2024-01-152-4/+4
|\
| * rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtilsAmir Sarabadani2024-01-112-4/+4
* | Merge "AuthManager: Authority has no getName method"jenkins-bot2024-01-121-1/+1
|\ \