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