Commit Graph

710 Commits

Author SHA1 Message Date
Domovoy 5f22a40974 Hook prepare_body now have a priority of 10, it is runned before showmore 2012-07-23 15:48:00 +02:00
friendica bbf6f71d03 morechoice update, package updates 2012-07-19 18:13:29 -07:00
friendica f0397d5237 Merge pull request #68 from annando/master
facebook, libertree, privacy_image_cache, statusnet, twitter and tumblr ...
2012-07-18 16:34:31 -07:00
Michael Vogel 4437c42fd4 privacy_image_cache: A file cache is implemented that should be much faster than the database. 2012-07-18 23:34:45 +02:00
Michael Vogel 97209cee75 Libertree: The source is set to the site name 2012-07-18 21:04:23 +02:00
Michael Vogel c460ff6348 Merge remote branch 'upstream/master' 2012-07-15 17:24:41 +02:00
Michael Vogel 341de3e5ba Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora 2012-07-15 13:41:01 +02:00
friendica 8e06a841ad Merge pull request #66 from unary/altpager-addon
alternate pagination addon
2012-07-14 14:12:17 -07:00
friendica 8d874164ee Merge pull request #67 from dawnbreak/libravatar
Libravatar addon
2012-07-14 14:11:40 -07:00
Klaus Weidenbach 1aaecea8db Add check if libravatar addon is enabled, too.
Added a check to gravatar if the libravatar addon is also enabled.
Only one of these two addons should be anabled and libravatar will fall back to gravatar if it found nothing at libravatar.
2012-07-14 21:11:43 +02:00
Klaus Weidenbach 5c110b6899 Updated Services_Libravatar 0.2.1
Updated external class Services_Libravatar to version 0.2.1 and replaced deprecated functions.
This class is under MIT License.

Included libravatar.tgz
2012-07-14 21:09:50 +02:00
Michael Johnston 591cecc1fb alternate pagination addon 2012-07-14 14:27:28 -04:00
Klaus Weidenbach b3a0ff0330 Libravatar Addon
Avatar addon to look up avatars at Libravatar. Libravatar is a free and open replacement for Gravatar and you can also host it on you own server. This addon only provides the lookup of avatars at Libravatar. It requires PHP >= 5.3 and you need to disable the gravatar addon.
2012-07-14 19:55:10 +02:00
Michael Vogel 95e6e5efd5 Merge remote branch 'upstream/master'
Conflicts:
	libertree/libertree.php
2012-07-13 23:47:21 +02:00
Michael Vogel cff32d46c2 facebook: Changing the order which kind of text is taken when there is no message
privacy_image_cache: Workaround when a space is in the url
2012-07-13 23:27:00 +02:00
friendica 61cb216de3 package update 2012-07-10 01:08:07 -07:00
friendica 677d3da259 Merge pull request #65 from beardy-unixer/master
Fix Libertree
2012-07-09 21:59:58 -07:00
Thomas Willingham 8dad32c81e Fix Libertree for new 'source' requirement of API 2012-07-10 05:05:57 +01:00
Michael Vogel bf4f8f4729 Libertree: Posting works again (new "source" field) 2012-07-09 11:54:52 +02:00
Michael Vogel 56fd821c7e Fixed problems with images where the address contains special chars 2012-07-08 18:29:31 +02:00
Michael Vogel 129fff8fc1 privacy_image_cache: using another hook that only is used for displaying the page 2012-07-07 20:39:48 +02:00
Michael Vogel b0dbf4d54c Twitter/Statusnet: Problem with vanishing linebreaks when message isn't shortened 2012-07-06 07:38:50 +02:00
friendica 4a5e30ec84 minor 2012-07-05 18:02:41 -07:00
friendica 0fe7075293 Merge pull request #64 from fermionic/jappixmini-contact-name-bug
properly order database search logic
2012-07-05 15:54:01 -07:00
Michael Vogel 4f3e76e87e Facebook: Trying to optimise the handling of videos
Tumblr: Changed the way the HTML is generated
2012-07-05 23:37:28 +02:00
Zach Prezkuta cf83a4553a properly order database search logic 2012-07-05 12:07:01 -06:00
Michael Vogel cc74af9d09 Only some reformatting of the code. 2012-07-04 21:56:17 +02:00
friendica cdc0a31f33 partially remove forum limit on profile page 2012-06-30 17:37:05 -07:00
friendica 3a166add52 choose to show 'page' on profile 2012-06-30 02:01:20 -07:00
friendica 6408be3225 don't show a "more" link 2012-06-30 01:35:45 -07:00
friendica 0a7bcac9c2 package update 2012-06-30 01:28:45 -07:00
friendica 0c4b0b2369 add page to advanced profile 2012-06-30 01:28:10 -07:00
Michael Vogel bf2d3a8356 Merge remote branch 'upstream/master' 2012-06-29 21:44:50 +02:00
friendica 02f12234f1 php warning if no jappix users configured 2012-06-28 21:29:10 -07:00
friendica 9aa34f106c change dav to support new friendica event title/summary field 2012-06-28 18:18:06 -07:00
friendica 244aa2599d css class for smilies 2012-06-28 16:41:33 -07:00
friendica 70bb64c720 package update 2012-06-27 01:39:28 -07:00
friendica 58904ddb5e missing paren 2012-06-27 01:39:11 -07:00
friendica 476a7323aa Merge https://github.com/friendica/friendica-addons into apull 2012-06-26 23:39:20 -07:00
friendica 448a8c4fd3 issue with cyrillic nickname case conversion 2012-06-26 23:38:34 -07:00
friendica 640e74dff8 Merge pull request #63 from rdc/master
Added App::get_cached_avatar_image usage for displaying "Latest users" avatar thumbs in left sidebar of Community home page.
2012-06-25 03:57:46 -07:00
Zvi ben Yaakov (a.k.a rdc) 493eb176d3 Added App::get_cached_avatar_image usage for displaying "Latest users"
avatar thumbs in left sidebar of Community home page.
Requires: FRIENDICA_VERSION 3.0.1380+
2012-06-25 13:42:37 +03:00
friendica ae70cbe9c7 service_class restrict facebook_connect 2012-06-25 03:24:02 -07:00
friendica 0e5b132328 package update 2012-06-24 01:40:01 -07:00
friendica c4bac17bee Merge https://github.com/friendica/friendica-addons into apull 2012-06-24 01:08:23 -07:00
friendica 77916153bf update package 2012-06-24 01:08:10 -07:00
friendica 94d3235df7 blogger plugin had wrong name 'blpost' everywhere, which makes it useless as a plugin 2012-06-24 01:07:08 -07:00
friendica 2dde78cf3a Merge pull request #62 from annando/master
Bugfix in wppost, improvement in libertree export and changes in statusnet and twitter
2012-06-23 05:10:18 -07:00
Michael Vogel 466c65592a Merge remote branch 'upstream/master' 2012-06-23 12:54:10 +02:00
Michael Vogel 471b5db36f Twitter, Statusnet: Supress profile link of user whose message was repeated
libertree: Design improvement of exported messages
privacy_image_cache: quickfix for double encoded urls
2012-06-23 12:50:48 +02:00