History log of /plugin/oauth/ (Results 226 – 227 of 227)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
847b222b22-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

Squashed 'phpoauthlib/' content from commit 2d0da3d

git-subtree-dir: phpoauthlib
git-subtree-split: 2d0da3dcb4210d1400bb0abd7f3497448cf55ccb


.gitignore
.scrutinizer.yml
.travis.yml
LICENSE
README.md
composer.json
examples/amazon.php
examples/bitbucket.php
examples/bitly.php
examples/bootstrap.php
examples/box.php
examples/dailymotion.php
examples/dropbox.php
examples/etsy.php
examples/facebook.php
examples/fitbit.php
examples/flickr.php
examples/foursquare.php
examples/github.php
examples/google.php
examples/init.example.php
examples/instagram.php
examples/linkedin.php
examples/mailchimp.php
examples/microsoft.php
examples/paypal.php
examples/pocket.php
examples/reddit.php
examples/runkeeper.php
examples/scoopit.php
examples/soundcloud.php
examples/tumblr.php
examples/twitter.php
examples/yahoo.php
phpunit.xml.dist
src/OAuth/Common/AutoLoader.php
src/OAuth/Common/Consumer/Credentials.php
src/OAuth/Common/Consumer/CredentialsInterface.php
src/OAuth/Common/Exception/Exception.php
src/OAuth/Common/Http/Client/AbstractClient.php
src/OAuth/Common/Http/Client/ClientInterface.php
src/OAuth/Common/Http/Client/CurlClient.php
src/OAuth/Common/Http/Client/StreamClient.php
src/OAuth/Common/Http/Exception/TokenResponseException.php
src/OAuth/Common/Http/Uri/Uri.php
src/OAuth/Common/Http/Uri/UriFactory.php
src/OAuth/Common/Http/Uri/UriFactoryInterface.php
src/OAuth/Common/Http/Uri/UriInterface.php
src/OAuth/Common/Service/AbstractService.php
src/OAuth/Common/Service/ServiceInterface.php
src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
src/OAuth/Common/Storage/Exception/StorageException.php
src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
src/OAuth/Common/Storage/Memory.php
src/OAuth/Common/Storage/Redis.php
src/OAuth/Common/Storage/Session.php
src/OAuth/Common/Storage/SymfonySession.php
src/OAuth/Common/Storage/TokenStorageInterface.php
src/OAuth/Common/Token/AbstractToken.php
src/OAuth/Common/Token/Exception/ExpiredTokenException.php
src/OAuth/Common/Token/TokenInterface.php
src/OAuth/OAuth1/Service/AbstractService.php
src/OAuth/OAuth1/Service/BitBucket.php
src/OAuth/OAuth1/Service/Etsy.php
src/OAuth/OAuth1/Service/FitBit.php
src/OAuth/OAuth1/Service/Flickr.php
src/OAuth/OAuth1/Service/ScoopIt.php
src/OAuth/OAuth1/Service/ServiceInterface.php
src/OAuth/OAuth1/Service/Tumblr.php
src/OAuth/OAuth1/Service/Twitter.php
src/OAuth/OAuth1/Service/Xing.php
src/OAuth/OAuth1/Service/Yahoo.php
src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
src/OAuth/OAuth1/Signature/Signature.php
src/OAuth/OAuth1/Signature/SignatureInterface.php
src/OAuth/OAuth1/Token/StdOAuth1Token.php
src/OAuth/OAuth1/Token/TokenInterface.php
src/OAuth/OAuth2/Service/AbstractService.php
src/OAuth/OAuth2/Service/Amazon.php
src/OAuth/OAuth2/Service/Bitly.php
src/OAuth/OAuth2/Service/Box.php
src/OAuth/OAuth2/Service/Dailymotion.php
src/OAuth/OAuth2/Service/Dropbox.php
src/OAuth/OAuth2/Service/Exception/InvalidAccessTypeException.php
src/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php
src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php
src/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php
src/OAuth/OAuth2/Service/Facebook.php
src/OAuth/OAuth2/Service/Foursquare.php
src/OAuth/OAuth2/Service/GitHub.php
src/OAuth/OAuth2/Service/Google.php
src/OAuth/OAuth2/Service/Harvest.php
src/OAuth/OAuth2/Service/Heroku.php
src/OAuth/OAuth2/Service/Instagram.php
src/OAuth/OAuth2/Service/Linkedin.php
src/OAuth/OAuth2/Service/Mailchimp.php
src/OAuth/OAuth2/Service/Microsoft.php
src/OAuth/OAuth2/Service/Paypal.php
src/OAuth/OAuth2/Service/Pocket.php
src/OAuth/OAuth2/Service/Reddit.php
src/OAuth/OAuth2/Service/RunKeeper.php
src/OAuth/OAuth2/Service/Salesforce.php
src/OAuth/OAuth2/Service/ServiceInterface.php
src/OAuth/OAuth2/Service/SoundCloud.php
src/OAuth/OAuth2/Service/Vkontakte.php
src/OAuth/OAuth2/Service/Yammer.php
src/OAuth/OAuth2/Token/StdOAuth2Token.php
src/OAuth/OAuth2/Token/TokenInterface.php
src/OAuth/ServiceFactory.php
src/OAuth/bootstrap.php
tests/Mocks/Common/FakeProject/NS/SomeClass.php
tests/Mocks/Common/Service/Mock.php
tests/Mocks/OAuth1/Service/Fake.php
tests/Mocks/OAuth1/Service/Mock.php
tests/Mocks/OAuth2/Service/Fake.php
tests/Mocks/OAuth2/Service/Mock.php
tests/Unit/Common/AutoloaderTest.php
tests/Unit/Common/Consumer/CredentialsTest.php
tests/Unit/Common/Http/Client/AbstractClientTest.php
tests/Unit/Common/Http/Client/CurlClientTest.php
tests/Unit/Common/Http/Client/StreamClientTest.php
tests/Unit/Common/Http/HttpClientsTest.php
tests/Unit/Common/Http/Uri/UriFactoryTest.php
tests/Unit/Common/Http/Uri/UriTest.php
tests/Unit/Common/Service/AbstractServiceTest.php
tests/Unit/Common/Storage/MemoryTest.php
tests/Unit/Common/Storage/RedisTest.php
tests/Unit/Common/Storage/SessionTest.php
tests/Unit/Common/Storage/StorageTest.php
tests/Unit/Common/Storage/SymfonySessionTest.php
tests/Unit/Common/Token/AbstractTokenTest.php
tests/Unit/OAuth1/Service/AbstractServiceTest.php
tests/Unit/OAuth1/Service/BitBucketTest.php
tests/Unit/OAuth1/Service/EtsyTest.php
tests/Unit/OAuth1/Service/FitBitTest.php
tests/Unit/OAuth1/Service/FlickrTest.php
tests/Unit/OAuth1/Service/ScoopItTest.php
tests/Unit/OAuth1/Service/TumblrTest.php
tests/Unit/OAuth1/Service/TwitterTest.php
tests/Unit/OAuth1/Service/XingTest.php
tests/Unit/OAuth1/Service/YahooTest.php
tests/Unit/OAuth1/Signature/SignatureTest.php
tests/Unit/OAuth1/Token/StdOAuth1TokenTest.php
tests/Unit/OAuth2/Service/AbstractServiceTest.php
tests/Unit/OAuth2/Service/AmazonTest.php
tests/Unit/OAuth2/Service/BitlyTest.php
tests/Unit/OAuth2/Service/BoxTest.php
tests/Unit/OAuth2/Service/DailymotionTest.php
tests/Unit/OAuth2/Service/DropboxTest.php
tests/Unit/OAuth2/Service/FacebookTest.php
tests/Unit/OAuth2/Service/FoursquareTest.php
tests/Unit/OAuth2/Service/GitHubTest.php
tests/Unit/OAuth2/Service/GoogleTest.php
tests/Unit/OAuth2/Service/HerokuTest.php
tests/Unit/OAuth2/Service/InstagramTest.php
tests/Unit/OAuth2/Service/LinkedinTest.php
tests/Unit/OAuth2/Service/MailchimpTest.php
tests/Unit/OAuth2/Service/MicrosoftTest.php
tests/Unit/OAuth2/Service/PaypalTest.php
tests/Unit/OAuth2/Service/RedditTest.php
tests/Unit/OAuth2/Service/RunKeeperTest.php
tests/Unit/OAuth2/Service/SoundCloudTest.php
tests/Unit/OAuth2/Service/VkontakteTest.php
tests/Unit/OAuth2/Service/YammerTest.php
tests/Unit/ServiceFactoryTest.php
tests/bootstrap.php
80852c1522-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

initial wizard generated checkin

12345678910