Commit graph

111 commits

Author SHA1 Message Date
Michael Vogel c71fdbf348 Facebook: The import is now formatted in another way to make it look nicer 2012-04-06 14:51:35 +02:00
Thomas Willingham 5ad2d3c7f8 Remove tilde files 2012-04-05 20:26:51 +01:00
Thomas Willingham 1405c0c637 Tobias outlined a rare situation where a site admin may not have an
admin account, and will therefore need to do things in .htconfig.php

So, restore the .htconfig.php method as "If you prefer..."
2012-04-05 20:23:40 +01:00
Thomas Willingham 098330df30 Brought README up to date. 2012-04-04 18:32:04 +01:00
friendica 19b264a20c Merge https://github.com/annando/friendica-addons into apull
Conflicts:
	facebook/facebook.php
2012-04-03 16:30:28 -07:00
Michael Vogel 9ff72061f2 Facebook: Design issues in the export 2012-04-02 22:37:12 +02:00
Tobias Hößl df343dd2d6 Migration hint: the form cannot be used as long as the settings are set in .htconfig.php, so tell this to the administrator. 2012-04-02 20:25:15 +00:00
Tobias Hößl dc7bdfcec6 Check if the given AppID/Secret works. Make the polling interval configurable. 2012-04-02 20:12:06 +00:00
Michael Vogel 26ad8dc79a facebook: If the body is empty then the link is taken. 2012-04-01 16:30:25 +02:00
Michael Vogel ced503973a Merge commit 'upstream/master'
Conflicts:

	facebook/facebook.php
2012-04-01 14:08:36 +02:00
Michael Vogel 79f5e9d083 Handling of empty messages improved. They weren't posted. 2012-04-01 13:44:39 +02:00
Tobias Hößl 1b1237d97c FEATURE: AppID/Secret can now be entered on the plugin's admin page. BUG: if a connected FB-App is deleted and a new FB-App is connected, the app_access_token of the former App remained in the config and made it impossible to activate Real-Time Updates with the new App. USABILITY: Now the user's connector settings page automatically recognizes if the connection is still valid and acts accordingly. SECURITY: XSRF-Protection. 2012-04-01 07:42:50 +00:00
Michael Vogel 97bbcad0f5 Facebook: Removing useless content when posting to facebook. Now content on facebook really looks great. 2012-03-31 17:42:17 +02:00
Michael Vogel 5e9405e9dc Maximum limit for facebook is now max higher than 400. 2012-03-31 16:34:28 +02:00
Tobias Hößl e92b5336f8 Show the pseudo-user Administrator instead of a broken image 2012-03-31 08:29:13 +00:00
Tobias Hößl 62022eddb9 Merge branch 'master' of git://github.com/friendica/friendica-addons 2012-03-31 08:16:12 +00:00
Tobias Hößl fc4250303b Provide a link to reactivate Real-Time Updated 2012-03-31 08:16:09 +00:00
Michael Vogel e688a2608a The "bookmark" element is now supported 2012-03-29 20:04:54 +02:00
Tobias Hößl df8163fe0d Another proposal for notifications after FB-Connection-Invalidation 2012-03-28 19:23:32 +00:00
Michael Vogel 1fce805ee9 Merge commit 'upstream/master' 2012-03-28 19:53:07 +02:00
Tobias Hößl 1adc9433a5 Send a notification to the user if his/her FB-Connections became invalid (usualle after changing the FB-Password) 2012-03-26 13:08:22 +00:00
Michael Vogel 40d779af57 Facebook: detecting of images when exporting 2012-03-21 10:07:29 +01:00
Tobias Hößl 437325c5c8 This deactivated the plugin not only when uninstalling it, but also when updating it 2012-03-19 21:20:51 +00:00
Tobias Hößl 834845a6c2 Merge branch 'master' of git://github.com/friendica/friendica-addons 2012-03-19 21:10:54 +00:00
friendica 0be5a02c9c bug: used uid for allow_gid instead of contact id 2012-03-18 18:51:52 -07:00
Tobias Hößl 519edd184b Delete the app_access_token once the addon is uninstalled. And some more error handling 2012-03-18 10:59:01 +00:00
friendica 3503adb8cc facebook comment notifications 2012-03-17 01:21:38 -07:00
Michael Vogel 746a42e4e0 Merge commit 'upstream/master' 2012-03-11 19:27:18 +01:00
friendica 9e05e03a04 Merge pull request #16 from CatoTH/master
Support for Facebook's Real-Time Updates 
CatoTH - you might wish to consider moving delete_url to include/network.php, but since that is in a separate repository best to wrap it in "if (! function_exists('delete_url')) ..." in case somebody git updates the addon at a different time than the main code.
2012-03-08 14:43:22 -08:00
Tobias Hößl 49f2d04a15 Bugfix 2012-03-05 11:43:38 +00:00
Tobias Hößl 5a4ca9459d Real-Time Updates 2012-02-29 14:06:19 +00:00
Michael f1d01a4e50 Facebook: Don't import empty messages 2012-02-27 16:30:53 +01:00
Leonard b2becc7552 Updated the Readme (and added the "Select how your app integrates with Facebook" section) 2012-02-26 21:38:01 +01:00
Tobias Hößl b83a5a7424 Bugfix 2012-02-26 20:36:24 +00:00
Tobias Hößl c51ae6551d Support for FB Real-Time Updates according to http://developers.facebook.com/docs/reference/api/realtime/ . Plugin needs to be deactivated and activated again in order to enable the settings 2012-02-26 14:45:26 +00:00
Tobias Diekershoff 2638761762 reverted changes to FB connector, see comment to pull request #10 from annando 2012-02-23 07:03:32 +01:00
friendica de7f4d005c Merge pull request #10 from annando/master
Added plugin "showmore"
2012-02-22 20:00:42 -08:00
friendica 6e6f0264c1 deprecate the text to install plugins via the config file 2012-02-21 20:38:01 -08:00
Michael 5c88bcb1b4 Workaround for posts from pages. Not nice - but working :) 2012-02-20 11:14:33 +01:00
friendica ca86156d9b bug #263, strip out hashtag links even though this loses information. This should be configurable. 2012-02-05 16:31:48 -08:00
friendica 289243f85f facebook "show more" wrong plink after change to background delivery 2012-02-04 14:49:27 -08:00
Abinoam Jr 6f09294ab0 Friendika -> Friendica (facebook)
Only the url http://portal.friendika.com/privacy wasn't changed.
2012-01-31 07:52:15 -03:00
friendica 391f57fa39 permission change 644 to 755 for addons 2012-01-21 15:19:22 -08:00
friendica b896a5c2db import images for wall photos (which facebook provides as an unnamed link and not a photo) 2012-01-08 15:42:58 -08:00
friendica 3b10d9f8fe fix FB privacy 2011-12-28 05:34:48 -08:00
friendica 0130a431ab correct item reference 2011-12-24 01:46:12 -08:00
friendica 7d96fe70f6 Filter FB comments from people unknown to FB. 2011-12-24 00:43:37 -08:00
friendica 6efbf82578 fb private messages not posting 2011-12-22 14:53:20 -08:00
friendica 9a7d828340 facebook comments not working 2011-12-19 01:09:35 -08:00
friendica 318cb246f9 rename 'friendika' 2011-12-16 01:45:53 -08:00
friendica 873972509b escape tags for FB posts 2011-12-06 15:23:15 -08:00
friendica dc8807c051 facebook application blocking 2011-12-05 00:36:36 -08:00
friendica 28405bfeb6 more FB link improvements 2011-12-04 17:33:08 -08:00
friendica e5f3e1f540 fb: don't show obnoxious long links 2011-12-04 13:51:38 -08:00
Friendika 92358453fa use request var for post enable settings so can be scripted 2011-11-07 14:25:11 -08:00
Friendika 14230c1c47 add nurl to contact 2011-11-02 00:34:01 -07:00
Friendika 5d21b7256b queue api 2011-10-21 03:34:07 -07:00
Friendika d6f8f7346e FB friends not updating 2011-10-19 22:13:26 -07:00
Friendika 754941e42b background deliver plugins 2011-10-11 18:46:33 -07:00
Friendika 60696c01e7 abandoned account feature 2011-09-29 21:57:17 -07:00
Friendika 056921b1e8 addon repository relocated 2011-09-25 01:56:03 -07:00