Commit Graph

349 Commits (master)

Author SHA1 Message Date
Phil Sturgeon 9a40325440 Merge pull request #161 from howlowck/master
Added Meetup Provider to Readme
2014-11-15 14:54:40 +00:00
Hao Luo ab7322af85 Added Meetup Provider to Readme 2014-11-14 10:36:56 -06:00
Graham Campbell ca6745027a CS fixes 2014-11-08 21:30:40 +00:00
Jildert Miedema d63a2614af times changed to get tests passed 2014-10-27 23:43:57 +01:00
Jildert Miedema 070e950f8a add tear down to tests 2014-10-27 23:22:36 +01:00
Jildert Miedema 8ee37118cd tested expired_in 2014-10-27 21:55:38 +01:00
Ari Pringle b068fc0af5 Merge remote branch 'upstream/master' 2014-10-27 09:11:10 -06:00
Phil Sturgeon 660dd93fb6 Merge pull request #153 from jildertmiedema/patch-1
Reduced line length
2014-10-27 10:39:04 -04:00
Jildert Miedema d02b238bc2 Reduced line length 2014-10-27 10:42:39 +01:00
Phil Sturgeon 375a737b9b Merge pull request #151 from mdwheele/fix-psr-build-failures
Fixes PSR formatting causing build failures.
2014-10-23 13:24:44 -04:00
Phil Sturgeon 8e922e9bef Merge pull request #150 from mdwheele/adds-gitattributes-for-dist
Adds .gitattributes that excludes paths when installed via --prefer-dist
2014-10-23 13:24:19 -04:00
Dustin Wheeler 031fa0ec83 Fixes PSR formatting causing build failures. 2014-10-22 21:31:27 -04:00
Dustin Wheeler caea70d7e0 Adds .gitattributes that excludes paths when installed via --prefer-dist
See https://groups.google.com/forum/#!topic/thephpleague/jyPyZJPwImc
See https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
2014-10-22 21:22:49 -04:00
Phil Sturgeon 826b53e449 Update composer.json 2014-10-22 18:02:28 -04:00
Phil Sturgeon 72a40463e3 Merge pull request #141 from mnapoli/patch-1
Added `scopes` in the README example
2014-10-20 15:06:30 -04:00
Matthieu Napoli b7bc1ad49e Added `scopes` in the README example 2014-09-22 17:06:12 +12:00
Troy Pavlek eca3208e3d Added Battle.net composer package to README 2014-09-12 15:08:29 -06:00
Troy Pavlek aa2cab090f Updated AccessToken to support Battle.net accountId return values 2014-09-12 06:49:34 -06:00
Alex Bilbie 47d94477cf Merge pull request #133 from GrahamCampbell/patch-1
Update .travis.yml
2014-08-31 16:47:00 +01:00
Graham Campbell ff09399e43 Update .travis.yml 2014-08-30 11:11:37 +01:00
Phil Douglas bae3b4d927 Made linkedin pictureurl an optional response data element 2014-07-30 14:52:52 +10:00
Phil Sturgeon f3cac73c24 Merge pull request #122 from pmjones/master
add an interface for injection typehints
2014-07-08 17:26:17 +01:00
Paul M. Jones f780b18fef add an interface for injection typehints 2014-07-08 10:35:08 -05:00
Ari Pringle 64250a71d9 increase test coverage 2014-07-01 09:41:49 -06:00
Ari Pringle f4ddf1f34d fix whitespace 2014-06-30 11:41:03 -06:00
Ari Pringle bf178d4258 update tests to make use of hd param 2014-06-30 11:38:05 -06:00
Ari Pringle 8cbd2c7b61 add support for Google's hd param 2014-06-30 11:30:31 -06:00
Phil Sturgeon 73a96b69ef Merge pull request #113 from jackshakes/pr-token-expires-option
Address issue with handling of 'expires' option in AccessToken entity
2014-06-28 14:08:33 +01:00
jlehner ea2023237a Updating logic for populating the token expiration time. Assessing both expires_in and expires options while attempting to compensate for providers not staying standard to the spec. 2014-06-26 19:49:41 -04:00
Phil Sturgeon 09a0c051bf Merge pull request #109 from kornrunner/user-undefined-variable
Use of undefined variable in `User` entity
2014-06-11 09:16:32 +01:00
Phil Sturgeon 914200b515 Merge pull request #108 from kornrunner/user-gender-locale
User gender and locale
2014-06-11 09:12:14 +01:00
Boris Momčilović 195cdd523e User: use `$property` variable instead of (undefined) `$name`, fixes possible notice 2014-06-11 01:43:53 +02:00
Boris Momčilović e4bef9976d Entity: User: added `gender` and `locale` properties 2014-06-11 01:32:12 +02:00
Phil Sturgeon 2747bf0f70 Merge pull request #105 from cyk/expose-auth-state
Expose generated state to allow for CSRF validation.
2014-06-08 23:27:16 +01:00
Cy 26adb5081b Expose generated state to allow for CSRF validation. 2014-06-08 12:25:03 -07:00
Phil Sturgeon 0051451ce5 Merge pull request #100 from benjisg/fix-README-token-properties
Fixes the README examples of using the access token properties
2014-05-22 18:00:57 +01:00
Benji Schwartz-Gilbert b91e005dd0 Fixes the README examples of using the access token properties 2014-05-22 06:46:57 -07:00
Alex Bilbie 1008fbee5e Copyright year bump 2014-05-20 19:48:16 +01:00
Phil Sturgeon 25eaf39ba9 Create CONTRIBUTING.md 2014-05-20 09:43:16 +01:00
Phil Sturgeon ae769eac07 Added credits to the README 2014-05-20 09:34:52 +01:00
Phil Sturgeon 49dd0a465c Added sniply 2014-05-12 15:01:32 +01:00
Phil Sturgeon f2d1b6589b Merge pull request #94 from tlikai/providers
Add third-party providers link to README
2014-05-09 11:08:06 +01:00
likai 762bc83b04 Add third-party providers links to README 2014-05-09 14:36:47 +08:00
Phil Sturgeon f559ca1dd5 Fixed #90: Authoriztioncode v AuthoriztionCode 2014-05-04 18:51:12 +01:00
Phil Sturgeon 424b15d4a8 Fixed PHPCS issues. 2014-05-03 11:55:30 +01:00
Phil Sturgeon 0993f472a6 Added Coveralls badge. 2014-05-03 11:34:52 +01:00
Phil Sturgeon 22eb57e49c Use new coverage approach. 2014-05-03 11:30:26 +01:00
Phil Sturgeon 23f8878ad7 Merge pull request #89 from GrahamCampbell/patch-1
Update composer.json
2014-05-03 10:36:09 +01:00
Graham Campbell a2726ccb47 Update composer.json 2014-05-03 10:18:59 +01:00
Phil Sturgeon 809936ae64 Update README.md 2014-04-30 10:14:44 +01:00