| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/16008] Adjust naming and remove typo | Marc Alexander | 2019-11-11 | 1 | -4/+4 |
| | | | | | PHPBB3-16008 | ||||
| * | [ticket/16008] Clean up phpBB OAuth system | mrgoldy | 2019-11-03 | 1 | -159/+187 |
| | | | | | PHPBB3-16008 | ||||
| * | [ticket/14586] Add OAuth1 support | Jakub Senko | 2016-05-30 | 1 | -5/+19 |
| | | | | | PHPBB3-14586 | ||||
| * | [ticket/14250] Change token_storage class to fit changed interface | Oliver Schramm | 2016-01-04 | 1 | -9/+223 |
| | | | | | PHPBB3-14250 | ||||
| * | Merge pull request #3560 from Nicofuma/ticket/13790 | Nils Adermann | 2015-05-30 | 1 | -1/+0 |
| |\ | | | | | [ticket/13790] Update phpcs | ||||
| | * | [ticket/13790] Update phpcs | Tristan Darricau | 2015-05-19 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-13790 | ||||
| * | | [ticket/13838] Fix coding style | Nicofuma | 2015-05-14 | 1 | -2/+4 |
| |/ | | | | PHPBB3-13838 | ||||
| * | Merge pull request #2598 from Nicofuma/ticket/12716 | Joas Schilling | 2014-06-27 | 1 | -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 clearToken | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12716 | ||||
| * | | [ticket/12715] Cleanup comments in \phpbb\auth\provider\* | Tristan Darricau | 2014-06-15 | 1 | -1/+2 |
| |/ | | | | PHPBB3-12715 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -3/+3 |
| | | | | | PHPBB3-12282 | ||||
| * | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | | PHPBB3-11980 | ||||
| * | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 1 | -2/+2 |
| | | | | | PHPBB3-11981 | ||||
| * | [ticket/11700] Fix tests after merging new develop code | Nils Adermann | 2013-09-16 | 1 | -6/+8 |
| | | | | | PHPBB3-11700 | ||||
| * | [feature/oauth] More minor changes from review | Joseph Warner | 2013-09-02 | 1 | -13/+13 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix small bug introduced by update in OAuth library | Joseph Warner | 2013-09-02 | 1 | -0/+30 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Make token storage service ignorant | Joseph Warner | 2013-09-02 | 1 | -20/+11 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Update storage implementation due to inteface change | Joseph Warner | 2013-09-02 | 1 | -2/+20 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] A few more minor changes | Joseph Warner | 2013-08-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Changes due to code review | Joseph Warner | 2013-08-24 | 1 | -20/+15 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Finish cleaning up TODOs | Joseph Warner | 2013-08-24 | 1 | -4/+2 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix remaining issues with token storage | Joseph Warner | 2013-08-15 | 1 | -2/+55 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Always store session_id with token | Joseph Warner | 2013-08-14 | 1 | -5/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Consolidate repeated query into one function | Joseph Warner | 2013-07-30 | 1 | -28/+28 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Start work on linking an oauth account | Joseph Warner | 2013-07-29 | 1 | -29/+94 |
| | | | | | | | Updates token storage to allow retrieval only by session_id PHPBB3-11673 | ||||
| * | [feature/oauth] Finish fixes from tests and tests for token storage | Joseph Warner | 2013-07-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fixes for problems found by tests | Joseph Warner | 2013-07-24 | 1 | -6/+6 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix error in token_storage::set_user_id() | Joseph Warner | 2013-07-24 | 1 | -3/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix typo in token storage | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix token storage after sql changes | Joseph Warner | 2013-07-23 | 1 | -4/+4 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix SQL error in token storage | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Update class name based on last commit | Joseph Warner | 2013-07-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Move oauth to auth/provider/oauth | Joseph Warner | 2013-07-14 | 1 | -0/+220 |
| PHPBB3-11673 | |||||
