aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-18/+0
| | | | PHPBB3-11610
* [feature/passwords] Remove unneeded definitions of full namespaceMarc Alexander2013-12-291-1/+1
| | | | PHPBB3-11610
* [feature/passwords] Add missing documentation to docblocksMarc Alexander2013-12-291-1/+2
| | | | | | Also contains some minor spacing changes. PHPBB3-11610
* [feature/passwords] Remove unnecessary specification of namespace in driversMarc Alexander2013-12-291-1/+1
| | | | PHPBB3-11610
* [feature/passwords] Remove IN_PHPBB check from passwords filesMarc Alexander2013-12-291-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-271-4/+6
| | | | PHPBB3-11610
* [feature/passwords] Use dependency injection for passwords driver helperMarc Alexander2013-09-221-2/+2
| | | | | | | 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" filesMarc Alexander2013-09-141-0/+68
PHPBB3-11610