| Commit message (Expand) | Author | Age | Files | Lines |
* | block: DatabaseBlock constructor caller migration | Tim Starling | 2025-03-04 | 1 | -35/+30 |
* | Disallow setting passwords for temporary accounts | Dreamy Jazz | 2025-02-19 | 1 | -0/+12 |
* | Use real type hints for services etc. in includes/auth/, session/, user/ | Bartosz Dziewoński | 2024-11-02 | 1 | -4/+1 |
* | Add namespace to IDBAccessObject and DBAccessObjectUtils | James D. Forrester | 2024-09-27 | 1 | -0/+1 |
* | Add SpreadAnyEditBlock hook | Dreamy Jazz | 2024-09-24 | 1 | -0/+56 |
* | Tests: Replace "db" with getDb method | Wandji69 | 2024-06-30 | 1 | -3/+3 |
* | UserTest#testNewFromAnyId: Disable temp accounts | Kosta Harlan | 2024-06-27 | 1 | -0/+1 |
* | UserTest#testActorId: Disable temp accounts for some cases | Kosta Harlan | 2024-06-27 | 1 | -0/+2 |
* | User: Reset default value for isTemp in loadDefaults | Kosta Harlan | 2024-06-25 | 1 | -0/+12 |
* | Replace db with getDb for Tests | Wandji69 | 2024-06-23 | 1 | -5/+5 |
* | tests: Use namespaced classes (@covers) | Umherirrender | 2024-06-14 | 1 | -2/+2 |
* | Namespace includes/password | Reedy | 2024-05-18 | 1 | -6/+6 |
* | Merge "User: Hard-deprecate some methods with no uses in WMF production" | jenkins-bot | 2024-05-03 | 1 | -0/+1 |
|\ |
|
| * | User: Hard-deprecate some methods with no uses in WMF production | Taavi Väänänen | 2024-05-03 | 1 | -0/+1 |
* | | User: Drop several hard-deprecated methods | Taavi Väänänen | 2024-05-03 | 1 | -119/+0 |
|/ |
|
* | tests: Migrate to IDatabase::newInsertQueryBuilder | Umherirrender | 2024-04-14 | 1 | -1/+5 |
* | Migrate to IDatabase::newDeleteQueryBuilder | Umherirrender | 2024-04-12 | 1 | -1/+5 |
* | Update wgAutoCreateTempUser config defaults | Dreamy Jazz | 2024-04-03 | 1 | -20/+8 |
* | Merge "Remove IDBAccessObject from being implemented in many classes" | jenkins-bot | 2024-02-21 | 1 | -1/+1 |
|\ |
|
| * | Remove IDBAccessObject from being implemented in many classes | Amir Sarabadani | 2024-02-19 | 1 | -1/+1 |
* | | Fix more incorrect casing of MediaWiki | Reedy | 2024-02-19 | 1 | -1/+1 |
|/ |
|
* | tests: Fix @covers and @coversDefaultClass to have leading \ | Reedy | 2024-02-16 | 1 | -2/+2 |
* | Namespace includes/context | James D. Forrester | 2024-02-08 | 1 | -0/+1 |
* | Split User::getRightDescription into two methods | Samuel Guebo | 2024-01-31 | 1 | -0/+18 |
* | tests: Use namespaced class names in @covers annotations | Umherirrender | 2024-01-27 | 1 | -91/+91 |
* | Merge "Set user.user_is_temp when creating a temporary user" | jenkins-bot | 2024-01-22 | 1 | -0/+26 |
|\ |
|
| * | Set user.user_is_temp when creating a temporary user | Thalia | 2024-01-19 | 1 | -0/+26 |
* | | tests: Remove cleanup of blocks, done by ChangedTablesTracker | Umherirrender | 2024-01-20 | 1 | -16/+4 |
|/ |
|
* | Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary | James D. Forrester | 2023-11-21 | 1 | -6/+0 |
* | IP Masking: Expire temporary accounts in 1 year | Martin Urbanec | 2023-11-09 | 1 | -0/+1 |
* | Hard deprecate User::isBlocked(), isBlockedFrom() and isBlockedFromCreateAcco... | Tim Starling | 2023-10-20 | 1 | -0/+2 |
* | Remove Block cache from User | Tim Starling | 2023-10-12 | 1 | -3/+2 |
* | Make use of assertStatusGood/Error and such in tests | thiemowmde | 2023-10-04 | 1 | -16/+11 |
* | tests: Use $this->getDb() instead of wfGetDB() in integration tests | Amir Sarabadani | 2023-09-25 | 1 | -1/+1 |
* | Merge "Drop User and PermissionManager's group permission methods, deprecated... | jenkins-bot | 2023-09-22 | 1 | -61/+0 |
|\ |
|
| * | Drop User and PermissionManager's group permission methods, deprecated since ... | James D. Forrester | 2023-09-22 | 1 | -61/+0 |
* | | tests: Migrate more cases to SQB | Amir Sarabadani | 2023-09-21 | 1 | -3/+5 |
|/ |
|
* | Namespace User under \MediaWiki\User | James D. Forrester | 2023-09-19 | 1 | -8/+10 |
* | Reorg: Move WebRequest to includes\Request | Amir Sarabadani | 2023-09-11 | 1 | -0/+1 |
* | user: Hard-deprecate user group related User functions | Umherirrender | 2023-08-31 | 1 | -3/+12 |
* | Reorg: Move MWTimestamp to MediaWiki\Utils | Amir Sarabadani | 2023-08-19 | 1 | -0/+1 |
* | Follow-up 857d9d80f: AbstractBlock: Hard-deprecate getReason() | James D. Forrester | 2023-08-16 | 1 | -5/+0 |
* | Drop User::incEditCount(), deprecated in 1.37 | James D. Forrester | 2023-08-15 | 1 | -20/+0 |
* | Merge "Drop User::idFromName(), deprecated in 1.38" | jenkins-bot | 2023-08-12 | 1 | -23/+0 |
|\ |
|
| * | Drop User::idFromName(), deprecated in 1.38 | James D. Forrester | 2023-08-08 | 1 | -23/+0 |
* | | Ensure temporary users are blocked by configured IP blocks | Thalia | 2023-08-07 | 1 | -0/+11 |
|/ |
|
* | Implement rate limiting in Authority. | daniel | 2023-07-23 | 1 | -1/+2 |
* | Add User::newQueryBuilder() | Tim Starling | 2023-06-27 | 1 | -12/+8 |
* | UserIdentityValue: Always throw a deprecation warning on passed actor id | Alexander Vorwerk | 2023-05-20 | 1 | -2/+2 |
* | In User::clearInstanceCache() mark the $reloadFrom parameter as loaded | Tim Starling | 2023-05-11 | 1 | -0/+1 |