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
/
user
/
BotPassword.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
user: Write UserOptionsStore and User class docs
Timo Tijhof
2024-12-18
1
-2
/
+2
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-1
/
+1
*
Use namespaced classes (1)
Umherirrender
2024-06-16
1
-1
/
+1
*
User objectCacheFactory methods not deprecated ObjectCache methods
Wandji69
2024-06-06
1
-2
/
+2
*
Namespace includes/password
Reedy
2024-05-18
1
-4
/
+4
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
BotPassword: Remove deprecated methods
Taavi Väänänen
2024-05-03
1
-53
/
+0
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-4
/
+1
*
AuthManager: add creator to AuthManagerLoginAuthenticateAudit calls
Sergio Gimeno
2024-03-05
1
-10
/
+17
*
Merge "rdbms: Remove more usages of DBAccessObjectUtils::getDBOptions()"
jenkins-bot
2024-02-27
1
-3
/
+1
|
\
|
*
rdbms: Remove more usages of DBAccessObjectUtils::getDBOptions()
Amir Sarabadani
2024-02-22
1
-3
/
+1
*
|
Remove IDBAccessObject from being implemented in many classes
Amir Sarabadani
2024-02-19
1
-1
/
+1
|
/
*
Merge "Migrate bot passwords to virtual domains"
jenkins-bot
2024-02-07
1
-10
/
+17
|
\
|
*
Migrate bot passwords to virtual domains
Amir Sarabadani
2024-02-01
1
-10
/
+17
*
|
Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswordLength
Amir Sarabadani
2024-02-01
1
-2
/
+1
|
/
*
rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtils
Amir Sarabadani
2024-01-11
1
-2
/
+2
*
Directly call IDBAccessObject constants instead of implementing it
Amir Sarabadani
2024-01-10
1
-4
/
+4
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-1
/
+1
*
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
1
-2
/
+20
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Remove redundant empty() constructs (3)
Daimona Eaytoy
2023-09-08
1
-1
/
+1
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-7
/
+6
*
Migrate Database::update() to UpdateQueryBuilder
Amir Sarabadani
2023-06-08
1
-6
/
+5
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-1
/
+3
*
user: Switch Database::delete to DeleteQueryBuilder
Amir Sarabadani
2023-04-30
1
-5
/
+4
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-3
/
+3
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-7
/
+12
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-11
/
+12
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-2
/
+2
*
BotPasswordStore: accept UserIdentity objects
DannyS712
2021-07-21
1
-4
/
+5
*
Move BotPassword lookup methods to BotPasswordStore
DannyS712
2021-07-18
1
-62
/
+12
*
Deprecate unused BotPassword methods
DannyS712
2021-07-15
1
-2
/
+6
*
Add BotPasswordStore service
DannyS712
2021-07-14
1
-73
/
+23
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-1
/
+1
*
Remove unused default values from class properties
Thiemo Kreuz
2021-05-12
1
-2
/
+2
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-4
/
+4
*
Validate max length of bp_restrictions and bp_grants
Reedy
2020-12-05
1
-5
/
+44
*
Merge "Update a lot of unspecific "array" types in PHPDocs"
jenkins-bot
2020-11-13
1
-1
/
+1
|
\
|
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-1
/
+1
*
|
Improve docs about @param/@return object $row to stdClass
Umherirrender
2020-11-13
1
-1
/
+1
*
|
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-5
/
+0
|
/
*
Cleanup BotPassword class to prepare for refactor
DannyS712
2020-10-22
1
-26
/
+39
*
Add a maintenance script to create bot passwords.
Alex Dean
2020-08-21
1
-5
/
+10
[next]