aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | [feature/oauth] Fix small issues on ucp pagesJoseph Warner2013-09-022-2/+3
| * | | | | | | | | | | | | | | | [feature/oauth] A few more minor changesJoseph Warner2013-08-241-0/+13
| * | | | | | | | | | | | | | | | [feature/oauth] Changes due to code reviewJoseph Warner2013-08-242-19/+17
| * | | | | | | | | | | | | | | | [feature/oauth] Fix issues on ucp_login_link from reviewJoseph Warner2013-08-241-3/+38
| * | | | | | | | | | | | | | | | [feature/oauth] Clean up TODOsJoseph Warner2013-08-241-1/+0
| * | | | | | | | | | | | | | | | [feature/oauth] Fix template not refreshing issueJoseph Warner2013-08-141-0/+3
| * | | | | | | | | | | | | | | | [feature/oauth] Fix bug found in testingJoseph Warner2013-08-141-3/+3
| * | | | | | | | | | | | | | | | [feature/oauth] Implement unlinking in OAuthJoseph Warner2013-08-141-0/+3
| * | | | | | | | | | | | | | | | [feature/oauth] Fix errors found in testing linkingJoseph Warner2013-08-141-1/+1
| * | | | | | | | | | | | | | | | [feature/oauth] Refactor oauth::link_account for two pathsJoseph Warner2013-08-141-1/+13
| * | | | | | | | | | | | | | | | [feature/oauth] Update link_account to allow for two methods of linkingJoseph Warner2013-08-142-1/+7
| * | | | | | | | | | | | | | | | [feature/oauth] Fix errors in ucp_auth_linkJoseph Warner2013-08-141-2/+2
| * | | | | | | | | | | | | | | | [feature/oauth] Start implementing link/unlink actionsJoseph Warner2013-08-141-0/+13
| * | | | | | | | | | | | | | | | [feature/oauth] Handle hidden fieldsJoseph Warner2013-08-121-0/+13
| * | | | | | | | | | | | | | | | [feature/oauth] Get the OAuth template in place for ucp_auth_linkJoseph Warner2013-08-121-0/+13
| * | | | | | | | | | | | | | | | [feature/oauth] Error handling on pageJoseph Warner2013-08-121-4/+22
| * | | | | | | | | | | | | | | | [feature/oauth] More template workJoseph Warner2013-08-091-0/+3
| * | | | | | | | | | | | | | | | [feature/oauth] Add method to return necessary data for auth_linkJoseph Warner2013-08-091-1/+10
| * | | | | | | | | | | | | | | | [feature/oauth] Start building the templateJoseph Warner2013-08-091-0/+28
| * | | | | | | | | | | | | | | | [feature/oauth] Default auth_link into UCP_PROFILE not UCP_MAINJoseph Warner2013-08-091-1/+1
| * | | | | | | | | | | | | | | | [feature/oauth] Forgot to have login_link be "in login" in ucpJoseph Warner2013-08-051-0/+34
| * | | | | | | | | | | | | | | | [feature/oauth] Start general auth linking pageJoseph Warner2013-08-051-0/+27
| * | | | | | | | | | | | | | | | [feature/oauth] Finish updating interface and related codeJoseph Warner2013-08-021-15/+4
| * | | | | | | | | | | | | | | | [feature/oauth] Add get_login_data to the auth_provider_interfaceJoseph Warner2013-08-021-0/+20
| * | | | | | | | | | | | | | | | [feature/oauth] Login_link works with ucp_register nowJoseph Warner2013-07-311-7/+21
| * | | | | | | | | | | | | | | | [feature/oauth] Fix errors on ucp_login_linkJoseph Warner2013-07-311-5/+4
| * | | | | | | | | | | | | | | | [feature/oauth] Login_link in registrationJoseph Warner2013-07-312-7/+56
| * | | | | | | | | | | | | | | | [feature/oauth] Start working on login_link registration supportJoseph Warner2013-07-301-3/+15
| * | | | | | | | | | | | | | | | [feature/oauth] Works in all tests nowJoseph Warner2013-07-291-7/+14
| * | | | | | | | | | | | | | | | [feature/oauth] Most of ucp page related to login option should be done nowJoseph Warner2013-07-291-5/+12
| * | | | | | | | | | | | | | | | [feature/oauth] More work on getting login link workingJoseph Warner2013-07-291-61/+79
| * | | | | | | | | | | | | | | | [feature/oauth] Properly check that all data needed is availableJoseph Warner2013-07-291-3/+10
| * | | | | | | | | | | | | | | | [feature/oauth] Login works on login_link now, still does not actually linkJoseph Warner2013-07-291-10/+87
| * | | | | | | | | | | | | | | | [feature/oauth] Basic checking for data needed in login linkingJoseph Warner2013-07-291-1/+15
| * | | | | | | | | | | | | | | | [feature/oauth] More work on login linking accountsJoseph Warner2013-07-251-0/+23
| * | | | | | | | | | | | | | | | [feature/oauth] Template for ucp_login_link startedJoseph Warner2013-07-251-1/+4
| * | | | | | | | | | | | | | | | [feature/oauth] Some work on login_linkJoseph Warner2013-07-241-0/+3
| * | | | | | | | | | | | | | | | [feature/oauth] Initial login_link ucp classJoseph Warner2013-07-241-0/+32
| * | | | | | | | | | | | | | | | [feature/oauth] Start linking/registering OAuth accounts during loginJoseph Warner2013-07-241-0/+1
| * | | | | | | | | | | | | | | | [feature/oauth] Basic login functionality now workingJoseph Warner2013-07-241-5/+2
| * | | | | | | | | | | | | | | | [feature/oauth] Fix outstanding issues with OAuthJoseph Warner2013-07-231-1/+1
| * | | | | | | | | | | | | | | | [feature/oauth] Update auth provider interface docs for block vars in ACPJoseph Warner2013-07-231-3/+2
| * | | | | | | | | | | | | | | | [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-1/+9
| * | | | | | | | | | | | | | | | [feature/oauth] Initial UI element added, this is non-finalJoseph Warner2013-07-221-0/+7
| * | | | | | | | | | | | | | | | [feature/oauth] Initial step in creating OAuth login supportJoseph Warner2013-07-221-1/+11
| * | | | | | | | | | | | | | | | [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-45/+0
| * | | | | | | | | | | | | | | | [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-142-524/+0
| * | | | | | | | | | | | | | | | [feature/oauth] Pathing information for some servicesJoseph Warner2013-07-141-3/+41
| * | | | | | | | | | | | | | | | [feature/oauth] Scopes/path part oneJoseph Warner2013-07-141-2/+59
| * | | | | | | | | | | | | | | | [feature/oauth] Changes to oauthJoseph Warner2013-07-141-3/+6