wiki.techinc.nl/tests/phpunit/integration/includes/user
Tim Starling e8dbf5f80c TempUser infrastructure and services
Add services and utilities for automatic creation of temporary user
accounts on page save, in order to avoid exposing the user's IP
address.

* Add $wgAutoCreateTempUser, for configuring the system
* Add TempUserConfig service, which interprets the config.
* Add TempUserCreator service, which creates users during page save as
  requested by EditPage. With proxy methods to TempUserConfig for
  convenience.
* Add table user_autocreate_serial. Table creation is necessary before
  the feature is enabled but is not necessary before deployment of this
  commit.

Bug: T300263
Change-Id: Ib14a352490fc42039106523118e8d021844e3dfb
2022-04-14 09:23:55 +10:00
..
TempUser TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
ActorStoreTest.php Revert "Remove last User dependencies from File" 2021-11-26 17:06:36 +00:00
ActorStoreTestBase.php Remove or replace usages of "sanity" 2021-11-21 16:42:31 +00:00
UserFactoryTest.php TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
UserRightsProxyTest.php Replace new stdClass with more compact array syntax 2021-11-02 09:43:03 +00:00
UserSelectQueryBuilderTest.php UserSelectQueryBuilderTest: Test behavior of hidden() 2021-12-20 15:59:15 +01:00