streams/include
2013-12-03 16:31:05 -08:00
..
dba bring back mail list and cleanup some issues which popped out with full PHP warnings 2013-08-27 22:30:06 -07:00
photo deprecate a->get_curl_code() and $a->get_curl_headers() 2013-12-01 00:16:02 -08:00
account.php Missing include for new_keypair 2013-08-10 16:28:05 +01:00
acl_selectors.php quite a bit of work on default acl permissions and various acl quirks 2013-11-29 14:09:21 -08:00
activities.php provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !! 2013-09-10 19:06:06 -07:00
api.php synchronise deletion of comments between red and wp 2013-11-28 00:16:13 -08:00
attach.php make the storage permissions tweakable for hosted environments where they may require tweaking. 2013-11-04 19:21:09 -08:00
auth.php on successful magic-auth, put remote_service_class and remote_hub into the session 2013-12-03 16:31:05 -08:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bbcode.php display encrypted text inline 2013-11-11 00:21:00 -08:00
cache.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
cli_startup.php fix some anomolies in config functions 2013-06-21 21:36:48 -07:00
cli_suggest.php populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel). 2013-08-05 20:08:35 -07:00
comanche.php Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups 2013-10-28 17:48:42 -07:00
config.php The check for f*cked database (which otherwise sends out zillions of update failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. 2013-10-04 14:42:18 -07:00
Contact.php refactor magic-auth 2013-12-02 15:15:02 -08:00
contact_selectors.php progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated. 2013-07-03 01:50:39 -07:00
contact_widgets.php remove the "Similar Interests" link until somebody makes it work 2013-09-29 18:34:41 -07:00
conversation.php Plurals for conversation.php 2013-11-28 12:24:37 +01:00
ConversationObject.php fix default cipher for comments and set it at the conversation level rather than the item level. 2013-11-14 22:54:16 -08:00
cronhooks.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
crypto.php Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
datetime.php reorganise a few included functions - notably identity related functions 2013-12-03 15:35:13 -08:00
deliver.php block forgeries 2013-10-02 02:50:02 -07:00
dir_fns.php Fix missing argument warning 2013-11-12 22:26:47 +01:00
directory.php implement monthly directory pings 2013-10-28 00:11:44 -07:00
enotify.php add recipient name to the rest of the notification emails 2013-11-24 14:39:29 -08:00
event.php provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !! 2013-09-10 19:06:06 -07:00
expire.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
features.php comment out the multi-delete feature until somebody wants it bad enough to make it work 2013-11-15 03:44:52 -08:00
follow.php follow and accept_follow hooks 2013-11-21 17:49:14 -08:00
friendica_smarty.php silence some warnings at php E_ALL levels 2013-08-28 21:56:01 -07:00
gprobe.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
group.php white screen 2013-11-21 17:23:14 -08:00
html2bbcode.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
html2plain.php cleanup 2013-03-10 20:39:27 -07:00
identity.php reorganise a few included functions - notably identity related functions 2013-12-03 15:35:13 -08:00
ItemObject.php fix default cipher for comments and set it at the conversation level rather than the item level. 2013-11-14 22:54:16 -08:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php deprecate a->get_curl_code() and $a->get_curl_headers() 2013-12-01 00:16:02 -08:00
js_strings.php localise js ui strings for e2ee 2013-11-11 15:20:30 -08:00
language.php dangerous typo that removes all your hublocs, fix reshare formatting 2013-03-11 16:13:09 -07:00
menu.php set menu_channel_id before we use it in a query 2013-09-14 18:16:54 -04:00
message.php Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
nav.php allow themes to mess with the navbar contents without a custom template. It's done as a callback using a transient plugin hook. 2013-11-28 20:17:07 -08:00
network.php trimmed style.css by a few hundred lines. Needs many more such efforts 2013-12-01 21:11:47 -08:00
notifier.php this is necessary for any possibility of a federated future. 2013-11-21 15:58:42 -08:00
notify.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
oauth.php oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post 2013-10-15 15:51:20 -07:00
oembed.php get rid of fetch_url - post_url will be a bit harder as several plugins need to be updated 2013-12-01 00:35:35 -08:00
onedirsync.php directory sync optimisations to save redundant processing 2013-10-15 02:33:35 -07:00
onepoll.php pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes 2013-11-17 19:22:24 -08:00
page_widgets.php Typo 2013-09-26 18:26:03 +01:00
permissions.php implement republish permission for use in sourced channels 2013-09-30 21:49:26 -07:00
photos.php missing verb on items linked to photos 2013-09-17 17:53:44 -07:00
plugin.php remove hook logging - too noisy 2013-12-01 13:41:51 -08:00
poller.php populate some posts when somebody is granted "read stream" permission 2013-11-17 16:50:32 -08:00
profile_selectors.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
ProtoDriver.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
queue.php unknown column 2013-03-11 17:42:12 -07:00
queue_fn.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
reddav.php doco 2013-10-28 18:43:49 -07:00
security.php init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries) 2013-11-22 11:52:38 -08:00
session.php move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth) 2013-05-23 20:35:40 -07:00
socgraph.php Issue #99 2013-08-18 05:03:04 +01:00
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
taxonomy.php put comanche widgets in their own file. Added a category tagcloud widget - but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments. 2013-10-27 16:30:55 -07:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php refactor magic-auth 2013-12-02 15:15:02 -08:00
widgets.php put comanche widgets in their own file. Added a category tagcloud widget - but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments. 2013-10-27 16:30:55 -07:00
zot.php ensure that every imported channel has a primary hubloc 2013-12-02 23:55:57 -08:00