aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth
Commit message (Collapse)AuthorAgeFilesLines
...
| * [feature/oauth] Update user_id on the access tokenJoseph Warner2013-07-291-0/+3
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Update the auth interfaceJoseph Warner2013-07-292-0/+36
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Update the OAuth service interfaceJoseph Warner2013-07-295-2/+47
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Works in all tests nowJoseph Warner2013-07-292-4/+22
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Worked in at least one testJoseph Warner2013-07-291-4/+23
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Start work on linking an oauth accountJoseph Warner2013-07-292-29/+130
| | | | | | | | | | | | Updates token storage to allow retrieval only by session_id PHPBB3-11673
| * [feature/oauth] Properly check that all data needed is availableJoseph Warner2013-07-291-0/+18
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Finish fixes from tests and tests for token storageJoseph Warner2013-07-241-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fixes for problems found by testsJoseph Warner2013-07-241-6/+6
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix error in token_storage::set_user_id()Joseph Warner2013-07-241-3/+3
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Update comment to better reflect the actionJoseph Warner2013-07-241-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Start linking/registering OAuth accounts during loginJoseph Warner2013-07-243-1/+29
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Token must be updated with the user_idJoseph Warner2013-07-241-2/+5
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Basic login functionality now workingJoseph Warner2013-07-241-5/+6
| | | | | | | | | | | | | | These changes are currently unique to OAuth and need to be made generic so that any auth provider can modify the login template. PHPBB3-11673
| * [feature/oauth] Fix OAuth loginJoseph Warner2013-07-241-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix last typo. Authentication works for accounts in dbJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix typo in token storageJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix OAuth after schema changesJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix token storage after sql changesJoseph Warner2013-07-231-4/+4
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix SQL error in token storageJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix errors in OAuthJoseph Warner2013-07-233-3/+21
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Remove temporary google testing codeJoseph Warner2013-07-231-3/+4
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix outstanding issues with OAuthJoseph Warner2013-07-231-9/+17
| | | | | | | | | | | | | | Includes a temporary change that allows me to test against google. This will be removed shortly. PHPBB3-11673
| * [feature/oauth] Update error message with actual errorJoseph Warner2013-07-231-2/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] OAuth init method to minimally validate entered dataJoseph Warner2013-07-231-0/+18
| | | | | | | | PHPBB3-11673
| * [feature/oauth] OAuth acp() method to return config field namesJoseph Warner2013-07-231-0/+17
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Update auth provider interface docs for block vars in ACPJoseph Warner2013-07-232-1/+20
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Fix language bug with new ACP OAuth templateJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Finish the template so it "works"Joseph Warner2013-07-231-3/+6
| | | | | | | | PHPBB3-11673
| * [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-0/+22
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Possible way of getting the login data to login_box()Joseph Warner2013-07-221-1/+17
| | | | | | | | PHPBB3-11673
| * [feature/oauth] Initial step in creating OAuth login supportJoseph Warner2013-07-221-0/+10
| | | | | | | | 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-181-7/+25
| | | | | | | | 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-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