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
/
TempUser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
1
-1
/
+1
*
user: Introduce TempUserDetailsLookup service
Máté Szabó
2025-02-20
1
-0
/
+96
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-16
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+1
*
user: Use ILBFactory::getAutoCommitPrimaryConnection()
Amir Sarabadani
2025-01-09
2
-16
/
+11
*
temp accounts: Break up temporary user names with hyphens
Thalia
2024-12-12
2
-0
/
+27
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-1
/
+1
*
RealTempUserConfig: Ensure match pattern is available when known
Thalia
2024-07-19
1
-1
/
+1
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-4
/
+2
*
Merge "Create an autocreate log when a temporary account is created on edit"
jenkins-bot
2024-07-04
1
-6
/
+1
|
\
|
*
Create an autocreate log when a temporary account is created on edit
Dreamy Jazz
2024-07-04
1
-6
/
+1
*
|
add @deprecated to hard deprecated methods
Novem Linguae
2024-06-26
1
-0
/
+3
|
/
*
[temp accounts] Introduce 'known' config flag
Thalia
2024-06-13
3
-10
/
+41
*
ApiQuerySiteinfo: Use TempUserConfig class
Kosta Harlan
2024-06-13
1
-1
/
+6
*
Use RawSQLValue for some SET clauses in upsert
Umherirrender
2024-05-29
1
-1
/
+2
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-1
/
+1
*
TempAccounts: Make Throttler and WebRequest required
Kosta Harlan
2024-04-23
1
-37
/
+26
*
TempAccounts: Rate limit acquisition of temp account names
Kosta Harlan
2024-04-23
1
-17
/
+41
*
Update wgAutoCreateTempUser config defaults
Dreamy Jazz
2024-04-03
1
-1
/
+6
*
Merge "TempUserConfig: Deduplicate code generating match conditions"
jenkins-bot
2024-03-07
3
-0
/
+45
|
\
|
*
TempUserConfig: Deduplicate code generating match conditions
Bartosz Dziewoński
2024-03-06
3
-0
/
+45
*
|
TempUserCreator: Use separate rate limit for temp account creations
Kosta Harlan
2024-03-06
1
-0
/
+1
|
/
*
Replace unchecked MWException with SPL exceptions
Daimona Eaytoy
2024-01-28
1
-1
/
+2
*
Merge "Add wfDeprecated call to RealTempUserConfig::getMatchPattern"
jenkins-bot
2024-01-22
1
-0
/
+1
|
\
|
*
Add wfDeprecated call to RealTempUserConfig::getMatchPattern
Dreamy Jazz
2024-01-18
1
-0
/
+1
*
|
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
2
-4
/
+8
|
/
*
RealTempUserConfig: Follow the pattern of using isEnabled getter
Thalia
2024-01-17
1
-1
/
+1
*
Support multiple matchPatterns in temp user autocreate config
Dreamy Jazz
2024-01-17
3
-13
/
+51
*
Use year in temporary user names and restart index each year
Thalia
2024-01-05
4
-9
/
+26
*
Merge "Improve documentation for TempUser/ScrambleMapping.php"
jenkins-bot
2024-01-02
1
-2
/
+2
|
\
|
*
Improve documentation for TempUser/ScrambleMapping.php
Thalia
2023-12-18
1
-2
/
+2
*
|
Merge "Handle a negative exponent in TempUser/ScrambleMapping.php"
jenkins-bot
2024-01-02
1
-0
/
+3
|
\
\
|
*
|
Handle a negative exponent in TempUser/ScrambleMapping.php
Thalia
2023-12-18
1
-0
/
+3
|
|
/
*
|
Merge "Handle collisions from SerialProvider::acquireIndex"
jenkins-bot
2023-12-21
1
-26
/
+75
|
\
\
|
*
|
Handle collisions from SerialProvider::acquireIndex
Dreamy Jazz
2023-12-21
1
-26
/
+75
|
|
/
*
/
Temp users: Add 'offset' option for PlainNumericSerialMapping
Thalia
2023-12-18
1
-1
/
+5
|
/
*
TempUser\Pattern: Use SQL expression builder instead of buildLike()
Bartosz Dziewoński
2023-12-06
1
-0
/
+18
*
IP masking: notify users whose account expires soon
Sergio Gimeno
2023-11-28
3
-0
/
+23
*
TempUser: Fix unchecked array access for optional key
Ammarpad
2023-11-09
1
-1
/
+1
*
IP Masking: Expire temporary accounts in 1 year
Martin Urbanec
2023-11-09
3
-0
/
+23
*
Autofix spacing around commas
Daimona Eaytoy
2023-10-25
1
-2
/
+2
*
Add some typed properties to User-related services
DannyS712
2023-09-28
3
-32
/
+13
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-1
/
+1
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
Migrate Database::upsert() calls to InsertQueryBuilder
Amir Sarabadani
2023-09-06
1
-10
/
+7
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-1
/
+1
*
TempUserConfig: Add getMatchPattern
Martin Urbanec
2023-08-02
3
-0
/
+21
*
TempUserCreator: Change getStashedNameOrPlaceholder() to just getStashedName()
Bartosz Dziewoński
2023-07-18
1
-9
/
+5
[next]