| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge "Drop User::blockedFor() and AbstractBlock::getReason(), deprecated in ... | jenkins-bot | 2024-01-12 | 1 | -14/+0 |
|\ \
| |/
|/| |
|
| * | Drop User::blockedFor() and AbstractBlock::getReason(), deprecated in 1.35 | James D. Forrester | 2023-12-11 | 1 | -14/+0 |
* | | documentation: Mention ReservedUsernames in newSystemUser() | Gergő Tisza | 2023-12-28 | 1 | -0/+5 |
* | | Use namespaced classes | Umherirrender | 2023-12-11 | 1 | -1/+1 |
|/ |
|
* | Migrate off wfGetDB() in more places to ICP | Amir Sarabadani | 2023-11-20 | 1 | -3/+5 |
* | User: Clarify that isNewbie() includes temp account users | Kosta Harlan | 2023-11-14 | 1 | -2/+5 |
* | User: Make the ::sendMail split $body before passing to IEmailer | Amir Sarabadani | 2023-11-06 | 1 | -2/+10 |
* | Merge "Migrate callers of DatabaseBlock methods moved to DatabaseBlockStore" | jenkins-bot | 2023-11-06 | 1 | -3/+4 |
|\ |
|
| * | Migrate callers of DatabaseBlock methods moved to DatabaseBlockStore | Tim Starling | 2023-11-06 | 1 | -3/+4 |
* | | Use Emailer class instead of UserMailer | ArtBaltai | 2023-11-06 | 1 | -4/+9 |
|/ |
|
* | Migrate callers of deprecated method BlockManager::getUserBlock() | Tim Starling | 2023-10-27 | 1 | -3/+8 |
* | Hard deprecate User::isBlocked(), isBlockedFrom() and isBlockedFromCreateAcco... | Tim Starling | 2023-10-20 | 1 | -7/+8 |
* | Multiblocks preparation in User::getBlock(), PermissionManager and BlockManager | Tim Starling | 2023-10-20 | 1 | -25/+12 |
* | Remove Block cache from User | Tim Starling | 2023-10-12 | 1 | -91/+31 |
* | Add cache to BlockManager | Tim Starling | 2023-10-12 | 1 | -0/+4 |
* | Migrate to IConnectionProvider methods in more places | Amir Sarabadani | 2023-10-05 | 1 | -3/+3 |
* | User: wfDeprecated should reflect original deprecation version | DannyS712 | 2023-09-28 | 1 | -6/+6 |
* | Make EmailUser stable, deprecate old methods | Daimona Eaytoy | 2023-09-26 | 1 | -4/+4 |
* | Merge "EmailUser: use authorizeAction()" | jenkins-bot | 2023-09-26 | 1 | -1/+1 |
|\ |
|
| * | EmailUser: use authorizeAction() | daniel | 2023-09-26 | 1 | -1/+1 |
* | | Remove User::CHECK_USER_RIGHTS and User::IGNORE_USER_RIGHTS | Tim Starling | 2023-09-25 | 1 | -10/+0 |
* | | Drop User and PermissionManager's group permission methods, deprecated since ... | James D. Forrester | 2023-09-22 | 1 | -53/+0 |
* | | Namespace Sanitizer under \MediaWiki\Parser | James D. Forrester | 2023-09-21 | 1 | -1/+1 |
|/ |
|
* | Remove deprecated User properties mOptions, mBlock, mBlockedby and mHideName | Tim Starling | 2023-09-21 | 1 | -20/+0 |
* | Merge "Migrate another major batch to SelectQueryBuilder" | jenkins-bot | 2023-09-20 | 1 | -10/+11 |
|\ |
|
| * | Migrate another major batch to SelectQueryBuilder | Amir Sarabadani | 2023-09-20 | 1 | -10/+11 |
* | | Namespace remaining User-related classes under \MediaWiki\User | James D. Forrester | 2023-09-20 | 1 | -5/+0 |
* | | Namespace User under \MediaWiki\User | James D. Forrester | 2023-09-19 | 1 | -5/+37 |
|/ |
|
* | Reorg: Move WebRequest to includes\Request | Amir Sarabadani | 2023-09-11 | 1 | -0/+1 |
* | In query builders, use insertInto() and deleteFrom() instead of insert() and ... | Tim Starling | 2023-09-08 | 1 | -2/+2 |
* | Authority::authorizeAction related style tweaks | Tim Starling | 2023-09-07 | 1 | -33/+77 |
* | Merge "Introduce authorizeAction() into Authority." | jenkins-bot | 2023-09-06 | 1 | -15/+41 |
|\ |
|
| * | Introduce authorizeAction() into Authority. | daniel | 2023-09-05 | 1 | -15/+41 |
* | | Migrate calls to wfGetDB() in static methods | Amir Sarabadani | 2023-09-05 | 1 | -2/+3 |
|/ |
|
* | user: Hard-deprecate user group related User functions | Umherirrender | 2023-08-31 | 1 | -6/+12 |
* | Reorg: Move Status to MediaWiki\Status\ | Amir Sarabadani | 2023-08-25 | 1 | -0/+1 |
* | Migrate several more Database::select calls to SQB | Amir Sarabadani | 2023-08-24 | 1 | -17/+9 |
* | mark various anonymous functions as static | Reedy | 2023-08-22 | 1 | -1/+3 |
* | Follow-up 857d9d80f: AbstractBlock: Hard-deprecate getReason() | James D. Forrester | 2023-08-16 | 1 | -4/+5 |
* | Drop User::incEditCount(), deprecated in 1.37 | James D. Forrester | 2023-08-15 | 1 | -9/+0 |
* | Drop User::idFromName(), deprecated in 1.38 | James D. Forrester | 2023-08-08 | 1 | -18/+0 |
* | Merge "Mass migrate Database::insert calls to InsertQueryBuilder" | jenkins-bot | 2023-08-08 | 1 | -6/+11 |
|\ |
|
| * | Mass migrate Database::insert calls to InsertQueryBuilder | Amir Sarabadani | 2023-08-07 | 1 | -6/+11 |
* | | user: Use {@} to escape annotation when writting about annotation | Umherirrender | 2023-08-08 | 1 | -1/+1 |
|/ |
|
* | Merge "Migrate more calls of Database::select* to SelectQueryBuilder" | jenkins-bot | 2023-07-26 | 1 | -9/+12 |
|\ |
|
| * | Migrate more calls of Database::select* to SelectQueryBuilder | Amir Sarabadani | 2023-07-26 | 1 | -9/+12 |
* | | Merge "Add UserIdentityUtils service" | jenkins-bot | 2023-07-24 | 1 | -2/+2 |
|\ \ |
|
| * | | Add UserIdentityUtils service | Tim Starling | 2023-07-24 | 1 | -2/+2 |
| |/ |
|
* / | Implement rate limiting in Authority. | daniel | 2023-07-23 | 1 | -8/+18 |
|/ |
|
* | Refactor SpecialPreferencesTest | Daimona Eaytoy | 2023-07-19 | 1 | -2/+2 |