| Commit message (Expand) | Author | Age | Files | Lines |
* | [feature/oauth] Start general auth linking page | Joseph Warner | 2013-08-05 | 3 | -0/+31 |
* | [feature/oauth] Pass users_table as parameter to OAuth in construct | Joseph Warner | 2013-08-02 | 2 | -2/+12 |
* | [feature/oauth] OAuth clear tokens on logout | Joseph Warner | 2013-08-02 | 1 | -0/+14 |
* | [feature/oauth] Fix error caused by previous change in OAuth | Joseph Warner | 2013-08-02 | 1 | -2/+2 |
* | [feature/oauth] Finish updating interface and related code | Joseph Warner | 2013-08-02 | 4 | -26/+22 |
* | [feature/oauth] Add get_login_data to the auth_provider_interface | Joseph Warner | 2013-08-02 | 4 | -3/+50 |
* | [feature/oauth] Forgot new line character | Joseph Warner | 2013-08-01 | 1 | -1/+2 |
* | [feature/oauth] Clean up OAuth services | Joseph Warner | 2013-08-01 | 1 | -1/+1 |
* | [feature/oauth] Clean up oauth.php | Joseph Warner | 2013-08-01 | 1 | -13/+17 |
* | [feature/oauth] Forgot to update schema files | Joseph Warner | 2013-07-31 | 6 | -7/+7 |
* | [feature/oauth] Attempt to fix postgres issue | Joseph Warner | 2013-07-31 | 2 | -2/+2 |
* | [feature/oauth] Login_link works with ucp_register now | Joseph Warner | 2013-07-31 | 1 | -7/+21 |
* | [feature/oauth] Fix errors on ucp_login_link | Joseph Warner | 2013-07-31 | 1 | -5/+4 |
* | [feature/oauth] Login_link in registration | Joseph Warner | 2013-07-31 | 2 | -7/+56 |
* | [feature/oauth] Start working on login_link registration support | Joseph Warner | 2013-07-30 | 1 | -3/+15 |
* | [feature/oauth] Login_link register form | Joseph Warner | 2013-07-30 | 1 | -0/+9 |
* | [feature/oauth] Reword some of the language text | Joseph Warner | 2013-07-30 | 1 | -2/+2 |
* | [feature/oauth] Clean up documentation | Joseph Warner | 2013-07-30 | 3 | -6/+6 |
* | [feature/oauth] Consolidate repeated query into one function | Joseph Warner | 2013-07-30 | 1 | -28/+28 |
* | [feature/oauth] Update user_id on the access token | Joseph Warner | 2013-07-29 | 1 | -0/+3 |
* | [feature/oauth] Update the auth interface | Joseph Warner | 2013-07-29 | 2 | -0/+36 |
* | [feature/oauth] Update the OAuth service interface | Joseph Warner | 2013-07-29 | 5 | -2/+47 |
* | [feature/oauth] Works in all tests now | Joseph Warner | 2013-07-29 | 3 | -11/+36 |
* | [feature/oauth] Worked in at least one test | Joseph Warner | 2013-07-29 | 1 | -4/+23 |
* | [feature/oauth] Add tests for the new token methods | Joseph Warner | 2013-07-29 | 1 | -0/+40 |
* | [feature/oauth] Start work on linking an oauth account | Joseph Warner | 2013-07-29 | 2 | -29/+130 |
* | [feature/oauth] Most of ucp page related to login option should be done now | Joseph Warner | 2013-07-29 | 1 | -5/+12 |
* | [feature/oauth] More work on getting login link working | Joseph Warner | 2013-07-29 | 1 | -61/+79 |
* | [feature/oauth] Properly check that all data needed is available | Joseph Warner | 2013-07-29 | 3 | -3/+29 |
* | [feature/oauth] Login works on login_link now, still does not actually link | Joseph Warner | 2013-07-29 | 2 | -11/+88 |
* | [feature/oauth] Basic checking for data needed in login linking | Joseph Warner | 2013-07-29 | 3 | -3/+22 |
* | [feature/oauth] More work on login linking accounts | Joseph Warner | 2013-07-25 | 3 | -0/+58 |
* | [feature/oauth] Template for ucp_login_link started | Joseph Warner | 2013-07-25 | 4 | -1/+18 |
* | [feature/oauth] Have login_link loaded in ucp.php | Joseph Warner | 2013-07-25 | 1 | -0/+9 |
* | [feature/oauth] Finish fixes from tests and tests for token storage | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
* | [feature/oauth] Refactor clear token test to get more useful output first | Joseph Warner | 2013-07-24 | 1 | -3/+6 |
* | [feature/oauth] Fixes for problems found by tests | Joseph Warner | 2013-07-24 | 2 | -7/+7 |
* | [feature/oauth] Clear token storage test | Joseph Warner | 2013-07-24 | 1 | -0/+7 |
* | [feature/oauth] Has Access Token test | Joseph Warner | 2013-07-24 | 1 | -1/+18 |
* | [feature/oauth] Clean up oauth_tokens test fixture | Joseph Warner | 2013-07-24 | 1 | -15/+0 |
* | [feature/oauth] Token storage test set_user_id() | Joseph Warner | 2013-07-24 | 1 | -6/+20 |
* | [feature/oauth] Replace spaces with tabs | Joseph Warner | 2013-07-24 | 1 | -8/+8 |
* | [feature/oauth] Token Storage retrieve access token test | Joseph Warner | 2013-07-24 | 1 | -4/+35 |
* | [feature/oauth] Initial token storage tests | Joseph Warner | 2013-07-24 | 2 | -0/+109 |
* | [feature/oauth] Some work on login_link | Joseph Warner | 2013-07-24 | 1 | -0/+3 |
* | [feature/oauth] Fix error in token_storage::set_user_id() | Joseph Warner | 2013-07-24 | 1 | -3/+3 |
* | [feature/oauth] Initial login_link ucp class | Joseph Warner | 2013-07-24 | 1 | -0/+32 |
* | [feature/oauth] Update comment to better reflect the action | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
* | [feature/oauth] Start linking/registering OAuth accounts during login | Joseph Warner | 2013-07-24 | 4 | -1/+30 |
* | [feature/oauth] Token must be updated with the user_id | Joseph Warner | 2013-07-24 | 1 | -2/+5 |