aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [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] 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
* [feature/oauth] Reword some of the language textJoseph Warner2013-07-301-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Clean up documentationJoseph Warner2013-07-303-6/+6
| | | | PHPBB3-11673
* [feature/oauth] Consolidate repeated query into one functionJoseph Warner2013-07-301-28/+28
| | | | PHPBB3-11673
* [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-293-11/+36
| | | | 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] Most of ucp page related to login option should be done nowJoseph Warner2013-07-291-5/+12
| | | | PHPBB3-11673
* [feature/oauth] More work on getting login link workingJoseph Warner2013-07-291-61/+79
| | | | PHPBB3-11673
* [feature/oauth] Properly check that all data needed is availableJoseph Warner2013-07-293-3/+29
| | | | PHPBB3-11673
* [feature/oauth] Login works on login_link now, still does not actually linkJoseph Warner2013-07-292-11/+88
| | | | PHPBB3-11673
* [feature/oauth] Basic checking for data needed in login linkingJoseph Warner2013-07-293-3/+22
| | | | PHPBB3-11673
* [feature/oauth] More work on login linking accountsJoseph Warner2013-07-253-0/+58
| | | | PHPBB3-11673
* [feature/oauth] Template for ucp_login_link startedJoseph Warner2013-07-254-1/+18
| | | | PHPBB3-11673
* [feature/oauth] Have login_link loaded in ucp.phpJoseph Warner2013-07-251-0/+9
| | | | 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] Some work on login_linkJoseph Warner2013-07-241-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Fix error in token_storage::set_user_id()Joseph Warner2013-07-241-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Initial login_link ucp classJoseph Warner2013-07-241-0/+32
| | | | 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-244-1/+30
| | | | PHPBB3-11673
* [feature/oauth] Token must be updated with the user_idJoseph Warner2013-07-241-2/+5
| | | | PHPBB3-11673