Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/oauth] Fix bug on ucp_auth_link related to error display | Joseph Warner | 2013-09-02 | 1 | -0/+1 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] More small fixes | Joseph Warner | 2013-09-02 | 1 | -1/+1 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] More minor changes from review | Joseph Warner | 2013-09-02 | 2 | -4/+5 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix small issues on ucp pages | Joseph Warner | 2013-09-02 | 2 | -2/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] A few more minor changes | Joseph Warner | 2013-08-24 | 1 | -0/+13 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Changes due to code review | Joseph Warner | 2013-08-24 | 2 | -19/+17 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix issues on ucp_login_link from review | Joseph Warner | 2013-08-24 | 1 | -3/+38 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Clean up TODOs | Joseph Warner | 2013-08-24 | 1 | -1/+0 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix template not refreshing issue | Joseph Warner | 2013-08-14 | 1 | -0/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix bug found in testing | Joseph Warner | 2013-08-14 | 1 | -3/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Implement unlinking in OAuth | Joseph Warner | 2013-08-14 | 1 | -0/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix errors found in testing linking | Joseph Warner | 2013-08-14 | 1 | -1/+1 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Refactor oauth::link_account for two paths | Joseph Warner | 2013-08-14 | 1 | -1/+13 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Update link_account to allow for two methods of linking | Joseph Warner | 2013-08-14 | 2 | -1/+7 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix errors in ucp_auth_link | Joseph Warner | 2013-08-14 | 1 | -2/+2 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Start implementing link/unlink actions | Joseph Warner | 2013-08-14 | 1 | -0/+13 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Handle hidden fields | Joseph Warner | 2013-08-12 | 1 | -0/+13 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Get the OAuth template in place for ucp_auth_link | Joseph Warner | 2013-08-12 | 1 | -0/+13 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Error handling on page | Joseph Warner | 2013-08-12 | 1 | -4/+22 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] More template work | Joseph Warner | 2013-08-09 | 1 | -0/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Add method to return necessary data for auth_link | Joseph Warner | 2013-08-09 | 1 | -1/+10 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Start building the template | Joseph Warner | 2013-08-09 | 1 | -0/+28 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Default auth_link into UCP_PROFILE not UCP_MAIN | Joseph Warner | 2013-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Forgot to have login_link be "in login" in ucp | Joseph Warner | 2013-08-05 | 1 | -0/+34 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Start general auth linking page | Joseph Warner | 2013-08-05 | 1 | -0/+27 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Finish updating interface and related code | Joseph Warner | 2013-08-02 | 1 | -15/+4 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Add get_login_data to the auth_provider_interface | Joseph Warner | 2013-08-02 | 1 | -0/+20 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Login_link works with ucp_register now | Joseph Warner | 2013-07-31 | 1 | -7/+21 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Fix errors on ucp_login_link | Joseph Warner | 2013-07-31 | 1 | -5/+4 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Login_link in registration | Joseph Warner | 2013-07-31 | 2 | -7/+56 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Start working on login_link registration support | Joseph Warner | 2013-07-30 | 1 | -3/+15 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Works in all tests now | Joseph Warner | 2013-07-29 | 1 | -7/+14 |
| | | | | 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 | 1 | -3/+10 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Login works on login_link now, still does not actually link | Joseph Warner | 2013-07-29 | 1 | -10/+87 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Basic checking for data needed in login linking | Joseph Warner | 2013-07-29 | 1 | -1/+15 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] More work on login linking accounts | Joseph Warner | 2013-07-25 | 1 | -0/+23 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Template for ucp_login_link started | Joseph Warner | 2013-07-25 | 1 | -1/+4 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Some work on login_link | Joseph Warner | 2013-07-24 | 1 | -0/+3 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Initial login_link ucp class | Joseph Warner | 2013-07-24 | 1 | -0/+32 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Start linking/registering OAuth accounts during login | Joseph Warner | 2013-07-24 | 1 | -0/+1 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Basic login functionality now working | Joseph Warner | 2013-07-24 | 1 | -5/+2 |
| | | | | | | | 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 outstanding issues with OAuth | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | | | Includes a temporary change that allows me to test against google. This will be removed shortly. PHPBB3-11673 | ||||
* | [feature/oauth] Update auth provider interface docs for block vars in ACP | Joseph Warner | 2013-07-23 | 1 | -3/+2 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] ACP options for OAuth, needs some work | Joseph Warner | 2013-07-23 | 1 | -1/+9 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Initial UI element added, this is non-final | Joseph Warner | 2013-07-22 | 1 | -0/+7 |
| | | | | | | | At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673 | ||||
* | [feature/oauth] Initial step in creating OAuth login support | Joseph Warner | 2013-07-22 | 1 | -1/+11 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Move last file to appropriate location | Joseph Warner | 2013-07-14 | 1 | -45/+0 |
| | | | | PHPBB3-11673 | ||||
* | [feature/oauth] Move OAuth to /phpBB/phpbb | Joseph Warner | 2013-07-14 | 2 | -524/+0 |
| | | | | PHPBB3-11673 |