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
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-2
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
2
-6
/
+0
*
Replace isset() with null checks
Umherirrender
2024-12-19
1
-2
/
+2
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
2
-2
/
+2
*
PasswordFactory: Move magic number used for random password string into const
Reedy
2024-10-16
1
-2
/
+4
*
password: Remove automatic fallback to hash_pbkdf2()
Kevin Israel
2024-06-08
3
-51
/
+5
*
EncryptedPassword: Store default parameters as strings
Alexander Vorwerk
2024-06-01
1
-5
/
+5
*
Namespace includes/password
Reedy
2024-05-18
16
-14
/
+109
*
Make EncryptedPassword work with Argon2Password
Alexander Vorwerk
2024-05-08
1
-0
/
+23
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-9
/
+2
*
Replace deprecated MWException
Daimona Eaytoy
2024-01-19
5
-13
/
+11
*
Reparent trivial subclasses of MWException
Bartosz Dziewoński
2024-01-17
1
-2
/
+1
*
PasswordFactory: Hard-deprecate init(), deprecated since 1.32
James D. Forrester
2023-10-09
1
-0
/
+2
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
2
-0
/
+2
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-5
/
+5
*
password: Update Argon2Password for PHP 7.4 minimum
Tim Starling
2022-11-22
1
-5
/
+2
*
Fix the remaining Phan failures on PHP 8.1
Tim Starling
2022-11-09
1
-0
/
+1
*
Respond to some messages from Phan on PHP 8.1
Tim Starling
2022-11-03
4
-3
/
+5
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
Use OpenSSL if available for PBKDF2 password hashing
Kevin Israel
2022-10-04
5
-85
/
+316
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-2
/
+4
*
Fix typos in comments (N-R)
Siddharth VP
2022-01-09
1
-1
/
+1
*
Fix typos in comments (A-B)
Siddharth VP
2021-12-26
1
-1
/
+1
*
Make some generic array type hints in PHPDocs more specific
Thiemo Kreuz
2021-12-08
3
-12
/
+12
*
Remove PasswordCannotMatchUsername password policy
Reedy
2021-09-06
1
-20
/
+0
*
build: Updating dependencies
libraryupgrader
2021-07-22
11
-54
/
+54
*
Remove User from password policy check interfaces
Petr Pchelko
2021-06-11
2
-25
/
+37
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
*
Mark exceptions as @newable
daniel
2020-07-08
1
-0
/
+1
*
Deprecate PasswordCannotMatchBlacklist
Reedy
2020-06-25
1
-4
/
+8
*
Remove false check from type hinted argument
Umherirrender
2020-06-21
1
-1
/
+1
*
Remove deprecated PasswordCannotBePopular
Reedy
2020-06-15
2
-50
/
+0
*
Deprecate PasswordNotInLargeBlacklist
Reedy
2020-06-15
1
-7
/
+7
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-11
1
-1
/
+1
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
1
-3
/
+5
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
1
-0
/
+20
*
Pbkdf2Password: Fix error handling on PHP 8
Máté Szabó
2020-04-07
1
-10
/
+17
*
Password policy to check if a password is a substring of a username
sbassett
2020-01-13
1
-0
/
+20
*
Make use of existing array value variables in foreach loops
Thiemo Kreuz
2019-12-29
1
-1
/
+1
*
Use strict types in includes/password
Max Semenik
2019-11-19
12
-66
/
+84
*
Merge "Remove Language::factory and getParentLanguage use"
jenkins-bot
2019-10-29
1
-1
/
+1
|
\
|
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-1
/
+1
*
|
Remove deprecated Password::equals()
Max Semenik
2019-10-27
3
-43
/
+0
|
/
*
Convert some private static arrays to constants
Max Semenik
2019-10-16
1
-2
/
+2
*
Remove meaningless (auto-generated?) constructor documentation
Thiemo Kreuz
2019-10-01
1
-1
/
+0
*
Improve documentation for the MinimumPasswordLengthToLogin policy
Thalia
2019-09-17
1
-0
/
+2
[next]