index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
password
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+4
*
Remove hard deprecation of PasswordPolicyChecks::checkPopularPasswordBlacklist
Reedy
2019-08-27
1
-2
/
+0
*
Remove unnecessary semi-colons
Derick Alangi
2019-06-12
1
-1
/
+1
*
Hard deprecate Password::equals()
Max Semenik
2019-04-12
3
-0
/
+7
*
Password: update documentation
Max Semenik
2019-03-17
1
-10
/
+3
*
Add password policy setting `suggestChangeOnLogin`
Dayllan Maza
2019-03-09
1
-4
/
+20
*
Fix usage of MediaWikiServices in comments and documentation
Fomafix
2019-03-03
1
-1
/
+2
*
Merge "Fix grammar in UserPasswordPolicy documentation"
jenkins-bot
2019-02-22
1
-4
/
+4
|
\
|
*
Fix grammar in UserPasswordPolicy documentation
Thalia
2019-02-20
1
-4
/
+4
*
|
Add support for Argon2 password hashing
Max Semenik
2019-02-10
2
-4
/
+131
|
/
*
Password: replace equals() with verify()
Max Semenik
2019-01-24
2
-6
/
+29
*
Add force option to password policy
Gergő Tisza
2019-01-02
1
-13
/
+40
*
Deprecate PasswordPolicyChecks::checkPopularPasswordBlacklist
Reedy
2018-12-27
1
-0
/
+3
*
Deprecate User::getPasswordValidity()
Gergő Tisza
2018-12-20
1
-8
/
+20
*
Merge "PasswordPbkdf2: remove the 'use-hash-extension' option"
jenkins-bot
2018-12-04
1
-43
/
+10
|
\
|
*
PasswordPbkdf2: remove the 'use-hash-extension' option
Max Semenik
2018-11-30
1
-43
/
+10
*
|
Changing "===" on secrets to hash_equals to protect from timing attacks.
Mogmog123
2018-12-01
1
-3
/
+6
|
/
*
Add PasswordPolicy to check the password isn't in the large blacklist
Reedy
2018-11-24
1
-0
/
+22
*
Merge "password: Move commonpasswords.cdb to includes/password/"
jenkins-bot
2018-08-14
1
-0
/
+0
|
\
|
*
password: Move commonpasswords.cdb to includes/password/
Timo Tijhof
2018-08-01
1
-0
/
+0
*
|
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+5
*
|
Add PasswordFactory to MediaWikiServices
Kunal Mehta
2018-08-02
1
-3
/
+29
|
/
*
Clean up CSPRNG support for PHP7
Max Semenik
2018-06-10
3
-4
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-2
/
+1
*
Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors
Kunal Mehta
2018-05-19
1
-2
/
+2
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-1
/
+1
*
Remove leading backslashes from "use \…" tags
Thiemo Mättig
2017-12-28
1
-1
/
+1
*
Improve test coverage in includes/password
Tim Starling
2017-06-07
1
-1
/
+6
*
Decrease the number of 'function says it should return something' errors
Max Semenik
2016-12-15
2
-3
/
+2
*
Remove $purpose parameter from password validity check
Brad Jorsch
2016-12-01
1
-14
/
+9
*
Merge "Throw an exception if password hash would be truncated by DB"
jenkins-bot
2016-11-30
2
-2
/
+28
|
\
|
*
Throw an exception if password hash would be truncated by DB
Brian Wolff
2016-11-15
2
-2
/
+28
*
|
Merge "Fix multiple bugs in EncryptedPassword"
jenkins-bot
2016-11-15
1
-9
/
+32
|
\
|
|
*
Fix multiple bugs in EncryptedPassword
Tim Starling
2016-11-15
1
-9
/
+32
*
|
Accept salted password hashes with :A: prefixes
Tim Starling
2016-11-15
1
-2
/
+10
*
|
Fix interpretation of "A-type" password hashes
Tim Starling
2016-11-14
1
-8
/
+2
|
/
*
SECURITY: Throw exception on unknown hash algorithm
csteipp
2016-05-20
3
-1
/
+16
*
API changes for AuthManager
Brad Jorsch
2016-05-16
1
-5
/
+9
*
Fix and standardize Doxygen tags
Ricordisamoa
2016-04-30
1
-3
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
10
-25
/
+25
*
[SECURITY] 0-pad to length in random string generation
Brad Jorsch
2015-12-18
1
-3
/
+2
*
Merge "Add support for blacklisting common passwords"
jenkins-bot
2015-12-04
1
-0
/
+48
|
\
|
*
Add support for blacklisting common passwords
Brian Wolff
2015-11-25
1
-0
/
+48
*
|
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-1
/
+1
*
|
Merge "Fix typo in doc comment on MWSaltedPassword.php"
jenkins-bot
2015-11-23
1
-1
/
+1
|
\
\
|
*
|
Fix typo in doc comment on MWSaltedPassword.php
Brian Wolff
2015-11-23
1
-1
/
+1
|
|
/
*
/
Improve error message if check not defined for a password policy.
Reedy
2015-11-16
1
-2
/
+9
|
/
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-0
/
+34
*
Remove dead argument in EncryptedPassword.php
jeroendedauw
2015-09-16
1
-1
/
+1
*
Add "purpose" to password validity check
csteipp
2015-07-14
1
-9
/
+14
[prev]
[next]