Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14733] Support increasing hashing cost factor | Marc Alexander | 2016-10-03 | 1 | -2/+21 |
| | | | | PHPBB3-14733 | ||||
* | [ticket/13203] Use string_compare method in passwords drivers | Marc Alexander | 2014-10-22 | 1 | -1/+1 |
| | | | | PHPBB3-13203 | ||||
* | [ticket/12352] Add get_settings_only method to passwords driver base | Marc Alexander | 2014-06-01 | 1 | -17/+1 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+26 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add tests for wcf1 and wcf2 drivers | Marc Alexander | 2014-06-01 | 1 | -0/+48 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add driver for woltlab community framework 1 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+1 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add driver for woltlab community framework 2 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+1 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Fix spacing in passwords tests | Marc Alexander | 2014-06-01 | 1 | -3/+3 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add passwords driver for vB passwords | Marc Alexander | 2014-06-01 | 1 | -1/+28 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Use correct hashing method in md5_mybb driver | Marc Alexander | 2014-06-01 | 1 | -1/+1 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add driver for myBB md5 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+25 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers | Marc Alexander | 2014-06-01 | 1 | -8/+8 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add passwords driver for sha1 password hashes | Marc Alexander | 2014-06-01 | 1 | -1/+142 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add tests for functions in convert password driver | Marc Alexander | 2014-06-01 | 1 | -0/+8 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add tests for phpBB2 md5 passwords driver | Marc Alexander | 2014-06-01 | 1 | -0/+37 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Add legacy passwords driver for sha1 smf type passwords | Marc Alexander | 2014-06-01 | 1 | -0/+33 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12503] All tests should extend \phpbb_test_case | Joas Schilling | 2014-05-05 | 1 | -1/+1 |
| | | | | PHPBB3-12503 | ||||
* | [ticket/12354] Assert same instead of equal where necessary in passwords tests | Marc Alexander | 2014-04-05 | 1 | -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 drivers | Marc Alexander | 2014-02-02 | 1 | -5/+0 |
| | | | | PHPBB3-11610 | ||||
* | [feature/passwords] Pass list of default types to passwords manager | Marc Alexander | 2013-10-27 | 1 | -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 methods | Marc Alexander | 2013-10-09 | 1 | -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 |