Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13917] Do not pass non-string variables to hash_equals() | Marc Alexander | 2015-06-04 | 1 | -2/+8 |
| | | | | PHPBB3-13917 | ||||
* | [ticket/13917] Use hash_equals() if it's available | Marc Alexander | 2015-06-04 | 1 | -0/+6 |
| | | | | PHPBB3-13917 | ||||
* | [ticket/13203] Add method for byte by byte comparison to drivers helper | Marc Alexander | 2014-10-22 | 1 | -0/+20 |
| | | | | PHPBB3-13203 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\passwords\* | Tristan Darricau | 2014-06-15 | 1 | -2/+2 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
| | | | | PHPBB3-12594 | ||||
* | [feature/passwords] Add missing documentation to docblocks | Marc Alexander | 2013-12-29 | 1 | -1/+4 |
| | | | | | | Also contains some minor spacing changes. PHPBB3-11610 | ||||
* | [feature/passwords] Remove IN_PHPBB check from passwords files | Marc Alexander | 2013-12-29 | 1 | -8/+0 |
| | | | | PHPBB3-11610 | ||||
* | [feature/passwords] Increase test coverage to 35 out ouf 36 methods | Marc Alexander | 2013-10-09 | 1 | -2/+3 |
| | | | | | | | 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 | ||||
* | [feature/passwords] Pass config via service container to driver helper | Marc Alexander | 2013-09-28 | 1 | -6/+20 |
| | | | | | | This will get rid of the global $config in the driver helper PHPBB3-11610 | ||||
* | [feature/passwords] Modify passwords files for namespacing changes | Marc Alexander | 2013-09-27 | 1 | -1/+3 |
| | | | | PHPBB3-11610 | ||||
* | [feature/passwords] Use dependency injection for passwords driver helper | Marc Alexander | 2013-09-22 | 1 | -11/+0 |
| | | | | | | | The passwords driver helper is now injected into the driver base instead of being manually loaded. PHPBB3-11610 | ||||
* | [feature/passwords] Rename "crypto" files to "passwords" files | Marc Alexander | 2013-09-14 | 1 | -0/+143 |
PHPBB3-11610 |