streams/include
2014-11-10 15:21:04 -08:00
..
dba syntax error in dba driver, document z_post_url 2014-09-09 02:42:07 -07:00
Import provide example import script 2014-11-03 01:06:02 -08:00
photo put back local file check so body is fetched from z_ functions 2014-10-07 23:59:26 -07:00
RedDAV move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them. 2014-10-20 16:47:58 -07:00
account.php honour service class restrictions for total_identities, total_channels ("friends") and total_feeds both when importing channels and subsequently when syncing clones. Limits are based on the local system - additional entries are silently dropped. 2014-09-15 17:17:00 -07:00
acl_selectors.php remove log statement 2014-10-15 18:36:36 -07:00
activities.php sql error in profile_activity 2014-08-31 16:24:05 -07:00
api.php API: xchan get/create 2014-10-23 19:33:47 -07:00
apps.php allow a site to over-ride the system app list without causing git issues 2014-10-09 15:22:21 -07:00
attach.php When you delete something in /cloud stay in the right folder. 2014-10-14 00:15:41 +02:00
auth.php Some documentation of include/auth.php. 2014-10-05 14:51:58 +02:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php logging changes, untranslated string 2014-11-05 21:02:33 -08:00
bbcode.php allow (our own) ajax urls to pass through bbcode intact. 2014-10-09 20:59:33 -07:00
bookmarks.php remove some code duplication 2014-07-14 01:38:16 -07:00
cache.php remove mysql dependencies from cache api 2014-03-16 21:34:51 -07:00
chat.php aalso change the way we check for number of chatrooms 2014-09-20 17:28:42 +02:00
cli_startup.php allow custom role permissions and fix site timezone. 2014-09-29 23:36:41 -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 A future "comanche UI" is going to need lists of available building blocks. Some of these are pretty easy to assemble, others are a bit more difficult and will have to go through a registration procedure. This checkin create such a registration procedure for page templates and their associated flavours and their assignable regions. The array itself is extensible since I don't know for sure at this stage what the front-end UI for this feature will ultimately require or even if there ever will be a front-end UI as this community still seems to believe that software writes itself and just magically appears, working perfectly. 2014-04-25 16:09:32 -07:00
config.php Silence insanely noisy log - should probably stick this in a dlogger 2014-09-29 19:06:43 +01:00
Contact.php when removing a channel, check to see if there are any valid hublocs remaining before marking the xchan deleted. 2014-10-21 17:07:25 -07:00
contact_selectors.php convert application strings to en-US 2014-07-31 02:33:34 -07:00
contact_widgets.php sql error 2014-07-29 18:34:24 -07:00
conversation.php if someone does not have permission to chat do not show the chatrooms tab 2014-10-29 14:29:38 +01:00
ConversationObject.php trying to call mod/magic on rss resources - which have no hub 2014-09-22 23:49:12 -07:00
cronhooks.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
crypto.php make the old personal xrd interface (old webfinger) work again 2014-08-21 17:42:19 -07:00
datetime.php Fix problem with default birth date 2014-10-31 16:09:48 +01:00
deliver.php I'm going to try again with the conversation request packets. I've looked this over and tested a lot of edge cases, and thought about from every angle I can think of to prevent looping. I don't *think* this can loop. I also doubt that this is the problem at friendicared.de, but I don't know for sure what that problem might be. 2014-11-02 15:28:20 -08:00
diaspora.php logging changes, untranslated string 2014-11-05 21:02:33 -08:00
dir_fns.php This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00' 2014-09-08 20:35:15 -07:00
directory.php when an admin censors a channel, we only need to notify the directory and not all the connections. 2014-06-22 17:26:05 -07:00
enotify.php bring back some friendica crypto stuff including all the key mangling and translation functions. Also add ability to completely supress email notifications for actitivies with private contents. We'll still pass private mail notifications because often the email notification is the only way infrequently used channels get alerted to these. 2014-08-15 14:42:14 -07:00
event.php wrong permalink on remote events 2014-10-23 01:36:40 -07:00
expire.php try and sort out the item delete mess 2014-03-27 20:28:48 -07:00
externals.php fix diaspora reshare tags 2014-10-10 19:14:37 -07:00
features.php nav channel selection 2014-08-18 20:03:48 -07:00
follow.php some minor cleanup of unreported (and as yet undiscovered) issues with permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems. 2014-11-05 16:21:03 -08:00
gprobe.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
group.php issue #588 can't add feeds to collections using connedit page group sidebar widget 2014-09-11 02:19:21 -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 generalise the output format of xchan_fetch so it matches the input format 2014-10-23 19:41:42 -07:00
identity.php some minor cleanup of unreported (and as yet undiscovered) issues with permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems. 2014-11-05 16:21:03 -08:00
ItemObject.php mark signature forgeries 2014-10-16 16:19:19 -07:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php tgroup_check - decrypt if obscured before checking body text for reshares 2014-11-07 13:06:56 -08:00
js_strings.php Navbar notifications: don't show "nothing new here" unless we've checked and there's nothing. Until we know for sure, display "Loading...". 2014-09-20 16:34:48 -07:00
language.php So much so, in fact, that I didn't even notice the typo. 2014-09-26 17:16:55 +01:00
menu.php show bookmarks menu only if we have any bookmarks already 2014-09-20 16:31:56 +02:00
message.php SQL error - private message conversation lookup 2014-10-06 19:37:51 -07:00
nav.php Use consistent terminology for channel directory 2014-11-09 09:37:06 +01:00
network.php this bug has been there for a *long* time. First time I've ever seen it triggered. 2014-10-13 16:21:02 -07:00
notifier.php disable request message response until we work through this 2014-11-01 00:36:21 -07: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 oembed issues 2014-10-08 20:37:46 -07:00
onedirsync.php directory sync optimisations to save redundant processing 2013-10-15 02:33:35 -07:00
onepoll.php What this checkin does is catch the case where a comment arrived and there's a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect. 2014-10-30 19:15:03 -07:00
page_widgets.php clean up the webpage list a bit 2014-04-29 18:28:05 -07:00
permissions.php add "repository" permissions role and make sure we have a sane "accept" default for the custom role. 2014-10-27 16:19:30 -07:00
photos.php visible flag reversed 2014-11-06 18:05:02 -08:00
plugin.php allow site specific templates, css, js, whatever 2014-09-30 21:30:27 -07:00
poller.php revert that bit 2014-11-07 12:16:13 -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 various diaspora issues 2014-08-29 17:31:40 -07:00
queue_fn.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
reddav.php backtrack on attribution for wall-to-wall comments - triggered too often and unnecessarily. 2014-10-22 18:14:21 -07:00
security.php Very, very cautiously let a developer switch to the sys chan if 2014-09-15 03:59:04 +01:00
session.php innodb issue 2014-11-03 15:33:59 +00:00
smarty.php provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
socgraph.php illegal string offset warnings 2014-09-05 15:00:08 -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 query for statistics are now executed by poller 2014-10-02 13:43:48 +02:00
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
taxonomy.php make sure the "tagcloud" actually shows hashtags. So we don't confuse folks with categories. 2014-11-06 01:32:47 -08:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php Don't recognise hashtags starting with #, e.g. ### 2014-10-15 17:55:20 -07:00
widgets.php category tagblock 2014-11-06 01:24:04 -08:00
zot.php add public forum identification to libzot. No attempt is made to identify other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum. 2014-11-10 15:21:04 -08:00