| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/oauth] Move OAuth to /phpBB/phpbb | Joseph Warner | 2013-07-14 | 2 | -0/+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 | 4 | -18/+39 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Store anonymous user by session id | Joseph Warner | 2013-07-14 | 2 | -3/+10 |
| | | | | | 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 | 5 | -17/+66 |
| | | | | | 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 | 2 | -7/+45 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Change name of new method on request | Joseph Warner | 2013-07-14 | 3 | -3/+3 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Allow getting original global arrays from request | Joseph Warner | 2013-07-14 | 3 | -0/+23 |
| | | | | | 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 as a symfony service | Joseph Warner | 2013-07-14 | 1 | -0/+9 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] OAuth provider skeleton | Joseph Warner | 2013-07-14 | 1 | -0/+48 |
| | | | | | PHPBB3-11673 | ||||
| * | [feature/oauth] Include OAuth library in composer.json | Joseph Warner | 2013-07-14 | 2 | -12/+59 |
| | | | | | PHPBB3-11673 | ||||
| * | Merge remote-tracking branch 'github-phpbb/develop-olympus' into develop | Nils Adermann | 2013-07-14 | 1 | -2/+2 |
| |\ | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11704] Use the correct directory for dependency checking. [ticket/11704] Correctly escape " | ||||
| | * | Merge pull request #1567 from bantu/ticket/11704 | Nils Adermann | 2013-07-14 | 1 | -2/+2 |
| | |\ | | | | | | | [ticket/11704] phing build script does not include vendor folder, even if there are dependencies | ||||
| | | * | [ticket/11704] Use the correct directory for dependency checking. | Andreas Fischer | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11704 | ||||
| | | * | [ticket/11704] Correctly escape " | Andreas Fischer | 2013-07-14 | 1 | -1/+1 |
| | |/ | | | | | | | PHPBB3-11704 | ||||
| * | | Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into develop | Andreas Fischer | 2013-07-14 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * galaxyAbstractor/ticket/11697: [ticket/11697] author_search() used incorrect parameter | ||||
| | * | | [ticket/11697] author_search() used incorrect parameter | Victor Nagy | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The author_search() function in fulltext_mysql.php had an argument $m_approve_fid_ary parameter but it was changed in the Docblock and code to $post_visibility. This change renames that argument according to the docblock, the code and to mirror the other classes. PHPBB3-11697 | ||||
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/11702' into develop | Andreas Fischer | 2013-07-14 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11702: [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php | ||||
| | * | | | [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php | Joas Schilling | 2013-07-14 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-11702 | ||||
| * | | | Merge pull request #1558 from nickvergessen/ticket/11696 | Nils Adermann | 2013-07-14 | 14 | -40/+3 |
| |\ \ \ | | | | | | | | | [ticket/11696] Rename db_tools.php so it can be autoloaded | ||||
| | * | | | [ticket/11696] Move file to new directory | Joas Schilling | 2013-07-14 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | PHPBB3-11696 | ||||
| | * | | | [ticket/11696] Rename constructor to __construct() | Joas Schilling | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-11696 | ||||
| | * | | | [ticket/11696] Remove manual loading of db_tools in extension controller test | Joas Schilling | 2013-07-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remember to store the file, before commiting it... PHPBB3-11696 | ||||
| | * | | | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 13 | -37/+2 |
| |/ / / | | | | | | | | | | PHPBB3-11696 | ||||
| * | | | Merge pull request #1559 from naderman/ticket/11698 | Nathan Guse | 2013-07-13 | 273 | -52/+37 |
| |\ \ \ | | | | | | | | | [WIP][ticket/11698] Moving all autoloadable files to phpbb/ | ||||
| | * | | | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 273 | -52/+37 |
| |/ / / | | | | | | | | | | 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 | ||||
| * | | | | Merge remote-tracking branch 'cyberalien/ticket/11694' into develop | David King | 2013-07-13 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/11694: [ticket/11694] Do not locate assets with root path | ||||
| | * | | | | [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 | ||||
| * | | | | Merge pull request #1554 from EXreaction/ticket/11675 | Nils Adermann | 2013-07-13 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | [ticket/11675] Fix template loop | ||||
| | * | | | [ticket/11675] Fix template loop | Nathaniel Guse | 2013-07-13 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-11675 | ||||
| * | | | Merge pull request #1429 from cyberalien/ticket/11553 | Nathan Guse | 2013-07-13 | 6 | -29/+85 |
| |\ \ \ | |/ / |/| | | Move bulletin points for linklist lists to pseudo classes | ||||
| | * | | [ticket/11553] Typo | Vjacheslav Trushkin | 2013-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11553 | ||||
| | * | | [ticket/11553] Replace bullet with unicode | Vjacheslav Trushkin | 2013-07-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11553 | ||||
| | * | | [ticket/11553] Move bulletin points to pseudo class | Vjacheslav Trushkin | 2013-07-11 | 6 | -29/+85 |
| | | | | | | | | | | | | | | | | | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553 | ||||
