This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/include
2014-11-02 15:28:20 -08:00
..
dba
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
acl_selectors.php remove log statement 2014-10-15 18:36:36 -07:00
activities.php
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
BaseObject.php
bb2diaspora.php should probably check the body since the title is only going to be rarely set. 2014-10-24 14:04:32 -07:00
bbcode.php allow (our own) ajax urls to pass through bbcode intact. 2014-10-09 20:59:33 -07:00
bookmarks.php
cache.php
chat.php
cli_startup.php
cli_suggest.php
comanche.php
config.php
contact_selectors.php
contact_widgets.php
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
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
cronhooks.php
crypto.php
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 back to wrestling with the !@#$ diaspora recursive reshare from hell 2014-10-14 18:47:08 -07:00
dir_fns.php
directory.php
enotify.php
event.php wrong permalink on remote events 2014-10-23 01:36:40 -07:00
expire.php
externals.php fix diaspora reshare tags 2014-10-10 19:14:37 -07:00
features.php
follow.php the default permissions for new connections when using a custom role is inadequate. Until we can make it configurable start off with something like a public social role. We're typically taking the person straight to the connection editor so they can change it before any privacy damage is done 2014-10-28 19:29:37 -07:00
gprobe.php
group.php
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
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 several unrelated things - auto_follow wasn't working for new accounts, error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant. 2014-10-27 19:23:40 -07:00
ItemObject.php mark signature forgeries 2014-10-16 16:19:19 -07:00
ITemplateEngine.php
items.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
js_strings.php
language.php
menu.php
message.php
nav.php merge madness 2014-10-19 16:12:05 -07: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
oauth.php
oembed.php oembed issues 2014-10-08 20:37:46 -07:00
onedirsync.php
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
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 add some more safety checks before turning the conversation request messages back on 2014-11-02 00:06:52 -07:00
plugin.php
poller.php Typo 2014-10-21 17:27:13 +01:00
probe.php
profile_selectors.php
ProtoDriver.php
queue_fn.php
queue.php
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
session.php
smarty.php
socgraph.php
spam.php
statistics_fns.php
system_unavailable.php
taxonomy.php jsonp support (thankxs fabrixxm) 2014-10-16 02:02:11 -07:00
template_processor.php
text.php Don't recognise hashtags starting with #, e.g. ### 2014-10-15 17:55:20 -07:00
widgets.php put privacy role selector in settings page. Change visibility of various permissions items accordingly. 2014-10-26 19:32:12 -07:00
zot.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