Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12239] Move deprecated passwords functions to compatibility file | Marc Alexander | 2014-03-06 | 1 | -1/+1 |
| | | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239 | ||||
* | [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 | -2/+2 |
| | | | | | | | 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] Fix hash_test for use of passwords manager | Marc Alexander | 2013-10-03 | 1 | -1/+4 |
| | | | | PHPBB3-11610 | ||||
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords | Marc Alexander | 2013-10-03 | 1 | -0/+8 |
|\ | | | | | | | | | Conflicts: phpBB/includes/functions.php | ||||
| * | [ticket/11873] Add unit test for large password input. | Joas Schilling | 2013-09-28 | 1 | -0/+8 |
| | | | | | | | | | | | | The password should be rejected quite fast. PHPBB3-11873 | ||||
* | | [feature/passwords] Add prepending backslash to class namespaces | Marc Alexander | 2013-10-02 | 1 | -8/+8 |
| | | | | | | | | PHPBB3-11610 | ||||
* | | [feature/passwords] Fix tests after changes to phpBB hashing functions | Marc Alexander | 2013-10-02 | 1 | -0/+27 |
|/ | | | | PHPBB3-11610 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10101] Add test case for native phpass hashes | Igor Wiedler | 2011-03-20 | 1 | -0/+21 |
PHPBB3-10101 |