aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [feature/oauth] Fix bug on ucp_auth_link related to error displayJoseph Warner2013-09-021-0/+1
| | | | PHPBB3-11673
* [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
| | | | PHPBB3-11673
* [feature/oauth] More minor changes from reviewJoseph Warner2013-09-022-4/+5
| | | | PHPBB3-11673
* [feature/oauth] Fix small issues on ucp pagesJoseph Warner2013-09-022-2/+3
| | | | PHPBB3-11673
* [feature/oauth] A few more minor changesJoseph Warner2013-08-241-0/+13
| | | | PHPBB3-11673
* [feature/oauth] Changes due to code reviewJoseph Warner2013-08-242-19/+17
| | | | PHPBB3-11673
* [feature/oauth] Fix issues on ucp_login_link from reviewJoseph Warner2013-08-241-3/+38
| | | | PHPBB3-11673
* [feature/oauth] Clean up TODOsJoseph Warner2013-08-241-1/+0
| | | | PHPBB3-11673
* [feature/oauth] Fix template not refreshing issueJoseph Warner2013-08-141-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Fix bug found in testingJoseph Warner2013-08-141-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Implement unlinking in OAuthJoseph Warner2013-08-141-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Fix errors found in testing linkingJoseph Warner2013-08-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Refactor oauth::link_account for two pathsJoseph Warner2013-08-141-1/+13
| | | | PHPBB3-11673
* [feature/oauth] Update link_account to allow for two methods of linkingJoseph Warner2013-08-142-1/+7
| | | | 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-141-0/+13
| | | | PHPBB3-11673
* [feature/oauth] Handle hidden fieldsJoseph Warner2013-08-121-0/+13
| | | | PHPBB3-11673
* [feature/oauth] Get the OAuth template in place for ucp_auth_linkJoseph Warner2013-08-121-0/+13
| | | | PHPBB3-11673
* [feature/oauth] Error handling on pageJoseph Warner2013-08-121-4/+22
| | | | PHPBB3-11673
* [feature/oauth] More template workJoseph Warner2013-08-091-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Add method to return necessary data for auth_linkJoseph Warner2013-08-091-1/+10
| | | | PHPBB3-11673
* [feature/oauth] Start building the templateJoseph Warner2013-08-091-0/+28
| | | | PHPBB3-11673
* [feature/oauth] Default auth_link into UCP_PROFILE not UCP_MAINJoseph Warner2013-08-091-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Forgot to have login_link be "in login" in ucpJoseph Warner2013-08-051-0/+34
| | | | PHPBB3-11673
* [feature/oauth] Start general auth linking pageJoseph Warner2013-08-051-0/+27
| | | | PHPBB3-11673
* [feature/oauth] Finish updating interface and related codeJoseph Warner2013-08-021-15/+4
| | | | PHPBB3-11673
* [feature/oauth] Add get_login_data to the auth_provider_interfaceJoseph Warner2013-08-021-0/+20
| | | | 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] Works in all tests nowJoseph Warner2013-07-291-7/+14
| | | | 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-291-3/+10
| | | | PHPBB3-11673
* [feature/oauth] Login works on login_link now, still does not actually linkJoseph Warner2013-07-291-10/+87
| | | | PHPBB3-11673
* [feature/oauth] Basic checking for data needed in login linkingJoseph Warner2013-07-291-1/+15
| | | | PHPBB3-11673
* [feature/oauth] More work on login linking accountsJoseph Warner2013-07-251-0/+23
| | | | PHPBB3-11673
* [feature/oauth] Template for ucp_login_link startedJoseph Warner2013-07-251-1/+4
| | | | PHPBB3-11673
* [feature/oauth] Some work on login_linkJoseph Warner2013-07-241-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Initial login_link ucp classJoseph Warner2013-07-241-0/+32
| | | | PHPBB3-11673
* [feature/oauth] Start linking/registering OAuth accounts during loginJoseph Warner2013-07-241-0/+1
| | | | PHPBB3-11673
* [feature/oauth] Basic login functionality now workingJoseph Warner2013-07-241-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 OAuthJoseph Warner2013-07-231-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 ACPJoseph Warner2013-07-231-3/+2
| | | | PHPBB3-11673
* [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-1/+9
| | | | PHPBB3-11673
* [feature/oauth] Initial UI element added, this is non-finalJoseph Warner2013-07-221-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 supportJoseph Warner2013-07-221-1/+11
| | | | PHPBB3-11673
* [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-45/+0
| | | | PHPBB3-11673
* [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-142-524/+0
| | | | PHPBB3-11673