streams/include
2015-05-06 21:03:33 -07:00
..
dba Some cleanups. 2015-03-13 00:36:32 +01:00
Import convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
photo started to add the ability to geotag photos (default will be disabled) but my phone isn't outputting the GPS tags even after being explicitly enabled so I'll have to wait until I've got a device that I can reliably test against. 2015-03-16 20:08:05 -07:00
RedDAV first pass name change 2015-05-05 03:56:10 -07:00
account.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
acl_selectors.php local_user => local_channel 2015-01-28 20:56:04 -08:00
activities.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
api.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
apps.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
attach.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
auth.php explicitly unset delegate session vars on logout 2015-03-23 17:51:43 -07:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php first pass name change 2015-05-05 03:56:10 -07:00
bbcode.php remove obsolete linebreak 2015-05-04 15:04:21 +02:00
bookmarks.php Some cleanups and documentation. 2015-03-04 00:15:24 +01:00
cache.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
chat.php Some documentation, fix chatroom service class lookup. 2015-03-14 00:10:06 +01:00
cli_startup.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08: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 allow blocks to have custom classes and add a new template called zen which gives you an empty page to work with 2015-05-06 10:53:26 +02:00
config.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
Contact.php improvements in duplicate like detection, especially w/r/t event participation 2015-02-10 17:49:46 -08:00
contact_selectors.php convert application strings to en-US 2014-07-31 02:33:34 -07:00
contact_widgets.php local_user => local_channel 2015-01-28 20:56:04 -08:00
conversation.php for hubzilla we won't be obscuring items, only private mail, this will allow us to search and cache private posts 2015-05-05 18:36:05 -07:00
ConversationObject.php local_user => local_channel 2015-01-28 20:56:04 -08:00
cronhooks.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
crypto.php issue #941 2015-03-28 14:53:00 -07:00
datetime.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
deliver.php more work on queue optimisations 2015-03-09 19:57:35 -07:00
diaspora.php Merge branch 'master' of https://github.com/redmatrix/redmatrix 2015-05-06 18:39:12 -07:00
dir_fns.php issue #157, provide default directory sort order 2015-04-19 23:04:14 -07:00
directory.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
enotify.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
event.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
expire.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
externals.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
features.php move some lesser used features to plugins 2015-03-29 16:44:26 -07:00
follow.php Fix missing value in insert for default closeness 2015-03-09 03:07:48 -03:00
gprobe.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
group.php revert iconic change to collection list widget 2015-04-01 01:07:38 -07:00
html2bbcode.php I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr. 2014-10-23 21:20:12 -07:00
html2plain.php cleanup 2013-03-10 20:39:27 -07:00
hubloc.php limit notification detail queries for items and events 2015-03-23 15:36:17 -07:00
identity.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
ItemObject.php Update/fix Dutch and removing an ugly space 2015-04-02 02:23:26 +02:00
ITemplateEngine.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
items.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
js_strings.php issue #162 2015-04-20 20:49:55 -07:00
language.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
menu.php attach an id to menues, allow $menu_title to be empty, if no custom menu class is provided use default redbasic classes 2015-04-19 15:22:50 +02:00
message.php prevent silly fake null date from causing problems OTW from older builds 2015-01-30 16:15:05 -08:00
nav.php whitespace 2015-03-09 16:28:06 -07:00
network.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
notifier.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
notify.php provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. 2015-02-12 17:45:25 -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 make embeds bookmarkable 2015-03-11 18:12:04 -07:00
onedirsync.php onedirsync issue reported by habeas codice 2015-01-23 21:48:34 -08:00
onepoll.php more logging for onepoll 2015-03-31 20:01:37 -07:00
page_widgets.php clean up the webpage list a bit 2014-04-29 18:28:05 -07:00
permissions.php use PERMS_SPECIFIC for anything that hasn't been specified. This way there's nothing that's "only yourself", and let's you add additional permissions at will rather than be forced to accept the defaults or turn on custom permissions just to give a friend delegation rights or the ability to post photos. 2015-04-21 21:41:39 -07:00
photos.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
plugin.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
poller.php fix regdir 2015-03-31 21:06:48 -07:00
probe.php start of legacy probe utility 2014-04-02 16:26:39 -07:00
profile_selectors.php make the profile minimal by default. Use features to enable the advanced form. 2014-08-01 01:24:03 -07:00
ProtoDriver.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
queue.php more work on queue optimisations 2015-03-09 19:57:35 -07:00
queue_fn.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
ratenotif.php ratenotif: loop oddity 2015-03-19 15:24:09 -07:00
reddav.php first pass name change 2015-05-05 03:56:10 -07:00
security.php improve performance of the zotfeed queries 2015-03-23 19:56:10 -07:00
session.php Some cleanups. 2015-03-13 00:36:32 +01:00
sharedwithme.php make postgresql happy 2015-03-25 11:03:37 +01:00
smarty.php provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
socgraph.php mod/branchtopic - move an off-topic comment to its own thread as a fresh wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains. 2015-04-24 00:56:06 -07:00
spam.php The problem with a lot of packages is that it's easier to re-write them than to re-use them. 2014-02-02 21:25:52 -08:00
statistics_fns.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
taxonomy.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
template_processor.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
text.php first pass name change 2015-05-05 03:56:10 -07:00
widgets.php program the affinity slider labels 2015-04-09 19:51:58 -07:00
zot.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00