aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-2/+0
* [ticket/16008] Properly order get_external_service_providermrgoldy2019-11-032-10/+10
* [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-036-266/+336
* [ticket/14586] Add OAuth1 supportJakub Senko2016-05-301-0/+102
* [ticket/12715] Cleanup comments in \phpbb\auth\provider\*Tristan Darricau2014-06-153-9/+9
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-30/+42
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-306-48/+0
* [ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.Andreas Fischer2013-10-111-1/+3
* [ticket/11700] Fix authentication acp after develop mergeNils Adermann2013-09-164-20/+28
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-8/+10
* [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] Changes due to code reviewJoseph Warner2013-08-243-12/+10
* [feature/oauth] Clean up TODOsJoseph Warner2013-08-243-8/+5
* [feature/oauth] Clean up OAuth servicesJoseph Warner2013-08-011-1/+1
* [feature/oauth] Clean up documentationJoseph Warner2013-07-302-5/+5
* [feature/oauth] Update the OAuth service interfaceJoseph Warner2013-07-294-1/+46
* [feature/oauth] Works in all tests nowJoseph Warner2013-07-291-1/+19
* [feature/oauth] Fix errors in OAuthJoseph Warner2013-07-233-3/+21
* [feature/oauth] Google supportJoseph Warner2013-07-181-0/+21
* [feature/oauth] Facebook supportJoseph Warner2013-07-181-0/+21
* [feature/oauth] Remove OAuth providers to make PR smallerJoseph Warner2013-07-1815-842/+0
* [feature/oauth] Create means to associate phpBB account with externalJoseph Warner2013-07-182-2/+4
* [feature/oauth] Bitly authentication method, no user_id associationJoseph Warner2013-07-181-1/+30
* [feature/oauth] Update interface appropriatelyJoseph Warner2013-07-151-0/+7
* [feature/oauth] Define method to perform login actions for a providerJoseph Warner2013-07-152-0/+37
* [feature/oauth] Add constructorsJoseph Warner2013-07-1418-0/+306
* [feature/oauth] Get service credentials on each OAuth serviceJoseph Warner2013-07-1419-12/+201
* [feature/oauth] Set required scopes on more providersJoseph Warner2013-07-142-2/+20
* [feature/oauth] Last five oauth servicesJoseph Warner2013-07-145-0/+130
* [feature/oauth] Create OAuth service classesJoseph Warner2013-07-1415-0/+442