Commit Graph

2291 Commits

Author SHA1 Message Date
Michael Vogel 0e987b5c4c
Merge pull request #514 from MrPetovan/task/4116-add-autoload-to-library
Add library/ to autoload
2018-01-31 18:20:14 +01:00
Benjamin Lorteau 400d936db6 [yourls] Add unsupported comment 2018-01-31 11:46:20 -05:00
Hypolite Petovan 6ecd6113f9 [tumblr] Remove explicit duplicate OAuth1 library 2018-01-30 23:44:04 -05:00
Hypolite Petovan de3d9b40b6 [statusnet] Remove explicit duplicate OAuth1 library 2018-01-30 23:43:50 -05:00
Hypolite Petovan cb2c9f836f [statusnet] Remove reference to Slinky 2018-01-30 23:42:42 -05:00
Hypolite Petovan 48935de469 [pumpio] Fix comment 2018-01-30 23:42:22 -05:00
Hypolite Petovan 43c81dfb86
Merge pull request #513 from annando/twitter-fail
Quit if twitter addon is not configured
2018-01-30 14:07:09 -05:00
Michael 633c54d642 Quit if twitter addon is not configured 2018-01-30 18:52:06 +00:00
Michael Vogel d67ac814e7
Merge pull request #512 from MrPetovan/task/4116-move-twitteroauth-to-composer
Add missing use in statusnet addon
2018-01-29 16:45:49 +01:00
Hypolite Petovan 3a9612fb35
Upgrade yet more calls with TwitterOAuth 2018-01-29 10:42:12 -05:00
Hypolite Petovan a3e144e549
Add missing use in statusnet addon 2018-01-29 10:32:37 -05:00
Michael Vogel 5e88657095
Merge pull request #511 from MrPetovan/task/4116-move-twitteroauth-to-composer
Upgrade TwitterOAuth calls in twitter addon
2018-01-29 14:50:10 +01:00
Hypolite Petovan de10d06e26 Upgrade TwitterOAuth calls in twitter addon 2018-01-29 08:15:43 -05:00
Michael Vogel a0cbdd4fe0
Merge pull request #510 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer : part 2b
2018-01-29 06:47:15 +01:00
Hypolite Petovan 27ce9c3f3c Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 22:27:13 -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 2ae7e3a2ba
Merge pull request #509 from friendica/revert-508-task/4116-move-twitteroauth-to-composer
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr"
2018-01-28 23:47:54 +01:00
Michael Vogel e090ee2990
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr" 2018-01-28 23:47:32 +01:00
Michael Vogel e38867c195
Merge pull request #508 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr
2018-01-28 22:40:47 +01:00
Hypolite Petovan 715edd98e2 Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 14:43:56 -05: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
Michael Vogel ffa36da2c9
Merge pull request #505 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to composer Part 1: Twitter
2018-01-28 19:19:03 +01:00
Hypolite Petovan 46196ece78
Merge pull request #506 from annando/item-move
New methods in item class
2018-01-28 12:54:47 -05:00
Hypolite Petovan d18bb44f8a Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
Hypolite Petovan 01738518a2 Fix wrong variable name in twitter addon 2018-01-28 11:41:58 -05:00
Michael b29cc475df Merge remote-tracking branch 'upstream/develop' into item-move 2018-01-28 14:11:02 +00:00
Michael Vogel cf9cc2baaf
Merge pull request #507 from annando/missing-network
"use Friendica\Util\Network" had been missing
2018-01-28 15:09:37 +01:00
Michael 25f9eec89c "use" was missing 2018-01-28 14:01:09 +00:00
Michael 229b21d7b2 New methods in item class 2018-01-28 11:19:38 +00:00
Hypolite Petovan c0836419b7 Update Twitter addon documentation, file comment
- Fix formatting
2018-01-27 23:20:09 -05:00
Hypolite Petovan 75d5fbbc70 Update Twitter addon
- Replace Codebird with latest version of TwitterOAuth from addon vendor
- Remove references to library/twitteroauth.php, include/bbcode.php and
addon/twitter/codebird.php
- Remove unused obsolete cacert.pem
2018-01-27 23:12:04 -05:00
Hypolite Petovan 0927c20007 [Composer] Add abraham/twitteroauth dependency
- Add vendor to .gitignore
- Add install step for addons
2018-01-27 17:17:49 -05:00
Hypolite Petovan f96a41a411
Merge pull request #504 from zeroadam/feature/Network
Network was moved to src
2018-01-27 12:20:55 -05:00
Adam Magness f151406355 Review updates
update renamed and moved functions
2018-01-27 11:23:04 -05:00
Adam Magness ca3c45101e Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
2018-01-27 08:52:02 -05:00
Hypolite Petovan e09e16fd56
Merge pull request #503 from zeroadam/feature/NowPlaintext
Method moved to Plaintext
2018-01-26 20:50:56 -05:00
Adam Magness 9e3ebd61a2 Method moved to Plaintext
the shorten method moved to Plaintext class
2018-01-26 20:30:38 -05:00
Hypolite Petovan e0197e0e6a
Merge pull request #502 from zeroadam/feature/Plaintext
Plaintext moved to src
2018-01-26 20:11:10 -05:00
Adam Magness 9c9088069a Plaintext was renamed to BBCode
update class name
2018-01-26 20:04:00 -05:00
Adam Magness 7b95efedd1 Update function calls
update function calls and remove require_once
2018-01-26 19:26:37 -05:00
Hypolite Petovan 7ab2479166
Merge pull request #497 from zeroadam/feature/L10n
Move pgettext to src
2018-01-24 11:49:09 -05:00
Hypolite Petovan 2c0800e03f
Merge pull request #500 from tobiasd/20180124-nsfwde3
followup on #498
2018-01-24 11:32:20 -05:00
Tobias Diekershoff 9a0a4465de followup on #498 2018-01-24 17:25:47 +01:00
Michael Vogel 842050b54f
Merge pull request #498 from tobiasd/20180124-nsfwde
Typo in DE translation of the NSFW addon
2018-01-24 11:48:03 +01:00
Tobias Diekershoff 2f2bf75058 Typo in DE translation of the NSFW addon 2018-01-24 10:32:43 +01:00
Adam Magness b191d5716c Remove sprintf with translations
don't use sprintf with translation functions
2018-01-23 22:59:20 -05:00
Adam Magness a43901ba07 Missed use
Missed use for L10n
2018-01-22 18:09:05 -05:00
Adam Magness 1f71af77d5 Missed t()
missed t() call
2018-01-22 18:09:05 -05:00
Adam Magness f8c162cbfb Update t() calls
Update all t() calls.
2018-01-22 18:09:05 -05:00
Hypolite Petovan 3ae390c6ee
Merge pull request #496 from zeroadam/bugFix-Twitter
Bug fix for Addons using queue_fn
2018-01-22 18:02:44 -05:00