| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/oauth] More work on getting login link working | Joseph Warner | 2013-07-29 | 1 | -61/+79 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Properly check that all data needed is available | Joseph Warner | 2013-07-29 | 1 | -3/+10 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Login works on login_link now, still does not actually link | Joseph Warner | 2013-07-29 | 1 | -10/+87 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Basic checking for data needed in login linking | Joseph Warner | 2013-07-29 | 1 | -1/+15 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] More work on login linking accounts | Joseph Warner | 2013-07-25 | 1 | -0/+23 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Template for ucp_login_link started | Joseph Warner | 2013-07-25 | 1 | -1/+4 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Some work on login_link | Joseph Warner | 2013-07-24 | 1 | -0/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial login_link ucp class | Joseph Warner | 2013-07-24 | 1 | -0/+32 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Start linking/registering OAuth accounts during login | Joseph Warner | 2013-07-24 | 1 | -0/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Basic login functionality now working | Joseph Warner | 2013-07-24 | 1 | -5/+2 |
| | | | | | | | | These changes are currently unique to OAuth and need to be made generic so that any auth provider can modify the login template. PHPBB3-11673 | ||||
| * | [feature/oauth] Fix outstanding issues with OAuth | Joseph Warner | 2013-07-23 | 1 | -1/+1 |
| | | | | | | | | Includes a temporary change that allows me to test against google. This will be removed shortly. PHPBB3-11673 | ||||
| * | [feature/oauth] Update auth provider interface docs for block vars in ACP | Joseph Warner | 2013-07-23 | 1 | -3/+2 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] ACP options for OAuth, needs some work | Joseph Warner | 2013-07-23 | 1 | -1/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Initial UI element added, this is non-final | Joseph Warner | 2013-07-22 | 1 | -0/+7 |
| | | | | | | | | At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673 | ||||
| * | [feature/oauth] Initial step in creating OAuth login support | Joseph Warner | 2013-07-22 | 1 | -1/+11 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Move last file to appropriate location | Joseph Warner | 2013-07-14 | 1 | -45/+0 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Move OAuth to /phpBB/phpbb | Joseph Warner | 2013-07-14 | 2 | -524/+0 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Pathing information for some services | Joseph Warner | 2013-07-14 | 1 | -3/+41 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Scopes/path part one | Joseph Warner | 2013-07-14 | 1 | -2/+59 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Changes to oauth | Joseph Warner | 2013-07-14 | 1 | -3/+6 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Function to update user_id of a token | Joseph Warner | 2013-07-14 | 1 | -0/+21 |
| | | | | | PHPBB3-9734 | ||||
| * | [feature/oauth] Anonymous user does not depend on user_id in token | Joseph Warner | 2013-07-14 | 1 | -18/+48 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Have array of services not just one in oauth | Joseph Warner | 2013-07-14 | 1 | -7/+8 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Fix typo | Joseph Warner | 2013-07-14 | 1 | -2/+2 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Pass table in constructor | Joseph Warner | 2013-07-14 | 2 | -18/+37 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Store anonymous user by session id | Joseph Warner | 2013-07-14 | 1 | -2/+5 |
| | | | | | PHPBB3-9734 | ||||
| * | [feature/oauth] Update invocation of method in OAuth | Joseph Warner | 2013-07-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Have token storage use DB | Joseph Warner | 2013-07-14 | 1 | -10/+67 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Use DB for OAuth token storage | Joseph Warner | 2013-07-14 | 3 | -16/+57 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Document and rearrange methods | Joseph Warner | 2013-07-14 | 1 | -16/+33 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] More work on login | Joseph Warner | 2013-07-14 | 1 | -25/+70 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Continue work on OAuth login | Joseph Warner | 2013-07-14 | 1 | -7/+44 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Token Storage Skeleton | Joseph Warner | 2013-07-14 | 1 | -0/+94 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Check that the service actually has settings | Joseph Warner | 2013-07-14 | 1 | -0/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Additional work on implementing login | Joseph Warner | 2013-07-14 | 1 | -17/+18 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Start implementing login | Joseph Warner | 2013-07-14 | 1 | -0/+48 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] OAuth provider skeleton | Joseph Warner | 2013-07-14 | 1 | -0/+48 |
| | | | | | PHPBB3-11673 | ||||
| * | [ticket/11696] Move file to new directory | Joas Schilling | 2013-07-14 | 1 | -2486/+0 |
| | | | | | PHPBB3-11696 | ||||
| * | [ticket/11696] Rename constructor to __construct() | Joas Schilling | 2013-07-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11696 | ||||
| * | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 4 | -20/+2 |
| | | | | | PHPBB3-11696 | ||||
| * | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 247 | -46792/+1 |
| | | | | | PHPBB3-11698 | ||||
| * | Merge pull request #1555 from EXreaction/ticket/11692 | Nils Adermann | 2013-07-13 | 1 | -1/+4 |
| |\ | | | | | [ticket/11692] Don't update search_type in dev migration if already appended | ||||
| | * | [ticket/11692] Don't update search_type in dev migration if already appended | Nathaniel Guse | 2013-07-13 | 1 | -1/+4 |
| | | | | | | | | | PHPBB3-11692 | ||||
| * | | [ticket/11694] Do not locate assets with root path | Vjacheslav Trushkin | 2013-07-13 | 1 | -1/+1 |
| |/ | | | | | | Do not locate assets that start with ./ PHPBB3-11694 | ||||
| * | [ticket/11690] Old module class names may get autoloaded by class_exists | Nils Adermann | 2013-07-13 | 1 | -5/+12 |
| | | | | | PHPBB3-11690 | ||||
| * | Merge pull request #1550 from nickvergessen/ticket/9649 | Nathan Guse | 2013-07-13 | 1 | -1/+9 |
| |\ | | | | | [ticket/9649] Display information on index for moderators on unapproved posts | ||||
| | * | [ticket/9649] Display information on index for moderators on unapproved posts | Joas Schilling | 2013-07-13 | 1 | -1/+9 |
| | | | | | | | | | PHPBB3-9649 | ||||
| * | | Merge pull request #1541 from nickvergessen/ticket/11684 | Nathan Guse | 2013-07-13 | 1 | -2/+1 |
| |\ \ | | | | | | | [ticket/11684] Remove useless confirmation page after login and admin login | ||||
| | * | | [ticket/11684] Remove useless confirmation page after login and admin login | Joas Schilling | 2013-07-13 | 1 | -2/+1 |
| | | | | | | | | | | | | | PHPBB3-11684 | ||||
| * | | | Merge pull request #1543 from nickvergessen/ticket/11685 | Nathan Guse | 2013-07-13 | 1 | -3/+1 |
| |\ \ \ | | | | | | | | | [ticket/11685] Remove logout confirmation page | ||||
