aboutsummaryrefslogtreecommitdiffstats
path: root/includes/password/PasswordFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Remove false check from type hinted argumentUmherirrender2020-06-211-1/+1
* Use strict types in includes/passwordMax Semenik2019-11-191-12/+14
* Remove meaningless (auto-generated?) constructor documentationThiemo Kreuz2019-10-011-1/+0
* Fix usage of MediaWikiServices in comments and documentationFomafix2019-03-031-1/+2
* Add PasswordFactory to MediaWikiServicesKunal Mehta2018-08-021-3/+29
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* [SECURITY] 0-pad to length in random string generationBrad Jorsch2015-12-181-3/+2
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-0/+34
* Make TestUser way fasterMarius Hoch2014-10-201-0/+9
* PasswordFactory::newFromPlaintext( null ) needs to workBrad Jorsch2014-09-291-1/+5
* Fixed docsumherirrender2014-08-041-5/+5
* Documentation fixes for Password API-related changesKunal Mehta2014-07-291-1/+1
* Added password hashing APITyler Anthony Romeo2014-07-271-0/+178