aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/token_storage.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16008] Adjust naming and remove typoMarc Alexander2019-11-111-4/+4
* [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-031-159/+187
* [ticket/14586] Add OAuth1 supportJakub Senko2016-05-301-5/+19
* [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-041-9/+223
* Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-301-1/+0
|\
| * [ticket/13790] Update phpcsTristan Darricau2015-05-191-1/+0
* | [ticket/13838] Fix coding styleNicofuma2015-05-141-2/+4
|/
* Merge pull request #2598 from Nicofuma/ticket/12716Joas Schilling2014-06-271-1/+1
|\
| * [ticket/12716] Add the missing parameters in the call of clearTokenTristan Darricau2014-06-151-1/+1
* | [ticket/12715] Cleanup comments in \phpbb\auth\provider\*Tristan Darricau2014-06-151-1/+2
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-2/+2
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-6/+8
* [feature/oauth] More minor changes from reviewJoseph Warner2013-09-021-13/+13
* [feature/oauth] Fix small bug introduced by update in OAuth libraryJoseph Warner2013-09-021-0/+30
* [feature/oauth] Make token storage service ignorantJoseph Warner2013-09-021-20/+11
* [feature/oauth] Update storage implementation due to inteface changeJoseph Warner2013-09-021-2/+20
* [feature/oauth] A few more minor changesJoseph Warner2013-08-241-1/+1
* [feature/oauth] Changes due to code reviewJoseph Warner2013-08-241-20/+15
* [feature/oauth] Finish cleaning up TODOsJoseph Warner2013-08-241-4/+2
* [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-151-2/+55
* [feature/oauth] Always store session_id with tokenJoseph Warner2013-08-141-5/+1
* [feature/oauth] Consolidate repeated query into one functionJoseph Warner2013-07-301-28/+28
* [feature/oauth] Start work on linking an oauth accountJoseph Warner2013-07-291-29/+94
* [feature/oauth] Finish fixes from tests and tests for token storageJoseph Warner2013-07-241-1/+1
* [feature/oauth] Fixes for problems found by testsJoseph Warner2013-07-241-6/+6
* [feature/oauth] Fix error in token_storage::set_user_id()Joseph Warner2013-07-241-3/+3
* [feature/oauth] Fix typo in token storageJoseph Warner2013-07-231-1/+1
* [feature/oauth] Fix token storage after sql changesJoseph Warner2013-07-231-4/+4
* [feature/oauth] Fix SQL error in token storageJoseph Warner2013-07-231-1/+1
* [feature/oauth] Update class name based on last commitJoseph Warner2013-07-141-1/+1
* [feature/oauth] Move oauth to auth/provider/oauthJoseph Warner2013-07-141-0/+220