aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [feature/oauth] Add OAuth services to service fileJoseph Warner2013-07-141-0/+74
| | | | PHPBB3-11673
* [feature/oauth] Remove get_service_credentials() from oauth providerJoseph Warner2013-07-141-20/+0
| | | | PHPBB3-11673
* [feature/oauth] Get service credentials on each OAuth serviceJoseph Warner2013-07-1419-12/+201
| | | | PHPBB3-11673
* [feature/oauth] Set required scopes on more providersJoseph Warner2013-07-142-2/+20
| | | | PHPBB3-11673
* [feature/oauth] Last five oauth servicesJoseph Warner2013-07-145-0/+130
| | | | PHPBB3-11673
* [feature/oauth] Create OAuth service classesJoseph Warner2013-07-1416-31/+442
| | | | PHPBB3-11673
* [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-0/+0
| | | | PHPBB3-11673
* [feature/oauth] Update class name based on last commitJoseph Warner2013-07-142-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Move oauth to auth/provider/oauthJoseph Warner2013-07-142-0/+0
| | | | PHPBB3-11673
* [feature/oauth] Move OAuth to /phpBB/phpbbJoseph Warner2013-07-142-0/+0
| | | | PHPBB3-11673
* [feature/oauth] Pathing information for some servicesJoseph Warner2013-07-141-3/+41
| | | | PHPBB3-11673
* [feature/oauth] Scopes/path part oneJoseph Warner2013-07-141-2/+59
| | | | PHPBB3-11673
* [feature/oauth] Changes to oauthJoseph Warner2013-07-141-3/+6
| | | | PHPBB3-11673
* [feature/oauth] Function to update user_id of a tokenJoseph Warner2013-07-141-0/+21
| | | | PHPBB3-9734
* [feature/oauth] Anonymous user does not depend on user_id in tokenJoseph Warner2013-07-141-18/+48
| | | | PHPBB3-11673
* [feature/oauth] Have array of services not just one in oauthJoseph Warner2013-07-141-7/+8
| | | | PHPBB3-11673
* [feature/oauth] Fix typoJoseph Warner2013-07-141-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Pass table in constructorJoseph Warner2013-07-144-18/+39
| | | | PHPBB3-11673
* [feature/oauth] Store anonymous user by session idJoseph Warner2013-07-142-3/+10
| | | | PHPBB3-9734
* [feature/oauth] Update invocation of method in OAuthJoseph Warner2013-07-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Have token storage use DBJoseph Warner2013-07-141-10/+67
| | | | PHPBB3-11673
* [feature/oauth] Use DB for OAuth token storageJoseph Warner2013-07-145-17/+66
| | | | PHPBB3-11673
* [feature/oauth] Document and rearrange methodsJoseph Warner2013-07-141-16/+33
| | | | PHPBB3-11673
* [feature/oauth] More work on loginJoseph Warner2013-07-141-25/+70
| | | | PHPBB3-11673
* [feature/oauth] Continue work on OAuth loginJoseph Warner2013-07-142-7/+45
| | | | PHPBB3-11673
* [feature/oauth] Change name of new method on requestJoseph Warner2013-07-143-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Allow getting original global arrays from requestJoseph Warner2013-07-143-0/+23
| | | | PHPBB3-11673
* [feature/oauth] Token Storage SkeletonJoseph Warner2013-07-141-0/+94
| | | | PHPBB3-11673
* [feature/oauth] Check that the service actually has settingsJoseph Warner2013-07-141-0/+9
| | | | PHPBB3-11673
* [feature/oauth] Additional work on implementing loginJoseph Warner2013-07-141-17/+18
| | | | PHPBB3-11673
* [feature/oauth] Start implementing loginJoseph Warner2013-07-141-0/+48
| | | | PHPBB3-11673
* [feature/oauth] OAuth as a symfony serviceJoseph Warner2013-07-141-0/+9
| | | | PHPBB3-11673
* [feature/oauth] OAuth provider skeletonJoseph Warner2013-07-141-0/+48
| | | | PHPBB3-11673
* [feature/oauth] Include OAuth library in composer.jsonJoseph Warner2013-07-142-12/+59
| | | | PHPBB3-11673
* Merge remote-tracking branch 'github-phpbb/develop-olympus' into developNils Adermann2013-07-141-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/11704Nils Adermann2013-07-141-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 Fischer2013-07-141-1/+1
| | | | | | | | | | | | PHPBB3-11704
| | * [ticket/11704] Correctly escape "Andreas Fischer2013-07-141-1/+1
| |/ | | | | | | PHPBB3-11704
* | Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into developAndreas Fischer2013-07-141-1/+1
|\ \ | | | | | | | | | | | | * galaxyAbstractor/ticket/11697: [ticket/11697] author_search() used incorrect parameter
| * | [ticket/11697] author_search() used incorrect parameterVictor Nagy2013-07-141-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 developAndreas Fischer2013-07-141-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.phpJoas Schilling2013-07-141-1/+1
|/ / / | | | | | | | | | PHPBB3-11702
* | | Merge pull request #1558 from nickvergessen/ticket/11696Nils Adermann2013-07-1414-40/+3
|\ \ \ | | | | | | | | [ticket/11696] Rename db_tools.php so it can be autoloaded
| * | | [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+0
| | | | | | | | | | | | | | | | PHPBB3-11696
| * | | [ticket/11696] Rename constructor to __construct()Joas Schilling2013-07-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11696
| * | | [ticket/11696] Remove manual loading of db_tools in extension controller testJoas Schilling2013-07-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remember to store the file, before commiting it... PHPBB3-11696
| * | | [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-1413-37/+2
|/ / / | | | | | | | | | PHPBB3-11696
* | | Merge pull request #1559 from naderman/ticket/11698Nathan Guse2013-07-13273-52/+37
|\ \ \ | | | | | | | | [WIP][ticket/11698] Moving all autoloadable files to phpbb/
| * | | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-14273-52/+37
|/ / / | | | | | | | | | PHPBB3-11698
* | | Merge pull request #1555 from EXreaction/ticket/11692Nils Adermann2013-07-131-1/+4
|\ \ \ | | | | | | | | [ticket/11692] Don't update search_type in dev migration if already appended