Commit Graph

15 Commits

Author SHA1 Message Date
Roland Häder b9f330fa18
Changed:
- removed discouraged ?>
- changed double-quotes to single
2022-06-23 01:48:01 +02:00
Michael 6a349e7fd9 Support for cleared boot.php 2021-11-04 20:32:16 +00:00
Philipp Holzer 38bbdb4acb
Cleanup OAuth1 library 2020-09-30 11:26:52 +02:00
Philipp Holzer 3015660025
Move library\OAuth1.php to class structure Friendica\Security\OAuth1 2020-09-30 11:21:58 +02:00
Hypolite Petovan a76e9a1226 [statusnet] Update call to OAuthRequest::from_consumer_and_token after definition change 2020-04-25 12:35:41 -04:00
Michael 225243645e Fixing some notices 2020-04-04 11:15:13 +00:00
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 62d6f08fc1
Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
Benjamin Lorteau a042470051 [twitter] Use correct object class for Oauth token in library/tumblroauth
- Addresses https://github.com/friendica/friendica/issues/7675#issuecomment-564562386
2019-12-11 17:07:35 -05:00
Hypolite Petovan de3d9b40b6 [statusnet] Remove explicit duplicate OAuth1 library 2018-01-30 23:43:50 -05:00
Hypolite Petovan a3e144e549
Add missing use in statusnet addon 2018-01-29 10:32:37 -05:00
Hypolite Petovan 429448786d Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 22:25:31 -05:00
Michael Vogel e090ee2990
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr" 2018-01-28 23:47:32 +01:00
Hypolite Petovan 7afef6b87f Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 14:38:03 -05:00