Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13248] Correctly pass provider name | Marc Alexander | 2014-11-01 | 1 | -1/+1 |
| | | | | PHPBB3-13248 | ||||
* | [ticket/13248] Allow specifying different auth provider in provider collection | Marc Alexander | 2014-11-01 | 1 | -3/+5 |
| | | | | PHPBB3-13248 | ||||
* | [ticket/12726] Ensure PHP files do not contain any unused use statements | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -1/+1 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12352] Update file headers to fit new format | Marc Alexander | 2014-06-01 | 1 | -5/+7 |
| | | | | PHPBB3-12352 | ||||
* | [ticket/12352] Use custom provider collection for auth providers | Marc Alexander | 2014-06-01 | 1 | -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 |