aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [feature/oauth] Subsilver2 ucp_login_linkJoseph Warner2013-08-241-0/+74
| | | | PHPBB3-11673
* [feature/oauth] Subsilver2 ucp_auth_link templatesJoseph Warner2013-08-242-0/+51
| | | | PHPBB3-11673
* [feature/oauth] Subsilver 2 login_body updatesJoseph Warner2013-08-222-0/+10
| | | | PHPBB3-11673
* [feature/oauth] Add newline at end of fileJoseph Warner2013-08-221-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-152-12/+70
| | | | PHPBB3-11673
* [feature/oauth] Refactor test to provide for easier to read testsJoseph Warner2013-08-141-12/+17
| | | | PHPBB3-11673
* [feature/oauth] Fix template not refreshing issueJoseph Warner2013-08-141-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Don't allow external login methods on admin authJoseph Warner2013-08-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Fix bug found in testingJoseph Warner2013-08-141-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Update auth provider interfaceJoseph Warner2013-08-141-0/+20
| | | | PHPBB3-11673
* [feature/oauth] Update language constants for ucp_auth_linkJoseph Warner2013-08-142-3/+7
| | | | PHPBB3-11673
* [feature/oauth] Always store session_id with tokenJoseph Warner2013-08-141-5/+1
| | | | PHPBB3-11673
* [feature/oauth] Fix small error in method callJoseph Warner2013-08-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] No need for this lineJoseph Warner2013-08-141-3/+0
| | | | PHPBB3-11673
* [feature/oauth] Fix errors in oauthJoseph Warner2013-08-141-4/+5
| | | | PHPBB3-11673
* [feature/oauth] Implement unlinking in OAuthJoseph Warner2013-08-142-0/+28
| | | | PHPBB3-11673
* [feature/oauth] Add unlink_account to auth interfaceJoseph Warner2013-08-142-0/+16
| | | | PHPBB3-11673
* [feature/oauth] Document internal functionsJoseph Warner2013-08-141-1/+24
| | | | PHPBB3-11673
* [feature/oauth] Fix errors found in testing linkingJoseph Warner2013-08-142-7/+4
| | | | PHPBB3-11673
* [feature/oauth] Refactor oauth::link_account for two pathsJoseph Warner2013-08-142-12/+62
| | | | PHPBB3-11673
* [feature/oauth] Update link_account to allow for two methods of linkingJoseph Warner2013-08-143-2/+19
| | | | PHPBB3-11673
* [feature/oauth] Fix errors in ucp_auth_linkJoseph Warner2013-08-141-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Start implementing link/unlink actionsJoseph Warner2013-08-143-6/+26
| | | | PHPBB3-11673
* [feature/oauth] Handle hidden fieldsJoseph Warner2013-08-123-2/+20
| | | | PHPBB3-11673
* [feature/oauth] Get the OAuth template in place for ucp_auth_linkJoseph Warner2013-08-124-9/+49
| | | | PHPBB3-11673
* [feature/oauth] Build OAuth data for ucp_auth_linkJoseph Warner2013-08-121-0/+43
| | | | PHPBB3-11673
* [feature/oauth] Error handling on pageJoseph Warner2013-08-122-4/+24
| | | | PHPBB3-11673
* [feature/oauth] More template workJoseph Warner2013-08-094-5/+19
| | | | PHPBB3-11673
* [feature/oauth] Add method to return necessary data for auth_linkJoseph Warner2013-08-092-1/+18
| | | | PHPBB3-11673
* [feature/oauth] Start building the templateJoseph Warner2013-08-093-0/+37
| | | | PHPBB3-11673
* [feature/oauth] Default auth_link into UCP_PROFILE not UCP_MAINJoseph Warner2013-08-091-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Fix ucp_auth_link headers/footersJoseph Warner2013-08-091-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Migration update for new ucp moduleJoseph Warner2013-08-071-1/+16
| | | | PHPBB3-11673
* [feature/oauth] Forgot to have login_link be "in login" in ucpJoseph Warner2013-08-053-2/+37
| | | | PHPBB3-11673
* [feature/oauth] Start general auth linking pageJoseph Warner2013-08-053-0/+31
| | | | PHPBB3-11673
* [feature/oauth] Pass users_table as parameter to OAuth in constructJoseph Warner2013-08-022-2/+12
| | | | PHPBB3-11673
* [feature/oauth] OAuth clear tokens on logoutJoseph Warner2013-08-021-0/+14
| | | | PHPBB3-11673
* [feature/oauth] Fix error caused by previous change in OAuthJoseph Warner2013-08-021-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Finish updating interface and related codeJoseph Warner2013-08-024-26/+22
| | | | PHPBB3-11673
* [feature/oauth] Add get_login_data to the auth_provider_interfaceJoseph Warner2013-08-024-3/+50
| | | | PHPBB3-11673
* [feature/oauth] Forgot new line characterJoseph Warner2013-08-011-1/+2
| | | | PHPBB3-11673
* [feature/oauth] Clean up OAuth servicesJoseph Warner2013-08-011-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Clean up oauth.phpJoseph Warner2013-08-011-13/+17
| | | | PHPBB3-11673
* [feature/oauth] Forgot to update schema filesJoseph Warner2013-07-316-7/+7
| | | | PHPBB3-11673
* [feature/oauth] Attempt to fix postgres issueJoseph Warner2013-07-312-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Login_link works with ucp_register nowJoseph Warner2013-07-311-7/+21
| | | | PHPBB3-11673
* [feature/oauth] Fix errors on ucp_login_linkJoseph Warner2013-07-311-5/+4
| | | | PHPBB3-11673
* [feature/oauth] Login_link in registrationJoseph Warner2013-07-312-7/+56
| | | | PHPBB3-11673
* [feature/oauth] Start working on login_link registration supportJoseph Warner2013-07-301-3/+15
| | | | PHPBB3-11673
* [feature/oauth] Login_link register formJoseph Warner2013-07-301-0/+9
| | | | PHPBB3-11673