streams/include
2015-03-25 15:33:50 -07:00
..
dba Some cleanups. 2015-03-13 00:36:32 +01:00
Import Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync. 2015-03-10 15:43:15 -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 RedDAV: fix renaming files. 2015-03-06 00:21:32 +01:00
account.php Documentation and remove duplicate code. 2015-03-16 00:20:14 +01:00
acl_selectors.php local_user => local_channel 2015-01-28 20:56:04 -08:00
activities.php local_user => local_channel 2015-01-28 20:56:04 -08:00
api.php limit notification detail queries for items and events 2015-03-23 15:36:17 -07:00
apps.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
attach.php we only need item mid. some documentation. 2015-03-24 11:38:54 +01: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 Two possible bugfixes in bb2diaspora.php. 2015-03-22 14:19:00 +01:00
bbcode.php make the channel item query match recent changes to network item query (and some slightly older changes in display item query), and allow '@' in linkified urls. 2015-03-18 19:06:05 -07: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 comanche: move 'webpage' declaration to the first parser pass so it is set when content loads. 2015-03-25 15:32:49 -07:00
config.php local_user => local_channel 2015-01-28 20:56:04 -08: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 Fixed an exit of a loop in builtin_activity_puller(). 2015-03-21 22:28:07 +01: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 optionally use openssl encryption functions (higher performance over mcrypt, but potentially more likely to have been compromised) 2015-01-11 15:13:45 -08:00
datetime.php event form cleanup backported from trinidad - still need to style the checkboxes 2015-02-05 19:37:55 -08:00
deliver.php more work on queue optimisations 2015-03-09 19:57:35 -07:00
diaspora.php catche edge case of tag "@abcdef +1", which tags the first entry in your abook, regardless of abcdef. This holds true for other similar patterns as well. 2015-03-24 02:36:45 -07:00
dir_fns.php Allow site to over-ride directory options. Bugger off. 2015-03-09 15:16:52 -07:00
directory.php directory interface cleanup and documentation so that debugging realms won't be stabbing in the dark. 2015-02-19 17:42:18 -08:00
enotify.php superblock enhancements 2015-01-26 20:47:53 -08:00
event.php ical output wasn't using 24-hour time 2014-11-24 18:46:14 -08:00
expire.php also allow service classes to set post expiration. These take priority over the site default. 2015-03-24 20:38:53 -07:00
externals.php some poller optimisations and a fix for undefined (empty) dbtype which shows up as a mysql error that 'rand' isn't found. 2014-11-16 15:51:42 -08:00
features.php Change wording on the photo location feature. When photos are merged with DAV storage we won't be stripping metadata by default. 2015-03-18 17:36:06 -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 Explicitly force link for 'All Collections' on the network page to gid=0 so it can be used with a default page over-ride for gid. 2015-03-19 16:22:08 -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 provide a site-wide expiration policy without loopholes - still need work to reduce the impact of expiration queries. 2015-03-24 15:53:55 -07:00
ItemObject.php remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php also allow service classes to set post expiration. These take priority over the site default. 2015-03-24 20:38:53 -07:00
js_strings.php the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever). 2015-03-04 20:00:54 -08:00
language.php Some cleanups and documentation. 2015-03-04 00:15:24 +01:00
menu.php local_user => local_channel 2015-01-28 20:56:04 -08: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 Bugfix und variable initialization. 2015-03-21 22:28:07 +01:00
notifier.php more work on queue optimisations 2015-03-09 19:57:35 -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 provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages 2015-01-26 19:13:06 -08:00
page_widgets.php clean up the webpage list a bit 2014-04-29 18:28:05 -07:00
permissions.php change permission roles for things like channel admin to make them more easily manually settable from the connections edit page. 2015-03-20 18:50:45 -07:00
photos.php get the correct hemisphere for geotagged photos 2015-03-17 00:53:24 -07:00
plugin.php Fix SQL query for removing orphan hooks. 2015-03-10 23:20:05 +01:00
poller.php this query can take quite a while if there were many updates but it has not been called for a long time (eg nobody called mod sharedwithme). might be a good idea to have this in the poller to clean up on a regular basis and call it once more in mod sharedwithme. what do you think? 2015-03-24 10:56:02 +01: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 PostgreSQL support initial commit 2014-11-13 12:21:58 -08: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 Some cleanups and documentation. 2015-03-04 00:15:24 +01: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 PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
taxonomy.php Some cleanups and documentation. 2015-03-04 00:15:24 +01:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php comanche: move 'webpage' declaration to the first parser pass so it is set when content loads. 2015-03-25 15:32:49 -07:00
widgets.php make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon 2015-03-09 16:27:12 -07:00
zot.php tweaks to directory registrations which don't seem to be happening, also downgrade any directory that claims to be a primary directory for RED_GLOBAL. 2015-03-19 15:56:30 -07:00