streams/include
2015-03-07 23:35:56 -08:00
..
dba added dbdriver to siteinfo json to better track affected sites 2014-11-22 13:27:52 -08:00
Import Some Doxygen comments and small cleanups. 2014-12-07 19:27:14 +01:00
photo PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
RedDAV RedDAV: fix renaming files. 2015-03-06 00:21:32 +01:00
account.php local_user => local_channel 2015-01-28 20:56:04 -08: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 remove superfluous non-boolean boolean 2015-02-16 15:08:53 -08:00
apps.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
attach.php do not send activity to channels with no permission to view filestorage 2015-02-18 10:41:38 +01:00
auth.php local_user => local_channel 2015-01-28 20:56:04 -08:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php title missing sending to diaspora (which doesn't support titles but let's not go there). 2015-02-09 15:12:15 -08:00
bbcode.php when fixing "naked links" make sure not to double link double urls as seen in archive.org - which has the complete unescaped target url, scheme and all, as part of its own. 2015-03-06 20:45:26 -08: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 fix improper group by usage 2015-01-28 17:36:24 -08: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 straighten out some directory stuff, which required some Comanche structural changes 2015-03-05 18:24:49 -08: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 bring back like/dislike summaries on photos 2015-02-16 17:01:13 -08: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 missing comma 2015-03-04 18:23:54 -08:00
diaspora.php Diaspora tag replacement was wretchedly buggy. Use our standard tag replacement calls instead. 2015-02-19 16:29:49 -08:00
dir_fns.php major cleanup of directory options 2015-03-05 23:31:01 -08: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 PostgreSQL support initial commit 2014-11-13 12:21:58 -08: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 item voting tools 2015-02-10 19:10:18 -08:00
follow.php local_user => local_channel 2015-01-28 20:56:04 -08:00
gprobe.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
group.php local_user => local_channel 2015-01-28 20:56:04 -08: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 queue management actions. Still needs further work such as indication of last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. 2015-03-01 15:55:27 -08:00
identity.php add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. 2015-03-07 23:35:56 -08:00
ItemObject.php bring back like/dislike summaries on photos 2015-02-16 17:01:13 -08:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php The never ending saga of parent = 0 bugs on Dreamhost. 2015-03-01 18:58:50 -08: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 remote_user => remote_channel 2015-01-28 20:58:59 -08:00
network.php parse_url: if url returns an image/audio/video file instead of a webpage, return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not. 2015-03-04 15:17:39 -08:00
notifier.php Fix a couple of places where we weren't checking for dead hublocs. Add a function to mark a hubloc dead. 2015-02-27 13:43:12 -08: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 recognise opus as an audio file 2015-01-25 12:41:08 -08: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 Use grouped select field for role selection 2015-01-01 15:54:16 +01:00
photos.php Deprecate the "wall uploads" photo album. Photo uploads (from any source) with no album specified will go now into an album based on YYYY-MM. 2015-03-04 18:55:17 -08:00
plugin.php detect https coming through reverse proxy or load balancer using x-forwarded-proto instead of (actually in addition to testing) $_SERVER['HTTPS'] and/or $_SERVER['SERVER_PORT'] to indicate ssl is enabled 2015-01-05 16:12:55 -08:00
poller.php Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start 2015-03-01 20:14:42 -08: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 notes on what's needed to fix the queueing algorithms. 2015-03-04 01:26:02 -08:00
queue_fn.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
ratenotif.php notes about private realm registrations and multiple primary directories. 2015-02-22 22:58:09 -08:00
reddav.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
security.php Some cleanups and documentation. 2015-03-04 00:15:24 +01:00
session.php remove the new session functions from the trunk. Don't yet know if they'll come back or not. 2015-02-22 20:58:11 -08: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 support rel=me on channel "homepage" url 2015-02-24 00:45:03 -08:00
widgets.php straighten out some directory stuff, which required some Comanche structural changes 2015-03-05 18:24:49 -08:00
zot.php I'm going to use the site_update timestamp to indicate whenever we successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated. 2015-03-03 15:54:38 -08:00