aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #1703 from cyberalien/ticket/develop/11832Nathan Guse2013-09-091-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [ticket/develop/11832] Fix path detectionVjacheslav Trushkin2013-09-091-1/+7
|/ / / / / / / / / / /
| | | * | | | | | | | [feature/oauth] Fix tabindexJoseph Warner2013-09-091-5/+5
| | | * | | | | | | | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-06239-5469/+5282
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | * | | | | | | | [feature/oauth] Fix bug on ucp_auth_link related to error displayJoseph Warner2013-09-021-0/+1
| | | * | | | | | | | [feature/oauth] More small fixesJoseph Warner2013-09-024-8/+8
| | | * | | | | | | | [feature/oauth] More minor changes from reviewJoseph Warner2013-09-025-21/+22
| | | * | | | | | | | [feature/oauth] Fix small bug introduced by update in OAuth libraryJoseph Warner2013-09-021-0/+30
| | | * | | | | | | | [feature/oauth] Fix small issues on ucp pagesJoseph Warner2013-09-022-2/+3
| | | * | | | | | | | [feature/oauth] Fix typo in OAuth logout methodJoseph Warner2013-09-021-1/+1
| | | * | | | | | | | [feature/oauth] Make token storage service ignorantJoseph Warner2013-09-023-48/+39
| | | * | | | | | | | [feature/oauth] Update oauth::logout() to use clearAllTokens()Joseph Warner2013-09-021-4/+2
| | | * | | | | | | | [feature/oauth] Update storage implementation due to inteface changeJoseph Warner2013-09-022-3/+21
| | | * | | | | | | | [feature/oauth] Update lusitanian/oauth to stable branchJoseph Warner2013-09-022-17/+27
| | | * | | | | | | | [feature/oauth] Update comment on oauth service exceptionJoseph Warner2013-08-241-3/+4
| | | * | | | | | | | [feature/oauth] Forgot to remove placeholder commentJoseph Warner2013-08-241-1/+0
| | | * | | | | | | | [feature/oauth] OAuth service exceptionJoseph Warner2013-08-245-6/+32
| | | * | | | | | | | [feature/oauth] A few more minor changesJoseph Warner2013-08-242-1/+14
| | | * | | | | | | | [feature/oauth] Changes due to code reviewJoseph Warner2013-08-2410-67/+62
| | | * | | | | | | | [feature/oauth] Fix redirectsJoseph Warner2013-08-243-8/+25
| | | * | | | | | | | [feature/oauth] Fix issues on ucp_login_link from reviewJoseph Warner2013-08-241-3/+38
| | | * | | | | | | | [feature/oauth] Fix indentation on new language constantsJoseph Warner2013-08-241-7/+7
| | | * | | | | | | | [feature/oauth] Finish cleaning up TODOsJoseph Warner2013-08-242-4/+4
| | | * | | | | | | | [feature/oauth] Clean up TODOsJoseph Warner2013-08-246-12/+8
| | | * | | | | | | | [feature/oauth] Subsilver2 ucp_login_linkJoseph Warner2013-08-241-0/+74
| | | * | | | | | | | [feature/oauth] Subsilver2 ucp_auth_link templatesJoseph Warner2013-08-242-0/+51
| | | * | | | | | | | [feature/oauth] Subsilver 2 login_body updatesJoseph Warner2013-08-222-0/+10
| | | * | | | | | | | [feature/oauth] Add newline at end of fileJoseph Warner2013-08-221-1/+1
| | | * | | | | | | | [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-152-12/+70
| | | * | | | | | | | [feature/oauth] Refactor test to provide for easier to read testsJoseph Warner2013-08-141-12/+17
| | | * | | | | | | | [feature/oauth] Fix template not refreshing issueJoseph Warner2013-08-141-0/+3
| | | * | | | | | | | [feature/oauth] Don't allow external login methods on admin authJoseph Warner2013-08-141-1/+1
| | | * | | | | | | | [feature/oauth] Fix bug found in testingJoseph Warner2013-08-141-3/+3
| | | * | | | | | | | [feature/oauth] Update auth provider interfaceJoseph Warner2013-08-141-0/+20
| | | * | | | | | | | [feature/oauth] Update language constants for ucp_auth_linkJoseph Warner2013-08-142-3/+7
| | | * | | | | | | | [feature/oauth] Always store session_id with tokenJoseph Warner2013-08-141-5/+1
| | | * | | | | | | | [feature/oauth] Fix small error in method callJoseph Warner2013-08-141-1/+1
| | | * | | | | | | | [feature/oauth] No need for this lineJoseph Warner2013-08-141-3/+0
| | | * | | | | | | | [feature/oauth] Fix errors in oauthJoseph Warner2013-08-141-4/+5
| | | * | | | | | | | [feature/oauth] Implement unlinking in OAuthJoseph Warner2013-08-142-0/+28
| | | * | | | | | | | [feature/oauth] Add unlink_account to auth interfaceJoseph Warner2013-08-142-0/+16
| | | * | | | | | | | [feature/oauth] Document internal functionsJoseph Warner2013-08-141-1/+24
| | | * | | | | | | | [feature/oauth] Fix errors found in testing linkingJoseph Warner2013-08-142-7/+4
| | | * | | | | | | | [feature/oauth] Refactor oauth::link_account for two pathsJoseph Warner2013-08-142-12/+62
| | | * | | | | | | | [feature/oauth] Update link_account to allow for two methods of linkingJoseph Warner2013-08-143-2/+19
| | | * | | | | | | | [feature/oauth] Fix errors in ucp_auth_linkJoseph Warner2013-08-141-2/+2
| | | * | | | | | | | [feature/oauth] Start implementing link/unlink actionsJoseph Warner2013-08-143-6/+26
| | | * | | | | | | | [feature/oauth] Handle hidden fieldsJoseph Warner2013-08-123-2/+20
| | | * | | | | | | | [feature/oauth] Get the OAuth template in place for ucp_auth_linkJoseph Warner2013-08-124-9/+49
| | | * | | | | | | | [feature/oauth] Build OAuth data for ucp_auth_linkJoseph Warner2013-08-121-0/+43