From a0b3ddca40e51fc996c983410b1323f227326f08 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 5 Sep 2014 01:58:12 -0700 Subject: doc updates --- doc/html/items_8php.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 358d5a31c..fbdfe7082 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('items_8php.html','');}); Functions  collect_recipients ($item, &$private_envelope)   + filter_insecure ($channel_id, $arr) +   comments_are_now_closed ($item)    can_comment_on_post ($observer_xchan, $item) @@ -150,6 +152,8 @@ Functions    import_author_xchan ($x)   + import_author_diaspora ($x) +   import_author_rss ($x)    encode_item ($item) @@ -186,6 +190,8 @@ Functions    item_store_update ($arr, $allow_exec=false)   + store_diaspora_comment_sig ($datarray, $channel, $parent_item, $post_id) +   send_status_notifications ($post_id, $item)    get_item_contact ($item, $contacts) @@ -923,6 +929,36 @@ Functions

Referenced by block_content(), bookmarks_init(), channel_content(), display_content(), editpost_content(), event_store_item(), events_content(), home_content(), item_expire(), items_fetch(), network_content(), notifier_run(), page_content(), search_content(), tag_deliver(), widget_item(), and zot_feed().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
filter_insecure ( $channel_id,
 $arr 
)
+
+

If channel is configured to filter insecure members of privacy groups (those whose networks leak privacy via email notifications or other criteria) remove them from any privacy groups (collections) that were included in a post. They can still be addressed individually. Networks may need to be added or removed from this list as circumstances change.

+

Update: this may need to be the default, which will force people to opt-in to sending stuff privately to insecure platforms.

+ +

Referenced by collect_recipients().

+
@@ -1201,6 +1237,8 @@ Functions
+

Referenced by onepoll_run().

+
@@ -1219,6 +1257,24 @@ Functions

Referenced by fix_private_photos().

+ + + +
+
+ + + + + + + + +
import_author_diaspora ( $x)
+
+ +

Referenced by import_author_xchan(), and poco_load().

+
@@ -1406,7 +1462,7 @@ Functions
-

Referenced by diaspora_asphoto(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_reshare(), element_install(), event_store_item(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), and subthread_content().

+

Referenced by consume_feed(), diaspora_asphoto(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_reshare(), event_store_item(), item_post(), like_content(), mood_init(), photo_upload(), photos_create_item(), post_activity_item(), process_delivery(), profile_activity(), and subthread_content().

@@ -1796,6 +1852,46 @@ Functions

Referenced by tag_deliver().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
store_diaspora_comment_sig ( $datarray,
 $channel,
 $parent_item,
 $post_id 
)
+
+ +

Referenced by item_post().

+
-- cgit v1.2.3