aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-234-1/+55
| | | | PHPBB3-11673
* [feature/oauth] Initial UI element added, this is non-finalJoseph Warner2013-07-222-1/+13
| | | | | | | At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673
* [feature/oauth] Possible way of getting the login data to login_box()Joseph Warner2013-07-222-2/+18
| | | | PHPBB3-11673
* [feature/oauth] Initial step in creating OAuth login supportJoseph Warner2013-07-223-2/+26
| | | | PHPBB3-11673
* [feature/oauth] Fall back to DB login if OAuth is enabled but not requestedJoseph Warner2013-07-221-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Clean up unneeded complexityJoseph Warner2013-07-181-16/+1
| | | | PHPBB3-11673
* [feature/oauth] Fix a bunch of errors in oauth.phpJoseph Warner2013-07-181-5/+5
| | | | PHPBB3-11673
* [feature/oauth] Temporary workaround for only allowing one auth providerJoseph Warner2013-07-181-0/+9
| | | | PHPBB3-11673
* [feature/oauth] Fix fatal errorJoseph Warner2013-07-181-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Google supportJoseph Warner2013-07-181-0/+21
| | | | PHPBB3-11673
* [feature/oauth] Facebook supportJoseph Warner2013-07-181-0/+21
| | | | PHPBB3-11673
* [feature/oauth] Remove unused methodJoseph Warner2013-07-181-51/+0
| | | | PHPBB3-11673
* [feature/oauth] Finish authenticating user codeJoseph Warner2013-07-181-0/+27
| | | | PHPBB3-11673
* [feature/oauth] Update service files + check for existing linksJoseph Warner2013-07-183-9/+29
| | | | PHPBB3-11673
* [feature/oauth] Finish clean up of removed providersJoseph Warner2013-07-181-86/+2
| | | | PHPBB3-11673
* [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-184-4/+29
| | | | PHPBB3-11673
* [feature/oauth] Bitly authentication method, no user_id associationJoseph Warner2013-07-182-1/+31
| | | | 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] Fix typoJoseph Warner2013-07-141-17/+17
| | | | PHPBB3-11673
* [feature/oauth] Update auth provider oauth to take in service providersJoseph Warner2013-07-142-1/+11
| | | | PHPBB3-11673
* [feature/oauth] Add constructor arguments to services fileJoseph Warner2013-07-141-17/+51
| | | | PHPBB3-11673
* [feature/oauth] Add constructorsJoseph Warner2013-07-1418-0/+306
| | | | PHPBB3-11673
* [feature/oauth] Add OAuth services to service fileJoseph Warner2013-07-141-0/+74
| | | | 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] Move last file to appropriate locationJoseph Warner2013-07-141-0/+0
| | | | 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/+0
| | | | PHPBB3-11673
* [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-142-0/+0
| | | | PHPBB3-11673
* [feature/oauth] Pathing information for some servicesJoseph Warner2013-07-141-3/+41
| | | | PHPBB3-11673
* [feature/oauth] Scopes/path part oneJoseph Warner2013-07-141-2/+59
| | | | PHPBB3-11673
* [feature/oauth] Changes to oauthJoseph Warner2013-07-141-3/+6
| | | | PHPBB3-11673
* [feature/oauth] Function to update user_id of a tokenJoseph Warner2013-07-141-0/+21
| | | | PHPBB3-9734
* [feature/oauth] Anonymous user does not depend on user_id in tokenJoseph Warner2013-07-141-18/+48
| | | | PHPBB3-11673
* [feature/oauth] Have array of services not just one in oauthJoseph Warner2013-07-141-7/+8
| | | | PHPBB3-11673
* [feature/oauth] Fix typoJoseph Warner2013-07-141-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Pass table in constructorJoseph Warner2013-07-144-18/+39
| | | | PHPBB3-11673
* [feature/oauth] Store anonymous user by session idJoseph Warner2013-07-142-3/+10
| | | | PHPBB3-9734
* [feature/oauth] Update invocation of method in OAuthJoseph Warner2013-07-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Have token storage use DBJoseph Warner2013-07-141-10/+67
| | | | PHPBB3-11673
* [feature/oauth] Use DB for OAuth token storageJoseph Warner2013-07-145-17/+66
| | | | PHPBB3-11673
* [feature/oauth] Document and rearrange methodsJoseph Warner2013-07-141-16/+33
| | | | PHPBB3-11673
* [feature/oauth] More work on loginJoseph Warner2013-07-141-25/+70
| | | | PHPBB3-11673