aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/user/UserTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-35/+30
* Disallow setting passwords for temporary accountsDreamy Jazz2025-02-191-0/+12
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-4/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Add SpreadAnyEditBlock hookDreamy Jazz2024-09-241-0/+56
* Tests: Replace "db" with getDb methodWandji692024-06-301-3/+3
* UserTest#testNewFromAnyId: Disable temp accountsKosta Harlan2024-06-271-0/+1
* UserTest#testActorId: Disable temp accounts for some casesKosta Harlan2024-06-271-0/+2
* User: Reset default value for isTemp in loadDefaultsKosta Harlan2024-06-251-0/+12
* Replace db with getDb for TestsWandji692024-06-231-5/+5
* tests: Use namespaced classes (@covers)Umherirrender2024-06-141-2/+2
* Namespace includes/passwordReedy2024-05-181-6/+6
* Merge "User: Hard-deprecate some methods with no uses in WMF production"jenkins-bot2024-05-031-0/+1
|\
| * User: Hard-deprecate some methods with no uses in WMF productionTaavi Väänänen2024-05-031-0/+1
* | User: Drop several hard-deprecated methodsTaavi Väänänen2024-05-031-119/+0
|/
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-1/+5
* Migrate to IDatabase::newDeleteQueryBuilderUmherirrender2024-04-121-1/+5
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-031-20/+8
* Merge "Remove IDBAccessObject from being implemented in many classes"jenkins-bot2024-02-211-1/+1
|\
| * Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-191-1/+1
* | Fix more incorrect casing of MediaWikiReedy2024-02-191-1/+1
|/
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Split User::getRightDescription into two methodsSamuel Guebo2024-01-311-0/+18
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-91/+91
* Merge "Set user.user_is_temp when creating a temporary user"jenkins-bot2024-01-221-0/+26
|\
| * Set user.user_is_temp when creating a temporary userThalia2024-01-191-0/+26
* | tests: Remove cleanup of blocks, done by ChangedTablesTrackerUmherirrender2024-01-201-16/+4
|/
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-6/+0
* IP Masking: Expire temporary accounts in 1 yearMartin Urbanec2023-11-091-0/+1
* Hard deprecate User::isBlocked(), isBlockedFrom() and isBlockedFromCreateAcco...Tim Starling2023-10-201-0/+2
* Remove Block cache from UserTim Starling2023-10-121-3/+2
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-16/+11
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-1/+1
* Merge "Drop User and PermissionManager's group permission methods, deprecated...jenkins-bot2023-09-221-61/+0
|\
| * Drop User and PermissionManager's group permission methods, deprecated since ...James D. Forrester2023-09-221-61/+0
* | tests: Migrate more cases to SQBAmir Sarabadani2023-09-211-3/+5
|/
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-8/+10
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* user: Hard-deprecate user group related User functionsUmherirrender2023-08-311-3/+12
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Follow-up 857d9d80f: AbstractBlock: Hard-deprecate getReason()James D. Forrester2023-08-161-5/+0
* Drop User::incEditCount(), deprecated in 1.37James D. Forrester2023-08-151-20/+0
* Merge "Drop User::idFromName(), deprecated in 1.38"jenkins-bot2023-08-121-23/+0
|\
| * Drop User::idFromName(), deprecated in 1.38James D. Forrester2023-08-081-23/+0
* | Ensure temporary users are blocked by configured IP blocksThalia2023-08-071-0/+11
|/
* Implement rate limiting in Authority.daniel2023-07-231-1/+2
* Add User::newQueryBuilder()Tim Starling2023-06-271-12/+8
* UserIdentityValue: Always throw a deprecation warning on passed actor idAlexander Vorwerk2023-05-201-2/+2
* In User::clearInstanceCache() mark the $reloadFrom parameter as loadedTim Starling2023-05-111-0/+1