History log of /plugin/oauth/vendor/lusitanian/ (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
17313eef06-Aug-2020 Andreas Gohr <andi@splitbrain.org>

monkey patch for oauth lib github

This manually applies Lusitanian/PHPoAuthLib#567 once it has been
merged, a proper composer checkout should be used again

98a3611630-Jul-2020 Andreas Gohr <andi@splitbrain.org>

initial begin of refactoring

using composer for the oauth lib dependency, autoloading for our own
classes. Services are now their own action plugins to inherit from our
Service class.

All still unt

initial begin of refactoring

using composer for the oauth lib dependency, autoloading for our own
classes. Services are now their own action plugins to inherit from our
Service class.

All still untested and broken

show more ...


/plugin/oauth/.github/auto-comment.yml
/plugin/oauth/.travis.yml
/plugin/oauth/HTTPClient.php
/plugin/oauth/README
/plugin/oauth/Service.php
/plugin/oauth/Storage.php
/plugin/oauth/_test/checkMail.test.php
/plugin/oauth/_test/general.test.php
/plugin/oauth/action.php
/plugin/oauth/auth.php
/plugin/oauth/classes/AbstractAdapter.php
/plugin/oauth/classes/Auth0Adapter.php
/plugin/oauth/classes/DataportenAdapter.php
/plugin/oauth/classes/DoorkeeperAdapter.php
/plugin/oauth/classes/FacebookAdapter.php
/plugin/oauth/classes/GithubAdapter.php
/plugin/oauth/classes/GoogleAdapter.php
/plugin/oauth/classes/KeycloakAdapter.php
/plugin/oauth/classes/YahooAdapter.php
/plugin/oauth/composer.json
/plugin/oauth/composer.lock
/plugin/oauth/conf/default.php
/plugin/oauth/conf/metadata.php
/plugin/oauth/helper.php
/plugin/oauth/images/facebook.png
/plugin/oauth/images/github.png
/plugin/oauth/images/google.png
/plugin/oauth/images/yahoo.png
/plugin/oauth/lang/de-informal/lang.php
/plugin/oauth/lang/de-informal/settings.php
/plugin/oauth/lang/de/lang.php
/plugin/oauth/lang/de/settings.php
/plugin/oauth/lang/en/lang.php
/plugin/oauth/lang/en/settings.php
/plugin/oauth/lang/fr/lang.php
/plugin/oauth/lang/fr/settings.php
/plugin/oauth/lang/ja/lang.php
/plugin/oauth/lang/ja/settings.php
/plugin/oauth/lang/ko/lang.php
/plugin/oauth/lang/ko/settings.php
/plugin/oauth/lang/nl/lang.php
/plugin/oauth/lang/nl/settings.php
/plugin/oauth/lang/ru/lang.php
/plugin/oauth/lang/ru/settings.php
/plugin/oauth/plugin.info.txt
/plugin/oauth/style.less
/plugin/oauth/vendor/autoload.php
/plugin/oauth/vendor/composer/ClassLoader.php
/plugin/oauth/vendor/composer/LICENSE
/plugin/oauth/vendor/composer/autoload_classmap.php
/plugin/oauth/vendor/composer/autoload_namespaces.php
/plugin/oauth/vendor/composer/autoload_psr4.php
/plugin/oauth/vendor/composer/autoload_real.php
/plugin/oauth/vendor/composer/autoload_static.php
/plugin/oauth/vendor/composer/installed.json
oauth/LICENSE
oauth/README.md
oauth/composer.json
oauth/composer.lock
oauth/phpunit.xml.dist
oauth/src/OAuth/Common/AutoLoader.php
oauth/src/OAuth/Common/Consumer/Credentials.php
oauth/src/OAuth/Common/Consumer/CredentialsInterface.php
oauth/src/OAuth/Common/Exception/Exception.php
oauth/src/OAuth/Common/Http/Client/AbstractClient.php
oauth/src/OAuth/Common/Http/Client/ClientInterface.php
oauth/src/OAuth/Common/Http/Client/CurlClient.php
oauth/src/OAuth/Common/Http/Client/StreamClient.php
oauth/src/OAuth/Common/Http/Exception/TokenResponseException.php
oauth/src/OAuth/Common/Http/Uri/Uri.php
oauth/src/OAuth/Common/Http/Uri/UriFactory.php
oauth/src/OAuth/Common/Http/Uri/UriFactoryInterface.php
oauth/src/OAuth/Common/Http/Uri/UriInterface.php
oauth/src/OAuth/Common/Service/AbstractService.php
oauth/src/OAuth/Common/Service/ServiceInterface.php
oauth/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
oauth/src/OAuth/Common/Storage/Exception/StorageException.php
oauth/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
oauth/src/OAuth/Common/Storage/Memory.php
oauth/src/OAuth/Common/Storage/Redis.php
oauth/src/OAuth/Common/Storage/Session.php
oauth/src/OAuth/Common/Storage/SymfonySession.php
oauth/src/OAuth/Common/Storage/TokenStorageInterface.php
oauth/src/OAuth/Common/Token/AbstractToken.php
oauth/src/OAuth/Common/Token/Exception/ExpiredTokenException.php
oauth/src/OAuth/Common/Token/TokenInterface.php
oauth/src/OAuth/OAuth1/Service/AbstractService.php
oauth/src/OAuth/OAuth1/Service/BitBucket.php
oauth/src/OAuth/OAuth1/Service/Etsy.php
oauth/src/OAuth/OAuth1/Service/FitBit.php
oauth/src/OAuth/OAuth1/Service/FiveHundredPx.php
oauth/src/OAuth/OAuth1/Service/Flickr.php
oauth/src/OAuth/OAuth1/Service/QuickBooks.php
oauth/src/OAuth/OAuth1/Service/Redmine.php
oauth/src/OAuth/OAuth1/Service/ScoopIt.php
oauth/src/OAuth/OAuth1/Service/ServiceInterface.php
oauth/src/OAuth/OAuth1/Service/Tumblr.php
oauth/src/OAuth/OAuth1/Service/Twitter.php
oauth/src/OAuth/OAuth1/Service/Xing.php
oauth/src/OAuth/OAuth1/Service/Yahoo.php
oauth/src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
oauth/src/OAuth/OAuth1/Signature/Signature.php
oauth/src/OAuth/OAuth1/Signature/SignatureInterface.php
oauth/src/OAuth/OAuth1/Token/StdOAuth1Token.php
oauth/src/OAuth/OAuth1/Token/TokenInterface.php
oauth/src/OAuth/OAuth2/Service/AbstractService.php
oauth/src/OAuth/OAuth2/Service/Amazon.php
oauth/src/OAuth/OAuth2/Service/BattleNet.php
oauth/src/OAuth/OAuth2/Service/Bitly.php
oauth/src/OAuth/OAuth2/Service/Bitrix24.php
oauth/src/OAuth/OAuth2/Service/Box.php
oauth/src/OAuth/OAuth2/Service/Buffer.php
oauth/src/OAuth/OAuth2/Service/Dailymotion.php
oauth/src/OAuth/OAuth2/Service/Deezer.php
oauth/src/OAuth/OAuth2/Service/Delicious.php
oauth/src/OAuth/OAuth2/Service/DeviantArt.php
oauth/src/OAuth/OAuth2/Service/Dropbox.php
oauth/src/OAuth/OAuth2/Service/EveOnline.php
oauth/src/OAuth/OAuth2/Service/Exception/InvalidAccessTypeException.php
oauth/src/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php
oauth/src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php
oauth/src/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php
oauth/src/OAuth/OAuth2/Service/Facebook.php
oauth/src/OAuth/OAuth2/Service/Foursquare.php
oauth/src/OAuth/OAuth2/Service/GitHub.php
oauth/src/OAuth/OAuth2/Service/Google.php
oauth/src/OAuth/OAuth2/Service/Harvest.php
oauth/src/OAuth/OAuth2/Service/Heroku.php
oauth/src/OAuth/OAuth2/Service/Hubic.php
oauth/src/OAuth/OAuth2/Service/Instagram.php
oauth/src/OAuth/OAuth2/Service/JawboneUP.php
oauth/src/OAuth/OAuth2/Service/Linkedin.php
oauth/src/OAuth/OAuth2/Service/Mailchimp.php
oauth/src/OAuth/OAuth2/Service/Microsoft.php
oauth/src/OAuth/OAuth2/Service/Mondo.php
oauth/src/OAuth/OAuth2/Service/Nest.php
oauth/src/OAuth/OAuth2/Service/Netatmo.php
oauth/src/OAuth/OAuth2/Service/ParrotFlowerPower.php
oauth/src/OAuth/OAuth2/Service/Paypal.php
oauth/src/OAuth/OAuth2/Service/Pinterest.php
oauth/src/OAuth/OAuth2/Service/Pocket.php
oauth/src/OAuth/OAuth2/Service/Reddit.php
oauth/src/OAuth/OAuth2/Service/RunKeeper.php
oauth/src/OAuth/OAuth2/Service/Salesforce.php
oauth/src/OAuth/OAuth2/Service/ServiceInterface.php
oauth/src/OAuth/OAuth2/Service/SoundCloud.php
oauth/src/OAuth/OAuth2/Service/Spotify.php
oauth/src/OAuth/OAuth2/Service/Strava.php
oauth/src/OAuth/OAuth2/Service/Ustream.php
oauth/src/OAuth/OAuth2/Service/Vimeo.php
oauth/src/OAuth/OAuth2/Service/Vkontakte.php
oauth/src/OAuth/OAuth2/Service/Yahoo.php
oauth/src/OAuth/OAuth2/Service/Yammer.php
oauth/src/OAuth/OAuth2/Token/StdOAuth2Token.php
oauth/src/OAuth/OAuth2/Token/TokenInterface.php
oauth/src/OAuth/ServiceFactory.php
oauth/src/OAuth/bootstrap.php