| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/oauth] Start work on linking an oauth account | Joseph Warner | 2013-07-29 | 2 | -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 now | Joseph Warner | 2013-07-29 | 1 | -5/+12 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] More work on getting login link working | Joseph Warner | 2013-07-29 | 1 | -61/+79 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Properly check that all data needed is available | Joseph Warner | 2013-07-29 | 3 | -3/+29 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Login works on login_link now, still does not actually link | Joseph Warner | 2013-07-29 | 2 | -11/+88 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Basic checking for data needed in login linking | Joseph Warner | 2013-07-29 | 3 | -3/+22 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] More work on login linking accounts | Joseph Warner | 2013-07-25 | 3 | -0/+58 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Template for ucp_login_link started | Joseph Warner | 2013-07-25 | 4 | -1/+18 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Have login_link loaded in ucp.php | Joseph Warner | 2013-07-25 | 1 | -0/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Finish fixes from tests and tests for token storage | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fixes for problems found by tests | Joseph Warner | 2013-07-24 | 1 | -6/+6 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Some work on login_link | Joseph Warner | 2013-07-24 | 1 | -0/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix error in token_storage::set_user_id() | Joseph Warner | 2013-07-24 | 1 | -3/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial login_link ucp class | Joseph Warner | 2013-07-24 | 1 | -0/+32 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Update comment to better reflect the action | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Start linking/registering OAuth accounts during login | Joseph Warner | 2013-07-24 | 4 | -1/+30 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Token must be updated with the user_id | Joseph Warner | 2013-07-24 | 1 | -2/+5 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Basic login functionality now working | Joseph Warner | 2013-07-24 | 2 | -10/+8 |
| | | | | | | | | 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 login | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Move language constants for oauth services to common.php | Joseph Warner | 2013-07-24 | 2 | -3/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix last typo. Authentication works for accounts in db | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix typo in token storage | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix more errors related to sql changes | Joseph Warner | 2013-07-23 | 2 | -2/+2 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix SQL error found in install | Joseph Warner | 2013-07-23 | 9 | -9/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix OAuth after schema changes | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix token storage after sql changes | Joseph Warner | 2013-07-23 | 1 | -4/+4 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Actual final schema changes | Joseph Warner | 2013-07-23 | 9 | -34/+34 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Finalize schema changes | Joseph Warner | 2013-07-23 | 10 | -10/+180 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix SQL error in token storage | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix errors in OAuth | Joseph Warner | 2013-07-23 | 4 | -3/+23 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Remove temporary google testing code | Joseph Warner | 2013-07-23 | 1 | -3/+4 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix outstanding issues with OAuth | Joseph Warner | 2013-07-23 | 2 | -10/+18 |
| | | | | | | | | 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 error | Joseph Warner | 2013-07-23 | 2 | -2/+2 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] OAuth init method to minimally validate entered data | Joseph Warner | 2013-07-23 | 2 | -7/+26 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] OAuth acp() method to return config field names | Joseph Warner | 2013-07-23 | 1 | -0/+17 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Update auth provider interface docs for block vars in ACP | Joseph Warner | 2013-07-23 | 3 | -4/+22 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Clean up the OAuth ACP template | Joseph Warner | 2013-07-23 | 2 | -4/+5 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix language bug with new ACP OAuth template | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Finish the template so it "works" | Joseph Warner | 2013-07-23 | 2 | -5/+8 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] ACP options for OAuth, needs some work | Joseph Warner | 2013-07-23 | 4 | -1/+55 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial UI element added, this is non-final | Joseph Warner | 2013-07-22 | 2 | -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 Warner | 2013-07-22 | 2 | -2/+18 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial step in creating OAuth login support | Joseph Warner | 2013-07-22 | 3 | -2/+26 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fall back to DB login if OAuth is enabled but not requested | Joseph Warner | 2013-07-22 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Clean up unneeded complexity | Joseph Warner | 2013-07-18 | 1 | -16/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix a bunch of errors in oauth.php | Joseph Warner | 2013-07-18 | 1 | -5/+5 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Temporary workaround for only allowing one auth provider | Joseph Warner | 2013-07-18 | 1 | -0/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix fatal error | Joseph Warner | 2013-07-18 | 1 | -3/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Google support | Joseph Warner | 2013-07-18 | 1 | -0/+21 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Facebook support | Joseph Warner | 2013-07-18 | 1 | -0/+21 |
| | | | | | PHPBB3-11673 | ||||
