aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider_collection.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13248] Correctly pass provider nameMarc Alexander2014-11-011-1/+1
| | | | PHPBB3-13248
* [ticket/13248] Allow specifying different auth provider in provider collectionMarc Alexander2014-11-011-3/+5
| | | | PHPBB3-13248
* [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-221-1/+1
| | | | PHPBB3-12726
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-011-5/+7
| | | | PHPBB3-12352
* [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-0/+63
Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352