Commit Graph

158 Commits

Author SHA1 Message Date
Friendika 5a23440fb4 restrict FB imports which have privacy policies to the post owner.
Also add facebook to $item['app'] on imported posts from FB.
2011-06-20 22:18:03 -07:00
fabrixxm 001982cac0 Change logic in admin.php to load plugin settings form. Add statusnet settings form. 2011-06-19 15:43:10 +02:00
fabrixxm 23931ab719 Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example. 2011-06-18 08:29:59 +02:00
Friendika b61a7158da Merge pull request #116 from fabrixxm/admin
Admin pages
2011-06-16 15:27:12 -07:00
Fabio Comuni b7dc9f8867 Update info comments in all plugins 2011-06-14 15:08:03 +02:00
Fabio Comuni 00e142e4f7 Load plugin info from plugin file. Show README.md or README from plugin dir in plugin details page 2011-06-14 14:21:43 +02:00
Friendika a62d33dd48 doco 2011-06-13 22:28:51 -07:00
Friendika 9b9bd35cba demo plugin for embedded flash games 2011-06-13 22:21:48 -07:00
Friendika 7c60701efc fixed a few feed problems affecting activity objects/targets 2011-06-10 01:51:14 -07:00
Friendika e2f1540f25 events, continued. Also better regex matching accounting for empty elements 2011-06-07 22:13:07 -07:00
Friendika 182582eed8 load hooks inside queue 2011-06-05 02:09:31 -07:00
Friendika dbaf3eca07 fb queue - wrong var 2011-06-05 00:19:22 -07:00
Friendika d53c1bb48a facebook queue: not enough parameters 2011-06-04 22:43:55 -07:00
Friendika bc3255ab3f don't serialize entire item 2011-06-03 06:41:52 -07:00
Friendika a27391c33a facebook queueing on failure, sync update.php with boot.php update version to avoid race condition 2011-06-03 01:16:17 -07:00
Friendika 2fcb5922c3 don't notify failed FB delivery of likes, which have no id. 2011-06-02 17:41:04 -07:00
Friendika 558962169f warning message if Facebook post does not succeed. It happens quite a lot. 2011-06-02 00:52:26 -07:00
Friendika 1d2cc5c5ad put oembed settings into a .settings-block div for consistency 2011-05-30 23:12:39 -07:00
Friendika 656d861b3e on rare occasions posts do not get a parent. The only thing which could cause it is if we can't find our new post. So we'll check for this and try one more time before failing. 2011-05-29 22:50:36 -07:00
Friendika c3478a1485 bug #62 - opt-out of importing FB friends/conversations but still allow FB posting 2011-05-29 20:36:45 -07:00
Friendika a2b26948d8 duplicate likes if we posted it locally and it also comes back from FB 2011-05-27 15:33:01 -07:00
Friendika 5a0690d940 add attachments to FB posts, fix paren string in statusnet, do not insert attach div into post if no attachments 2011-05-26 06:46:55 -07:00
Friendika 19ccd658eb Merge branch 'pull' 2011-05-23 18:18:01 -07:00
Friendika cde888f7f8 Merge pull request #108 from fabrixxm/widget
Add missing widgets_uninstall function to widgets plugin
2011-05-23 18:12:34 -07:00
Fabio Comuni e1107b55c6 add info() function. Works like notice() but show messages in a div with class info-message.
update code to use info() instead of notice() when appropriate (non-error message)
add info-message class style in themes
2011-05-23 11:39:57 +02:00
Fabio Comuni f93106de3a Add missing widgets_uninstall function to widgets plugin 2011-05-23 10:50:22 +02:00
Fabio Comuni 7c5a7a94d4 Add oembed user option for use oembed instead of standard yotube embedding.
Remove global option and parse_url use of oembed.
2011-05-23 10:37:09 +02:00
fabrixxm 072e414636 Fix missing wrapping span on bbcode to html, split embed data fetch and rappresentation in two functions. Prettier video embed. 2011-05-23 09:13:35 +02:00
fabrixxm 570a22de74 update oembed plugin. embed preview in editor 2011-05-23 09:13:35 +02:00
Friendika 3ea145fae7 fb contacts getting mixed up. 2011-05-22 21:47:22 -07:00
Friendika 5996e2cd4c if no FB image and fb link is on our site, use Friendika logo for fb image. Otherwise it's going to end up being a random friend. 2011-05-22 21:20:28 -07:00
Friendika b3648de6f0 silencing stdclass warnings 2011-05-22 19:20:33 -07:00
Tobias Diekershoff 4c7522a131 added support for pre configured StatusNet credentials 2011-05-22 22:39:43 +02:00
Friendika 5f20925220 deny link not clickable on admin approval notification page 2011-05-20 15:11:36 -07:00
Friendika 1fcf8ff5de replace fopen with fetch_url in statusnet plugin, many sites do not have fopen_url allowed. 2011-05-20 07:08:20 -07:00
Friendika 1b8e93c70b don't use hashtags for FB message link 2011-05-20 01:48:59 -07:00
Friendika a0a59e0518 statusnet post by default 2011-05-17 18:25:18 -07:00
Friendika 6c397255c8 turn dislike activities into plain text comments for FB delivery 2011-05-17 04:53:05 -07:00
Tobias Diekershoff 85dc0826b6 fixed a comment... 2011-05-17 07:27:06 +02:00
Tobias Diekershoff bc3eba713a made the connection process to SN more robust 2011-05-17 07:20:26 +02:00
Friendika 31d53c5b2a comments imported from ignored FB contact 2011-05-15 17:04:02 -07:00
Friendika 86f2c56152 use best contact id available 2011-05-14 02:25:26 -07:00
Friendika 2b720b5b7c fix a couple of FB issues, wrong comment author, perhaps fix some missing entries 2011-05-14 00:47:00 -07:00
Friendika 7942192e20 FB reply if replying to local post originally posted to FB 2011-05-13 20:40:28 -07:00
Fabio Comuni 55fd53ecbd More work on widgets addon 2011-05-13 09:04:43 +02:00
Fabio Comuni 9f05b71018 todo widget_like 2011-05-13 09:04:42 +02:00
Fabio Comuni cd34051b68 modular widgets 2011-05-13 09:04:42 +02:00
Fabio Comuni 7b59ea7b13 add some style to the widget 2011-05-13 09:04:42 +02:00
Fabio Comuni 0f7008a02e Friendika widgets. 2011-05-13 09:04:42 +02:00
Friendika 869c7df78b update doco on FB connector 2011-05-12 04:51:54 -07:00