]> git.mxchange.org Git - friendica-addons.git/commit
Twitter: the connector now works as a posting only connector
authorMichael <heluecht@pirati.ca>
Wed, 9 Aug 2023 20:01:57 +0000 (20:01 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 9 Aug 2023 20:01:57 +0000 (20:01 +0000)
commita97b3f690c9e4476ba638236897507100f77af6f
treebcded32a8efd8794869c400d46316c8cadf7f5d1
parent5d13889f2cad41705f490cad7af9a70594a82f2d
Twitter: the connector now works as a posting only connector
210 files changed:
twitter/LICENSE [deleted file]
twitter/README.md
twitter/composer.json [deleted file]
twitter/composer.lock [deleted file]
twitter/config/twitter.config.php [deleted file]
twitter/lang/C/messages.po
twitter/lighter.png [deleted file]
twitter/templates/admin.tpl [deleted file]
twitter/templates/connector_settings.tpl
twitter/twitter.css [deleted file]
twitter/twitter.php
twitter/twitter_sync.php [deleted file]
twitter/vendor/abraham/twitteroauth/.github/dependabot.yml [deleted file]
twitter/vendor/abraham/twitteroauth/.github/workflows/lint.yaml [deleted file]
twitter/vendor/abraham/twitteroauth/.github/workflows/test.yaml [deleted file]
twitter/vendor/abraham/twitteroauth/.gitignore [deleted file]
twitter/vendor/abraham/twitteroauth/.prettierignore [deleted file]
twitter/vendor/abraham/twitteroauth/.prettierrc.json [deleted file]
twitter/vendor/abraham/twitteroauth/CODE_OF_CONDUCT.md [deleted file]
twitter/vendor/abraham/twitteroauth/CONTRIBUTING.md [deleted file]
twitter/vendor/abraham/twitteroauth/LICENSE.md [deleted file]
twitter/vendor/abraham/twitteroauth/README.md [deleted file]
twitter/vendor/abraham/twitteroauth/autoload.php [deleted file]
twitter/vendor/abraham/twitteroauth/composer.json [deleted file]
twitter/vendor/abraham/twitteroauth/composer.lock [deleted file]
twitter/vendor/abraham/twitteroauth/package-lock.json [deleted file]
twitter/vendor/abraham/twitteroauth/package.json [deleted file]
twitter/vendor/abraham/twitteroauth/phpmd.xml [deleted file]
twitter/vendor/abraham/twitteroauth/phpunit.xml [deleted file]
twitter/vendor/abraham/twitteroauth/src/Config.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Consumer.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/HmacSha1.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Request.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Response.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/SignatureMethod.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Token.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/TwitterOAuth.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/TwitterOAuthException.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Util.php [deleted file]
twitter/vendor/abraham/twitteroauth/src/Util/JsonDecoder.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/AbstractSignatureMethodTest.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/ConsumerTest.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/HmacSha1Test.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/TokenTest.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/TwitterOAuthTest.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/Util/JsonDecoderTest.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/bootstrap.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testDeleteDirectMessagesEventsDestroy.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testGetAccountVerifyCredentials.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testGetSearchTweets.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testGetSearchTweetsWithMaxId.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testGetStatusesMentionsTimeline.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testLastResult.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauth2BearerToken.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauth2Token.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauth2TokenInvalidate.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauthAccessTokenTokenException.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauthRequestToken.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testOauthRequestTokenException.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostDirectMessagesEventsNew.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostFavoritesCreate.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostFavoritesDestroy.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostStatusUpdateWithInvalidMediaThrowsException.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostStatusesDestroy.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostStatusesUpdateUtf8.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostStatusesUpdateWithMedia.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testPostStatusesUpdateWithMediaChunked.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testResetLastResponse.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testSetOauthToken.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/fixtures/testSetProxy.json [deleted file]
twitter/vendor/abraham/twitteroauth/tests/kitten.jpg [deleted file]
twitter/vendor/abraham/twitteroauth/tests/mocks.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/vars.php [deleted file]
twitter/vendor/abraham/twitteroauth/tests/video.mp4 [deleted file]
twitter/vendor/autoload.php [deleted file]
twitter/vendor/composer/ClassLoader.php [deleted file]
twitter/vendor/composer/LICENSE [deleted file]
twitter/vendor/composer/autoload_classmap.php [deleted file]
twitter/vendor/composer/autoload_namespaces.php [deleted file]
twitter/vendor/composer/autoload_psr4.php [deleted file]
twitter/vendor/composer/autoload_real.php [deleted file]
twitter/vendor/composer/autoload_static.php [deleted file]
twitter/vendor/composer/ca-bundle/LICENSE [deleted file]
twitter/vendor/composer/ca-bundle/README.md [deleted file]
twitter/vendor/composer/ca-bundle/composer.json [deleted file]
twitter/vendor/composer/ca-bundle/res/cacert.pem [deleted file]
twitter/vendor/composer/ca-bundle/src/CaBundle.php [deleted file]
twitter/vendor/composer/installed.json [deleted file]
twitter/vendor/composer/installers/LICENSE [deleted file]
twitter/vendor/composer/installers/composer.json [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/AglInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/GravInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/Installer.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/Plugin.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php [deleted file]
twitter/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php [deleted file]
twitter/vendor/composer/installers/src/bootstrap.php [deleted file]
twitter/vendor/jublonet/codebird-php/.gitattributes [deleted file]
twitter/vendor/jublonet/codebird-php/.gitignore [deleted file]
twitter/vendor/jublonet/codebird-php/.travis.yml [deleted file]
twitter/vendor/jublonet/codebird-php/CHANGELOG [deleted file]
twitter/vendor/jublonet/codebird-php/CONTRIBUTING.md [deleted file]
twitter/vendor/jublonet/codebird-php/LICENSE [deleted file]
twitter/vendor/jublonet/codebird-php/README.md [deleted file]
twitter/vendor/jublonet/codebird-php/bower.json [deleted file]
twitter/vendor/jublonet/codebird-php/build.xml [deleted file]
twitter/vendor/jublonet/codebird-php/composer.json [deleted file]
twitter/vendor/jublonet/codebird-php/phpunit.xml [deleted file]
twitter/vendor/jublonet/codebird-php/phpunit.xml.hhvm [deleted file]
twitter/vendor/jublonet/codebird-php/src/cacert.pem [deleted file]
twitter/vendor/jublonet/codebird-php/src/codebird.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/README [deleted file]
twitter/vendor/jublonet/codebird-php/test/codebirdm.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/codebirdt.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/constant_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/curl_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/detection_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/environment_test.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/media_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/oauth_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/replyparse_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/requestparse_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/returnformat_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/setter_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/signing_tests.php [deleted file]
twitter/vendor/jublonet/codebird-php/test/singleton_tests.php [deleted file]