aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth
Commit message (Expand)AuthorAgeFilesLines
...
| * | AuthManager: Allow for flagging fields as "sensitive"Brad Jorsch2016-08-182-0/+7
| |/
* | Merge "Revert "AuthManager: Commit transaction after auto-creating a user""jenkins-bot2016-08-181-5/+1
|\ \ | |/ |/|
| * Revert "AuthManager: Commit transaction after auto-creating a user"Aaron Schulz2016-08-181-5/+1
* | AuthManager: do not rewrite PRIMARY_REQUIRED to REQUIREDGergő Tisza2016-08-173-18/+16
|/
* Make autoCreateUser() transaction profiler suppression limited in scopeAaron Schulz2016-08-151-5/+9
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-6/+0
* auth: Fix case of function callKunal Mehta2016-08-021-1/+1
* Merge "AuthManager: Break AuthPlugin::addUser more explicitly"jenkins-bot2016-07-141-29/+7
|\
| * AuthManager: Break AuthPlugin::addUser more explicitlyBrad Jorsch2016-07-101-29/+7
* | AuthManager: Commit transaction after auto-creating a userBrad Jorsch2016-07-121-0/+4
|/
* Remove unused importsThiemo Mättig2016-07-054-6/+0
* Fix LegacyHookPreAuthenticationProvider::testUserForCreationBrad Jorsch2016-06-201-21/+0
* Add $options parameter for testUserForCreation()Brad Jorsch2016-06-209-13/+55
* Don't try to use the context language when auto-creatingBrad Jorsch2016-06-131-1/+1
* AuthManager: Fix ConfirmLink validationBrad Jorsch2016-06-091-1/+5
* Merge "Reject authentication data change when there are warnings"jenkins-bot2016-06-071-1/+1
|\
| * Reject authentication data change when there are warningsGergő Tisza2016-06-071-1/+1
* | Password change request should be optional on soft resetGergő Tisza2016-06-061-0/+2
|/
* Don't override action in UI and REDIRECT responsesBrad Jorsch2016-06-032-8/+9
* AuthManager::setDefaultUserOptions and LoginForm::initUser shouldn't invalida...Brad Jorsch2016-06-021-1/+1
* Merge "AuthManager: Ensure neededRequests have action and username set properly"jenkins-bot2016-06-011-6/+25
|\
| * AuthManager: Ensure neededRequests have action and username set properlyBrad Jorsch2016-06-011-6/+25
* | Make AuthManager::getAuthenticationProvider() publicBrad Jorsch2016-06-011-28/+31
|/
* Reset all tokens on loginChad Horohoe2016-05-311-0/+1
* Merge "AuthManager fixups around the login→RESTART→create flow"jenkins-bot2016-05-314-55/+71
|\
| * AuthManager fixups around the login→RESTART→create flowBrad Jorsch2016-05-314-55/+71
* | Merge "API: Fixes for AuthManager"jenkins-bot2016-05-301-3/+1
|\ \
| * | API: Fixes for AuthManagerBrad Jorsch2016-05-301-3/+1
| |/
* | Merge "Typo fix for AuthPluginPrimaryAuthenticationProvider::providerAllowsAu...jenkins-bot2016-05-301-1/+1
|\ \
| * | Typo fix for AuthPluginPrimaryAuthenticationProvider::providerAllowsAuthentic...Gergő Tisza2016-05-291-1/+1
| |/
* | Merge "Fix required field calculation in AuthenticationRequest"jenkins-bot2016-05-302-1/+24
|\ \
| * | Fix required field calculation in AuthenticationRequestGergő Tisza2016-05-302-1/+24
| |/
* / Fix ConfirmLinkSecondaryAuthenticationProvider error message nameGergő Tisza2016-05-271-1/+1
|/
* Merge "Improve some documentation of AuthManager's additions"jenkins-bot2016-05-241-1/+1
|\
| * Improve some documentation of AuthManager's additionsBrad Jorsch2016-05-161-1/+1
* | Use AuthManager on special pagesGergő Tisza2016-05-161-0/+67
|/
* Add AuthManagerBrad Jorsch2016-05-1633-0/+7368