Joseph Warner
469879716d
[feature/oauth] Bitly authentication method, no user_id association
...
PHPBB3-11673
2013-07-18 11:51:59 -04:00
Joseph Warner
e9bf2bf09a
[feature/oauth] Update interface appropriately
...
PHPBB3-11673
2013-07-15 15:28:31 -04:00
Joseph Warner
47b998ae48
[feature/oauth] Define method to perform login actions for a provider
...
PHPB3-11673
2013-07-15 15:24:48 -04:00
Joseph Warner
8641127da5
[feature/oauth] Correct function call
...
PHPBB3-11673
2013-07-15 15:19:36 -04:00
Joseph Warner
6e1c522bdd
[feature/oauth] Update oauth to reflect recent changes
...
PHPBB3-11673
2013-07-15 14:57:22 -04:00
Joseph Warner
eb17462f90
[feature/oauth] Fix typo
...
PHPBB3-11673
2013-07-14 17:45:42 -04:00
Joseph Warner
0156bac3e2
[feature/oauth] Update auth provider oauth to take in service providers
...
PHPBB3-11673
2013-07-14 17:42:26 -04:00
Joseph Warner
80c5a42525
[feature/oauth] Add constructor arguments to services file
...
PHPBB3-11673
2013-07-14 17:26:38 -04:00
Joseph Warner
247a002a14
[feature/oauth] Add constructors
...
PHPBB3-11673
2013-07-14 17:24:01 -04:00
Joseph Warner
440904a0c8
[feature/oauth] Add OAuth services to service file
...
PHPBB3-11673
2013-07-14 17:03:19 -04:00
Joseph Warner
a8e60c306d
[feature/oauth] Remove get_service_credentials() from oauth provider
...
PHPBB3-11673
2013-07-14 16:02:10 -04:00
Joseph Warner
6a2871692c
[feature/oauth] Get service credentials on each OAuth service
...
PHPBB3-11673
2013-07-14 16:00:41 -04:00
Joseph Warner
55cdc874e6
[feature/oauth] Set required scopes on more providers
...
PHPBB3-11673
2013-07-14 15:53:18 -04:00
Joseph Warner
0ebff82ad3
[feature/oauth] Last five oauth services
...
PHPBB3-11673
2013-07-14 15:35:51 -04:00
Joseph Warner
947aa2b6b4
[feature/oauth] Create OAuth service classes
...
PHPBB3-11673
2013-07-14 15:16:34 -04:00
Joseph Warner
00d0e10200
[feature/oauth] Move last file to appropriate location
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
a43a8f8c72
[feature/oauth] Update class name based on last commit
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
117a758f66
[feature/oauth] Move oauth to auth/provider/oauth
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
1a3880806a
[feature/oauth] Move OAuth to /phpBB/phpbb
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
4b1390ca31
[feature/oauth] Pathing information for some services
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
e600596602
[feature/oauth] Scopes/path part one
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
a7bfe5eeeb
[feature/oauth] Changes to oauth
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
6e73ccd00f
[feature/oauth] Function to update user_id of a token
...
PHPBB3-9734
2013-07-14 14:22:43 -04:00
Joseph Warner
9619a9a16f
[feature/oauth] Anonymous user does not depend on user_id in token
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
3c8187c277
[feature/oauth] Have array of services not just one in oauth
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
68a80f8ea8
[feature/oauth] Fix typo
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
5942eac5da
[feature/oauth] Pass table in constructor
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
69e1588655
[feature/oauth] Store anonymous user by session id
...
PHPBB3-9734
2013-07-14 14:22:43 -04:00
Joseph Warner
b22b076a99
[feature/oauth] Update invocation of method in OAuth
...
PHPBB3-11673
2013-07-14 14:22:43 -04:00
Joseph Warner
02921f4b23
[feature/oauth] Have token storage use DB
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
24bf333e16
[feature/oauth] Use DB for OAuth token storage
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
37f099b014
[feature/oauth] Document and rearrange methods
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
aa12f6afc5
[feature/oauth] More work on login
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
93f7ed4fb5
[feature/oauth] Continue work on OAuth login
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
2e899c24f9
[feature/oauth] Change name of new method on request
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
a6ff239778
[feature/oauth] Allow getting original global arrays from request
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
6479a989c5
[feature/oauth] Token Storage Skeleton
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
d63f920250
[feature/oauth] Check that the service actually has settings
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
1e38be3fa9
[feature/oauth] Additional work on implementing login
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
65485253c9
[feature/oauth] Start implementing login
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
232a8c6740
[feature/oauth] OAuth as a symfony service
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
6a29d9cf81
[feature/oauth] OAuth provider skeleton
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Joseph Warner
3254f7c02b
[feature/oauth] Include OAuth library in composer.json
...
PHPBB3-11673
2013-07-14 14:22:42 -04:00
Nils Adermann
af69349398
Merge remote-tracking branch 'github-phpbb/develop-olympus' into develop
...
* github-phpbb/develop-olympus:
[ticket/11704] Use the correct directory for dependency checking.
[ticket/11704] Correctly escape "
2013-07-14 13:56:05 -04:00
Nils Adermann
8d8a0602d6
Merge pull request #1567 from bantu/ticket/11704
...
[ticket/11704] phing build script does not include vendor folder, even if there are dependencies
2013-07-14 10:55:32 -07:00
Andreas Fischer
da1ee75140
[ticket/11704] Use the correct directory for dependency checking.
...
PHPBB3-11704
2013-07-14 19:48:55 +02:00
Andreas Fischer
2a41128e6b
[ticket/11704] Correctly escape "
...
PHPBB3-11704
2013-07-14 19:48:41 +02:00
Andreas Fischer
58a9e975f8
Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into develop
...
* galaxyAbstractor/ticket/11697:
[ticket/11697] author_search() used incorrect parameter
2013-07-14 17:41:31 +02:00
Victor Nagy
e91b465de1
[ticket/11697] author_search() used incorrect parameter
...
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
2013-07-14 11:15:01 -04:00
Andreas Fischer
c15bde161a
Merge remote-tracking branch 'nickvergessen/ticket/11702' into develop
...
* nickvergessen/ticket/11702:
[ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php
2013-07-14 16:59:19 +02:00