aboutsummaryrefslogtreecommitdiffstats
path: root/tests/passwords/drivers_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-031-2/+21
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-1/+1
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-011-17/+1
* [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-011-0/+26
* [ticket/12352] Add tests for wcf1 and wcf2 driversMarc Alexander2014-06-011-0/+48
* [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-011-0/+1
* [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-011-0/+1
* [ticket/12352] Fix spacing in passwords testsMarc Alexander2014-06-011-3/+3
* [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-1/+28
* [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-011-1/+1
* [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-011-0/+25
* [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-011-8/+8
* [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-011-1/+142
* [ticket/12352] Add tests for functions in convert password driverMarc Alexander2014-06-011-0/+8
* [ticket/12352] Add tests for phpBB2 md5 passwords driverMarc Alexander2014-06-011-0/+37
* [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-011-0/+33
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12503] All tests should extend \phpbb_test_caseJoas Schilling2014-05-051-1/+1
* [ticket/12354] Assert same instead of equal where necessary in passwords testsMarc Alexander2014-04-051-3/+3
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
* [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-1/+1
* [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-091-0/+86