aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider
Commit message (Collapse)AuthorAgeFilesLines
* [feature/oauth] Remove OAuth providers to make PR smallerJoseph Warner2013-07-1815-842/+0
| | | | PHPBB3-11673
* [feature/oauth] Create means to associate phpBB account with externalJoseph Warner2013-07-182-2/+4
| | | | PHPBB3-11673
* [feature/oauth] Bitly authentication method, no user_id associationJoseph Warner2013-07-181-1/+30
| | | | PHPBB3-11673
* [feature/oauth] Update interface appropriatelyJoseph Warner2013-07-151-0/+7
| | | | PHPBB3-11673
* [feature/oauth] Define method to perform login actions for a providerJoseph Warner2013-07-153-9/+39
| | | | PHPB3-11673
* [feature/oauth] Correct function callJoseph Warner2013-07-151-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Update oauth to reflect recent changesJoseph Warner2013-07-151-13/+3
| | | | PHPBB3-11673
* [feature/oauth] Update auth provider oauth to take in service providersJoseph Warner2013-07-141-1/+10
| | | | PHPBB3-11673
* [feature/oauth] Add constructorsJoseph Warner2013-07-1418-0/+306
| | | | PHPBB3-11673
* [feature/oauth] Remove get_service_credentials() from oauth providerJoseph Warner2013-07-141-20/+0
| | | | PHPBB3-11673
* [feature/oauth] Get service credentials on each OAuth serviceJoseph Warner2013-07-1419-12/+201
| | | | PHPBB3-11673
* [feature/oauth] Set required scopes on more providersJoseph Warner2013-07-142-2/+20
| | | | PHPBB3-11673
* [feature/oauth] Last five oauth servicesJoseph Warner2013-07-145-0/+130
| | | | PHPBB3-11673
* [feature/oauth] Create OAuth service classesJoseph Warner2013-07-1416-31/+442
| | | | PHPBB3-11673
* [feature/oauth] Update class name based on last commitJoseph Warner2013-07-142-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Move oauth to auth/provider/oauthJoseph Warner2013-07-142-0/+220
| | | | PHPBB3-11673
* [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-141-0/+304
| | | | PHPBB3-11673
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-146-0/+1089
PHPBB3-11698