aboutsummaryrefslogtreecommitdiffstats
path: root/tests/passwords/drivers_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-031-2/+21
| | | | PHPBB3-14733
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-1/+1
| | | | PHPBB3-13203
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-011-17/+1
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-011-0/+26
| | | | PHPBB3-12352
* [ticket/12352] Add tests for wcf1 and wcf2 driversMarc Alexander2014-06-011-0/+48
| | | | PHPBB3-12352
* [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-011-0/+1
| | | | PHPBB3-12352
* [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-011-0/+1
| | | | PHPBB3-12352
* [ticket/12352] Fix spacing in passwords testsMarc Alexander2014-06-011-3/+3
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-1/+28
| | | | PHPBB3-12352
* [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-011-1/+1
| | | | PHPBB3-12352
* [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-011-0/+25
| | | | PHPBB3-12352
* [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-011-8/+8
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-011-1/+142
| | | | PHPBB3-12352
* [ticket/12352] Add tests for functions in convert password driverMarc Alexander2014-06-011-0/+8
| | | | PHPBB3-12352
* [ticket/12352] Add tests for phpBB2 md5 passwords driverMarc Alexander2014-06-011-0/+37
| | | | PHPBB3-12352
* [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-011-0/+33
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12503] All tests should extend \phpbb_test_caseJoas Schilling2014-05-051-1/+1
| | | | PHPBB3-12503
* [ticket/12354] Assert same instead of equal where necessary in passwords testsMarc Alexander2014-04-051-3/+3
| | | | | | | | In some tests we try to make sure that we do not get the same output in a limited timeframe. These tests should use assertSame/NotSame instead of assertEqual/NotEqual. PHPBB3-12354
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
| | | | PHPBB3-11610
* [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-1/+1
| | | | | | | This list is in the order of how the driver types would be used. If a driver is not supported we will try the subsequent one. PHPBB3-11610
* [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-091-0/+86
Only one small code part in the salted md5 driver can't be tested right now. Passwords helper and passwords driver helper are now fully covered by tests. PHPBB3-11610