aboutsummaryrefslogtreecommitdiffstats
path: root/includes/password
Commit message (Expand)AuthorAgeFilesLines
...
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+4
* Remove hard deprecation of PasswordPolicyChecks::checkPopularPasswordBlacklistReedy2019-08-271-2/+0
* Remove unnecessary semi-colonsDerick Alangi2019-06-121-1/+1
* Hard deprecate Password::equals()Max Semenik2019-04-123-0/+7
* Password: update documentationMax Semenik2019-03-171-10/+3
* Add password policy setting `suggestChangeOnLogin`Dayllan Maza2019-03-091-4/+20
* Fix usage of MediaWikiServices in comments and documentationFomafix2019-03-031-1/+2
* Merge "Fix grammar in UserPasswordPolicy documentation"jenkins-bot2019-02-221-4/+4
|\
| * Fix grammar in UserPasswordPolicy documentationThalia2019-02-201-4/+4
* | Add support for Argon2 password hashingMax Semenik2019-02-102-4/+131
|/
* Password: replace equals() with verify()Max Semenik2019-01-242-6/+29
* Add force option to password policyGergő Tisza2019-01-021-13/+40
* Deprecate PasswordPolicyChecks::checkPopularPasswordBlacklistReedy2018-12-271-0/+3
* Deprecate User::getPasswordValidity()Gergő Tisza2018-12-201-8/+20
* Merge "PasswordPbkdf2: remove the 'use-hash-extension' option"jenkins-bot2018-12-041-43/+10
|\
| * PasswordPbkdf2: remove the 'use-hash-extension' optionMax Semenik2018-11-301-43/+10
* | Changing "===" on secrets to hash_equals to protect from timing attacks.Mogmog1232018-12-011-3/+6
|/
* Add PasswordPolicy to check the password isn't in the large blacklistReedy2018-11-241-0/+22
* Merge "password: Move commonpasswords.cdb to includes/password/"jenkins-bot2018-08-141-0/+0
|\
| * password: Move commonpasswords.cdb to includes/password/Timo Tijhof2018-08-011-0/+0
* | Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+5
* | Add PasswordFactory to MediaWikiServicesKunal Mehta2018-08-021-3/+29
|/
* Clean up CSPRNG support for PHP7Max Semenik2018-06-103-4/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+1
* Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errorsKunal Mehta2018-05-191-2/+2
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-1/+1
* Improve test coverage in includes/passwordTim Starling2017-06-071-1/+6
* Decrease the number of 'function says it should return something' errorsMax Semenik2016-12-152-3/+2
* Remove $purpose parameter from password validity checkBrad Jorsch2016-12-011-14/+9
* Merge "Throw an exception if password hash would be truncated by DB"jenkins-bot2016-11-302-2/+28
|\
| * Throw an exception if password hash would be truncated by DBBrian Wolff2016-11-152-2/+28
* | Merge "Fix multiple bugs in EncryptedPassword"jenkins-bot2016-11-151-9/+32
|\|
| * Fix multiple bugs in EncryptedPasswordTim Starling2016-11-151-9/+32
* | Accept salted password hashes with :A: prefixesTim Starling2016-11-151-2/+10
* | Fix interpretation of "A-type" password hashesTim Starling2016-11-141-8/+2
|/
* SECURITY: Throw exception on unknown hash algorithmcsteipp2016-05-203-1/+16
* API changes for AuthManagerBrad Jorsch2016-05-161-5/+9
* Fix and standardize Doxygen tagsRicordisamoa2016-04-301-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-1710-25/+25
* [SECURITY] 0-pad to length in random string generationBrad Jorsch2015-12-181-3/+2
* Merge "Add support for blacklisting common passwords"jenkins-bot2015-12-041-0/+48
|\
| * Add support for blacklisting common passwordsBrian Wolff2015-11-251-0/+48
* | Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* | Merge "Fix typo in doc comment on MWSaltedPassword.php"jenkins-bot2015-11-231-1/+1
|\ \
| * | Fix typo in doc comment on MWSaltedPassword.phpBrian Wolff2015-11-231-1/+1
| |/
* / Improve error message if check not defined for a password policy.Reedy2015-11-161-2/+9
|/
* User: Mostly remove password handlingBrad Jorsch2015-10-131-0/+34
* Remove dead argument in EncryptedPassword.phpjeroendedauw2015-09-161-1/+1
* Add "purpose" to password validity checkcsteipp2015-07-141-9/+14