From 42863896546d5638bedeb034d5c1001d1f0f35a8 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Aug 2014 06:06:39 -0700 Subject: doc update --- doc/html/diaspora_8php.html | 1238 ++++++++++++++++++++++++++++++++++++++ doc/html/diaspora_8php.js | 35 ++ doc/html/frphotohelper_8php.html | 486 +++++++++++++++ doc/html/frphotohelper_8php.js | 27 + doc/html/frphotos_8php.html | 155 +++++ doc/html/frphotos_8php.js | 5 + doc/html/navtreeindex9.js | 51 ++ doc/html/receive_8php.html | 138 +++++ doc/html/receive_8php.js | 4 + doc/html/removeaccount_8php.html | 155 +++++ doc/html/removeaccount_8php.js | 5 + 11 files changed, 2299 insertions(+) create mode 100644 doc/html/diaspora_8php.html create mode 100644 doc/html/diaspora_8php.js create mode 100644 doc/html/frphotohelper_8php.html create mode 100644 doc/html/frphotohelper_8php.js create mode 100644 doc/html/frphotos_8php.html create mode 100644 doc/html/frphotos_8php.js create mode 100644 doc/html/navtreeindex9.js create mode 100644 doc/html/receive_8php.html create mode 100644 doc/html/receive_8php.js create mode 100644 doc/html/removeaccount_8php.html create mode 100644 doc/html/removeaccount_8php.js (limited to 'doc/html') diff --git a/doc/html/diaspora_8php.html b/doc/html/diaspora_8php.html new file mode 100644 index 000000000..69825ab17 --- /dev/null +++ b/doc/html/diaspora_8php.html @@ -0,0 +1,1238 @@ + + + + + + +The Red Matrix: include/diaspora.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
diaspora.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 diaspora_dispatch_public ($msg)
 
 diaspora_dispatch ($importer, $msg, $attempt=1)
 
 diaspora_handle_from_contact ($contact_id)
 
 diaspora_get_contact_by_handle ($uid, $handle)
 
 find_diaspora_person_by_handle ($handle)
 
 get_diaspora_key ($uri)
 
 diaspora_pubmsg_build ($msg, $user, $contact, $prvkey, $pubkey)
 
 diaspora_msg_build ($msg, $user, $contact, $prvkey, $pubkey, $public=false)
 
 diaspora_decode ($importer, $xml)
 
 diaspora_request ($importer, $xml)
 
 diaspora_post_allow ($importer, $contact)
 
 diaspora_post ($importer, $xml, $msg)
 
 diaspora_reshare ($importer, $xml, $msg)
 
 diaspora_asphoto ($importer, $xml, $msg)
 
 diaspora_comment ($importer, $xml, $msg)
 
 diaspora_conversation ($importer, $xml, $msg)
 
 diaspora_message ($importer, $xml, $msg)
 
 diaspora_photo ($importer, $xml, $msg, $attempt=1)
 
 diaspora_like ($importer, $xml, $msg)
 
 diaspora_retraction ($importer, $xml)
 
 diaspora_signed_retraction ($importer, $xml, $msg)
 
 diaspora_profile ($importer, $xml, $msg)
 
 diaspora_share ($me, $contact)
 
 diaspora_unshare ($me, $contact)
 
 diaspora_send_status ($item, $owner, $contact, $public_batch=false)
 
 diaspora_is_reshare ($body)
 
 diaspora_send_images ($item, $owner, $contact, $images, $public_batch=false)
 
 diaspora_send_followup ($item, $owner, $contact, $public_batch=false)
 
 diaspora_send_relay ($item, $owner, $contact, $public_batch=false)
 
 diaspora_send_retraction ($item, $owner, $contact, $public_batch=false)
 
 diaspora_send_mail ($item, $owner, $contact)
 
 diaspora_transmit ($owner, $contact, $slap, $public_batch, $queue_run=false)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_asphoto ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_comment ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_conversation ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_decode ( $importer,
 $xml 
)
+
+

diaspora_decode($importer,$xml) array $importer -> from user table string $xml -> urldecoded Diaspora salmon

+

Returns array 'message' -> decoded Diaspora XML message 'author' -> author diaspora handle 'key' -> author public key (converted to pkcs#8)

+

Author and key are used elsewhere to save a lookup for verifying replies and likes

+
 $decrypted now contains something like
+
+  <decrypted_header>
+     <iv>8e+G2+ET8l5BPuW0sVTnQw==</iv>
+     <aes_key>UvSMb4puPeB14STkcDWq+4QE302Edu15oaprAQSkLKU=</aes_key>
+

OBSOLETE

+
     <author>
+       <name>Ryan Hughes</name>
+       <uri>acct:galaxor@diaspora.pirateship.org</uri>
+     </author>
+

CURRENT

+
     <author_id>galaxor@diaspora.priateship.org</author_id>
+

END DIFFS

+
  </decrypted_header>
+
+

Referenced by receive_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_dispatch ( $importer,
 $msg,
 $attempt = 1 
)
+
+ +

Referenced by diaspora_dispatch_public(), and receive_post().

+ +
+
+ +
+
+ + + + + + + + +
diaspora_dispatch_public ( $msg)
+
+ +

Referenced by receive_post().

+ +
+
+ + + +
+
+ + + + + + + + +
diaspora_handle_from_contact ( $contact_id)
+
+ +

Referenced by diaspora_send_relay().

+ +
+
+ +
+
+ + + + + + + + +
diaspora_is_reshare ( $body)
+
+ +

Referenced by diaspora_send_status().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_like ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_message ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_msg_build ( $msg,
 $user,
 $contact,
 $prvkey,
 $pubkey,
 $public = false 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_photo ( $importer,
 $xml,
 $msg,
 $attempt = 1 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_post ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_post_allow ( $importer,
 $contact 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_profile ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_pubmsg_build ( $msg,
 $user,
 $contact,
 $prvkey,
 $pubkey 
)
+
+ +

Referenced by diaspora_msg_build().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_request ( $importer,
 $xml 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_reshare ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_retraction ( $importer,
 $xml 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_followup ( $item,
 $owner,
 $contact,
 $public_batch = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_images ( $item,
 $owner,
 $contact,
 $images,
 $public_batch = false 
)
+
+ +

Referenced by diaspora_send_status().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_mail ( $item,
 $owner,
 $contact 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_relay ( $item,
 $owner,
 $contact,
 $public_batch = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_retraction ( $item,
 $owner,
 $contact,
 $public_batch = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_send_status ( $item,
 $owner,
 $contact,
 $public_batch = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_share ( $me,
 $contact 
)
+
+ +

Referenced by diaspora_request().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_signed_retraction ( $importer,
 $xml,
 $msg 
)
+
+ +

Referenced by diaspora_dispatch().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diaspora_transmit ( $owner,
 $contact,
 $slap,
 $public_batch,
 $queue_run = false 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
diaspora_unshare ( $me,
 $contact 
)
+
+ +
+
+ +
+
+ + + + + + + + +
find_diaspora_person_by_handle ( $handle)
+
+
+ +
+
+ + + + + + + + +
get_diaspora_key ( $uri)
+
+ +

Referenced by diaspora_decode().

+ +
+
+
+
+ diff --git a/doc/html/diaspora_8php.js b/doc/html/diaspora_8php.js new file mode 100644 index 000000000..9a9c4a492 --- /dev/null +++ b/doc/html/diaspora_8php.js @@ -0,0 +1,35 @@ +var diaspora_8php = +[ + [ "diaspora_asphoto", "diaspora_8php.html#a006731620a5242d410358b32678e48e3", null ], + [ "diaspora_comment", "diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829", null ], + [ "diaspora_conversation", "diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f", null ], + [ "diaspora_decode", "diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36", null ], + [ "diaspora_dispatch", "diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7", null ], + [ "diaspora_dispatch_public", "diaspora_8php.html#ab99505944728d46585b8312989de533d", null ], + [ "diaspora_get_contact_by_handle", "diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4", null ], + [ "diaspora_handle_from_contact", "diaspora_8php.html#a625056c9dab9b9779d0665650e260bb9", null ], + [ "diaspora_is_reshare", "diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690", null ], + [ "diaspora_like", "diaspora_8php.html#a5d57518545baa31cf8a85a937a267681", null ], + [ "diaspora_message", "diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46", null ], + [ "diaspora_msg_build", "diaspora_8php.html#aca23425928635776dc17927041fc3fa8", null ], + [ "diaspora_photo", "diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2", null ], + [ "diaspora_post", "diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31", null ], + [ "diaspora_post_allow", "diaspora_8php.html#a978b08b5130bc94cf38ef3a2bcba0e3a", null ], + [ "diaspora_profile", "diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f", null ], + [ "diaspora_pubmsg_build", "diaspora_8php.html#addaf8f202e52e3f0a49ed05681f9405c", null ], + [ "diaspora_request", "diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598", null ], + [ "diaspora_reshare", "diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007", null ], + [ "diaspora_retraction", "diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9", null ], + [ "diaspora_send_followup", "diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc", null ], + [ "diaspora_send_images", "diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b", null ], + [ "diaspora_send_mail", "diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c", null ], + [ "diaspora_send_relay", "diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d", null ], + [ "diaspora_send_retraction", "diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a", null ], + [ "diaspora_send_status", "diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668", null ], + [ "diaspora_share", "diaspora_8php.html#af3a7f9879c14fec761dcc5563fb39bac", null ], + [ "diaspora_signed_retraction", "diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055", null ], + [ "diaspora_transmit", "diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56", null ], + [ "diaspora_unshare", "diaspora_8php.html#aa4b1cc0bca5c3fe8d11557685e0238a9", null ], + [ "find_diaspora_person_by_handle", "diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b", null ], + [ "get_diaspora_key", "diaspora_8php.html#a986114ce8d7a582ebd0b5972738e1fc2", null ] +]; \ No newline at end of file diff --git a/doc/html/frphotohelper_8php.html b/doc/html/frphotohelper_8php.html new file mode 100644 index 000000000..11ae583a6 --- /dev/null +++ b/doc/html/frphotohelper_8php.html @@ -0,0 +1,486 @@ + + + + + + +The Red Matrix: util/frphotohelper.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
frphotohelper.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Variables

 $a = get_app()
 
 $photo_id = $argv[1]
 
 $channel_address = $argv[2]
 
 $fr_server = urldecode($argv[3])
 
 $cookies = 'store/[data]/frphoto_cookie_' . $channel_address
 
 $c
 
if(!$c) $channel = $c[0]
 
 $ch = curl_init($fr_server . '/api/friendica/photo?f=&photo_id=' . $photo_id)
 
 $output = curl_exec($ch)
 
 $j = json_decode($output,true)
 
 $args = array()
 
 $args ['data'] = base64_decode($j['data'])
 
 $args ['filename'] = $j['filename']
 
 $args ['resource_id'] = $j['resource-id']
 
 $args ['scale'] = $j['scale']
 
 $args ['album'] = $j['album']
 
 $args ['not_visible'] = 1
 
 $args ['created'] = $j['created']
 
 $args ['edited'] = $j['edited']
 
 $args ['title'] = $j['title']
 
 $args ['description'] = $j['desc']
 
 $args ['type'] = $j['type']
 
 $r
 
if($r) $ret = photo_upload($channel,$channel,$args)
 
+

Variable Documentation

+ +
+
+ + + + +
$a = get_app()
+
+ +

Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), app_name_compare(), appman_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_content(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store_item(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), frphotos_init(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_init(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), regver_content(), relative_date(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tag_sort_length(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_content(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

+ +
+
+ + + +
+
+ + + + +
$args['data'] = base64_decode($j['data'])
+
+ +
+
+ +
+
+ + + + +
$args['filename'] = $j['filename']
+
+ +
+
+ +
+
+ + + + +
$args['resource_id'] = $j['resource-id']
+
+ +
+
+ +
+
+ + + + +
$args['scale'] = $j['scale']
+
+ +
+
+ +
+
+ + + + +
$args['album'] = $j['album']
+
+ +
+
+ +
+
+ + + + +
$args['not_visible'] = 1
+
+ +
+
+ +
+
+ + + + +
$args['created'] = $j['created']
+
+ +
+
+ +
+
+ + + + +
$args['edited'] = $j['edited']
+
+ +
+
+ +
+
+ + + + +
$args['title'] = $j['title']
+
+ +
+
+ +
+
+ + + + +
$args['description'] = $j['desc']
+
+ +
+
+ +
+
+ + + + +
$args['type'] = $j['type']
+
+ +
+
+ + + +
+
+ + + + +
$ch = curl_init($fr_server . '/api/friendica/photo?f=&photo_id=' . $photo_id)
+
+
+ +
+
+ + + + +
if (!$c) $channel = $c[0]
+
+ +

Referenced by admin_page_channels(), api_call(), api_user(), appman_content(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), events_content(), events_post(), feed_init(), filestorage_content(), filestorage_post(), fix_attached_file_permissions(), frphotos_init(), get_feed_for(), get_public_feed(), handle_tag(), hcard_init(), home_init(), import_post(), importelm_post(), invite_content(), is_public_profile(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), parse_app_description(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_content(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

+ +
+
+ +
+
+ + + + +
$channel_address = $argv[2]
+
+
+ +
+
+ + + + +
$cookies = 'store/[data]/frphoto_cookie_' . $channel_address
+
+ +

Referenced by frphotos_init().

+ +
+
+ +
+
+ + + + +
$fr_server = urldecode($argv[3])
+
+ +

Referenced by frphotos_init().

+ +
+
+ + + +
+
+ + + + +
$output = curl_exec($ch)
+
+
+ +
+
+ + + + +
$photo_id = $argv[1]
+
+ +
+
+ +
+
+ + + + +
$r
+
+Initial value:
= q("select * from photo where resource_id = '%s' and uid = %d limit 1",
+
dbesc($args['resource_id']),
+
intval($channel['channel_id'])
+
)
+
+

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_dbsync(), admin_page_hubloc_post(), admin_page_summary(), all_friends(), allowed_public_recips(), api_call(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_login(), api_oauth_access_token(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_user_timeline(), app_destroy(), app_installed(), app_list(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), autoname(), bb_translate_video(), block_content(), blocks_content(), bookmark_add(), build_sync_packet(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_message(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), collect_recipients(), comanche_block(), common_content(), common_friends(), common_friends_visitor_widget(), common_friends_zcid(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_init(), connedit_post(), construct_activity_object(), construct_activity_target(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_images(), diaspora_send_mail(), diaspora_signed_retraction(), diaspora_transmit(), dir_tagadelic(), dir_tagblock(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editlayout_content(), editwebpage_content(), encode_item(), event_addtocal(), event_store_event(), event_store_item(), events_content(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedBrowser\findAttachHash(), RedBrowser\findAttachIdByHash(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), frphotos_init(), fsuggest_content(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_diaspora_key(), get_events(), get_item_elements(), get_online_status(), get_plugin_info(), get_sys_channel(), get_theme_info(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), hcard_init(), home_content(), identity_basic_export(), identity_check_service_class(), identity_selector(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), importelm_post(), install_plugin(), invite_post(), is_matrix_url(), is_sys_channel(), item_add_cid(), item_check_service_class(), item_expire(), item_getfeedattach(), item_message_id(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_content(), match_openid(), member_of(), menu_add_item(), menu_content(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), menu_post(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_post(), mood_init(), msearch_post(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_post(), preg_heart(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), random_profile(), rconnect_url(), receive_post(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), relative_date(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), replace_macros(), FriendicaSmartyEngine\replace_macros(), retain_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_default_login_identity(), RedDirectory\setName(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_content(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), theme_attachments(), thing_content(), thing_init(), unregister_hook(), update_birthdays(), update_directory_entry(), update_remote_id(), update_suggestions(), user_allow(), user_approve(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), xchan_content(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zotfeed_init(), and zping_content().

+ +
+
+ +
+
+ + + + +
if ($r) $ret = photo_upload($channel,$channel,$args)
+
+ +

Referenced by Template\_replcb_debug(), Template\_replcb_for(), Template\_replcb_inc(), activity_sanitise(), api_apply_template(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_as(), api_format_items(), api_format_messages(), api_get_user(), api_item_get_user(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_user_timeline(), app_encode(), app_store(), app_update(), array_sanitise(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), build_querystring(), change_channel(), chanman_remove_everything_from_network(), chanview_content(), chat_content(), chat_message(), chatroom_create(), chatroom_destroy(), chatsvc_content(), chatsvc_init(), chatsvc_post(), comanche_webpage(), create_identity(), day_translate(), dbq(), decode_tags(), del_config(), del_pconfig(), del_xconfig(), diaspora_dispatch(), diaspora_is_reshare(), diaspora_request(), diaspora_send_status(), dir_parse_query(), dir_query_build(), dirsearch_content(), downgrade_accounts(), encode_item_flags(), encode_item_terms(), encode_item_xchan(), expand_acl(), expand_groups(), format_notification(), get_all_perms(), get_config_from_storage(), get_online_status(), get_perms(), get_system_apps(), get_tags(), get_terms_oftype(), App\get_widgets(), RedFile\getETag(), group_add(), group_get_members(), group_rmv(), groups_containing(), home_init(), identity_basic_export(), identity_check_service_class(), import_post(), import_xchan(), item_check_service_class(), item_getfeedattach(), item_getfeedtags(), item_post(), item_store(), item_store_update(), list_post_dates(), list_public_sites(), load_contact_links(), magic_init(), mail_post(), netgrowth_content(), FKOAuthDataStore\new_access_token(), new_contact(), normalise_link(), notes_init(), oembed_format_object(), oexchange_content(), online_init(), parse_app_description(), perms2str(), photo_upload(), photos_albums_list(), photos_content(), photos_list_photos(), poco_init(), post_activity_item(), post_init(), post_post(), posted_dates(), probe_well_known(), pubsites_content(), receive_post(), RedChannelList(), RedCollectionData(), send_message(), set_config(), set_pconfig(), set_xconfig(), site_default_perms(), stream_perms_api_uids(), stream_perms_xchans(), string_splitter(), tagger_content(), thing_init(), unxmlify(), update_suggestions(), user_allow(), user_approve(), RedBrowser\userReadableSize(), wall_upload_post(), widget_archive(), z_fetch_url(), z_post_url(), z_readdir(), zfinger_init(), and zot_get_hublocs().

+ +
+
+
+
+ diff --git a/doc/html/frphotohelper_8php.js b/doc/html/frphotohelper_8php.js new file mode 100644 index 000000000..6a5e283d3 --- /dev/null +++ b/doc/html/frphotohelper_8php.js @@ -0,0 +1,27 @@ +var frphotohelper_8php = +[ + [ "$a", "frphotohelper_8php.html#acebf83966ef6d7e5645a6b62ba368f9f", null ], + [ "$args", "frphotohelper_8php.html#a67e94494731d99ed23b123e95175bc10", null ], + [ "$args", "frphotohelper_8php.html#acaefa2c3b286896f12eb55ae56e154af", null ], + [ "$args", "frphotohelper_8php.html#ad3310ef5d714f2baae2d882a1e22cf05", null ], + [ "$args", "frphotohelper_8php.html#adbc68ba8d9b3e0fac2d4c9fb683ef9f6", null ], + [ "$args", "frphotohelper_8php.html#ad4237a752a460152a5445abcb50238cf", null ], + [ "$args", "frphotohelper_8php.html#a44a64913242d4235e332cc69885c1460", null ], + [ "$args", "frphotohelper_8php.html#a6bb04aa9e43d97273fc84b6e308999c5", null ], + [ "$args", "frphotohelper_8php.html#ab93f92df528f98af0f4511720032b03c", null ], + [ "$args", "frphotohelper_8php.html#a1fba6794d8decbc7b957710af3179c10", null ], + [ "$args", "frphotohelper_8php.html#a88f7360b97eecb65e5e13708a093d172", null ], + [ "$args", "frphotohelper_8php.html#ad5fe4c1396829f3ce98eec037db698b2", null ], + [ "$args", "frphotohelper_8php.html#ab66e3756cdc86eaa61d42e675092c649", null ], + [ "$c", "frphotohelper_8php.html#ab73d7f4f2dae233dd561e7fdaab3a77b", null ], + [ "$ch", "frphotohelper_8php.html#a696b903bbc5c02914bdd402e91826eca", null ], + [ "$channel", "frphotohelper_8php.html#ac162139c764f53cc07f42b09432549ba", null ], + [ "$channel_address", "frphotohelper_8php.html#a1ce9aa56ce28b42f5db69d00d4c78972", null ], + [ "$cookies", "frphotohelper_8php.html#aef9f7eafd54f6e36423347bed723c67e", null ], + [ "$fr_server", "frphotohelper_8php.html#a2059b37bbca58d2613c70af2c19eddce", null ], + [ "$j", "frphotohelper_8php.html#a6f16db779ef3ccea921b277b5dc245d1", null ], + [ "$output", "frphotohelper_8php.html#a73004ce9cd673c1bfafd1dc351134797", null ], + [ "$photo_id", "frphotohelper_8php.html#a2d2299040f635cee8d5aac68230dd630", null ], + [ "$r", "frphotohelper_8php.html#a8abe176bc41afd728f32ba8c506cbd98", null ], + [ "$ret", "frphotohelper_8php.html#a83d5f232bed56a5af8173818b0bdf79d", null ] +]; \ No newline at end of file diff --git a/doc/html/frphotos_8php.html b/doc/html/frphotos_8php.html new file mode 100644 index 000000000..d65b82b6d --- /dev/null +++ b/doc/html/frphotos_8php.html @@ -0,0 +1,155 @@ + + + + + + +The Red Matrix: mod/frphotos.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
frphotos.php File Reference
+
+
+ + + + + + +

+Functions

 frphotos_init (&$a)
 
 frphotos_content (&$a)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
frphotos_content ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
frphotos_init ($a)
+
+ +
+
+
+
+ diff --git a/doc/html/frphotos_8php.js b/doc/html/frphotos_8php.js new file mode 100644 index 000000000..179e98384 --- /dev/null +++ b/doc/html/frphotos_8php.js @@ -0,0 +1,5 @@ +var frphotos_8php = +[ + [ "frphotos_content", "frphotos_8php.html#a6536248e7dda3f06cf37838064b961a4", null ], + [ "frphotos_init", "frphotos_8php.html#a4a33fadb181497eff301ee5132ec61d1", null ] +]; \ No newline at end of file diff --git a/doc/html/navtreeindex9.js b/doc/html/navtreeindex9.js new file mode 100644 index 000000000..ff97ed5cf --- /dev/null +++ b/doc/html/navtreeindex9.js @@ -0,0 +1,51 @@ +var NAVTREEINDEX9 = +{ +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,78,14], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,78,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,78,13], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,78,28], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,78,4], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,78,17], +"xchan_8php.html":[6,0,1,136], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,136,0], +"xrd_8php.html":[6,0,1,137], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,137,0], +"xref_8php.html":[6,0,1,138], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,138,0], +"zfinger_8php.html":[6,0,1,139], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,139,0], +"zot_8php.html":[6,0,0,79], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,79,14], +"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,79,9], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,79,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,79,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,79,16], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,79,18], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,79,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,79,11], +"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,79,8], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,79,22], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,79,27], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,79,19], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,79,0], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,79,26], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,79,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,79,25], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,79,20], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,79,13], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,79,12], +"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,79,1], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,79,15], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,79,24], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,79,17], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,79,28], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,79,10], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,79,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,79,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,79,21], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,79,23], +"zotfeed_8php.html":[6,0,1,140], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,140,0], +"zping_8php.html":[6,0,1,141], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[6,0,1,141,0] +}; diff --git a/doc/html/receive_8php.html b/doc/html/receive_8php.html new file mode 100644 index 000000000..83d066c60 --- /dev/null +++ b/doc/html/receive_8php.html @@ -0,0 +1,138 @@ + + + + + + +The Red Matrix: mod/receive.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
receive.php File Reference
+
+
+ + + + +

+Functions

 receive_post (&$a)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
receive_post ($a)
+
+

Diaspora endpoint

+ +
+
+
+
+ diff --git a/doc/html/receive_8php.js b/doc/html/receive_8php.js new file mode 100644 index 000000000..d57e5d234 --- /dev/null +++ b/doc/html/receive_8php.js @@ -0,0 +1,4 @@ +var receive_8php = +[ + [ "receive_post", "receive_8php.html#a03d8fa26e77844020ba5602deca7d494", null ] +]; \ No newline at end of file diff --git a/doc/html/removeaccount_8php.html b/doc/html/removeaccount_8php.html new file mode 100644 index 000000000..ec4dcc756 --- /dev/null +++ b/doc/html/removeaccount_8php.html @@ -0,0 +1,155 @@ + + + + + + +The Red Matrix: mod/removeaccount.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
removeaccount.php File Reference
+
+
+ + + + + + +

+Functions

 removeaccount_post (&$a)
 
 removeaccount_content (&$a)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
removeaccount_content ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
removeaccount_post ($a)
+
+ +
+
+
+
+ diff --git a/doc/html/removeaccount_8php.js b/doc/html/removeaccount_8php.js new file mode 100644 index 000000000..40a35218c --- /dev/null +++ b/doc/html/removeaccount_8php.js @@ -0,0 +1,5 @@ +var removeaccount_8php = +[ + [ "removeaccount_content", "removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695", null ], + [ "removeaccount_post", "removeaccount_8php.html#a26a3325292e932c59793430ab737126a", null ] +]; \ No newline at end of file -- cgit v1.2.3