aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/db.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-3/+2
| | | | PHPBB3-12352
* [ticket/12352] Remove code for converting passwords in db auth providerMarc Alexander2014-06-011-66/+1
| | | | PHPBB3-12352
* [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-1/+2
| | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-8/+0
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-11/+19
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-9/+11
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+297
PHPBB3-11698