.. |
dba
|
bring back mail list and cleanup some issues which popped out with full PHP warnings
|
2013-08-27 22:30:06 -07:00 |
photo
|
missing filename in uploaded photos (we don't really use this, but we will need to have a filename to export via DAV or API and the original filename would be the most likely choice).
|
2014-01-22 23:54:14 -08:00 |
account.php
|
fix the admin interface to pending registrations
|
2014-01-21 14:56:42 -08:00 |
acl_selectors.php
|
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
|
2013-12-22 18:37:39 -08:00 |
activities.php
|
some minor cleanup on plinks for some very subtle permissions issues
|
2014-01-09 15:45:17 -08:00 |
api.php
|
some tweaks to items_fetch for the api
|
2014-01-25 15:51:10 -08:00 |
attach.php
|
add epub mimetype (application/epub+zip)
|
2014-02-02 02:43:36 -08:00 |
auth.php
|
Log failed auth to it's own file so fail2ban doesn't have to parse MB of text
|
2014-01-15 22:54:51 +00:00 |
BaseObject.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
bb2diaspora.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
bbcode.php
|
Add class to bookmark links to make it better them able
|
2014-02-09 01:37:09 +01:00 |
bookmarks.php
|
bookmarking bugfix
|
2014-02-05 03:29:02 -08:00 |
cache.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
chat.php
|
apply service class restriction to the number of channels allowed in a chatroom at a time ('chatters_inroom'). If you've got a public site you probably want to restrict this.
|
2014-02-06 15:23:20 -08:00 |
cli_startup.php
|
fix some anomolies in config functions
|
2013-06-21 21:36:48 -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
|
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
|
2013-10-28 17:48:42 -07:00 |
config.php
|
config: don't try to unserialise an array
|
2014-02-01 20:07:47 -08:00 |
contact_selectors.php
|
progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated.
|
2013-07-03 01:50:39 -07:00 |
contact_widgets.php
|
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
|
2013-12-14 17:03:37 -08:00 |
Contact.php
|
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
|
2013-12-22 18:37:39 -08:00 |
conversation.php
|
create a new "subdued" CSS class for things that shouldn't be in your face unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
|
2014-02-08 00:48:19 -08:00 |
ConversationObject.php
|
fix default cipher for comments and set it at the conversation level rather than the item level.
|
2013-11-14 22:54:16 -08:00 |
cronhooks.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
crypto.php
|
bloody hell - it isn't defined either.
|
2013-12-15 18:43:54 -08:00 |
datetime.php
|
reorganise a few included functions - notably identity related functions
|
2013-12-03 15:35:13 -08:00 |
deliver.php
|
issue #240 - we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
|
2013-12-11 23:13:36 -08:00 |
dir_fns.php
|
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
|
2014-02-11 14:19:20 -08:00 |
directory.php
|
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
|
2014-02-11 14:19:20 -08:00 |
enotify.php
|
simplify permalink selection logic
|
2014-01-09 16:23:58 -08:00 |
event.php
|
some minor cleanup on plinks for some very subtle permissions issues
|
2014-01-09 15:45:17 -08:00 |
expire.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
features.php
|
allow site defaults for enabled features
|
2014-01-26 03:27:36 -08:00 |
follow.php
|
follow and accept_follow hooks
|
2013-11-21 17:49:14 -08:00 |
friendica_smarty.php
|
silence some warnings at php E_ALL levels
|
2013-08-28 21:56:01 -07:00 |
gprobe.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
group.php
|
let oneself be added to a collection in exchange for deleted contacts
|
2014-02-07 21:28:39 +01:00 |
html2bbcode.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
html2plain.php
|
cleanup
|
2013-03-10 20:39:27 -07:00 |
identity.php
|
The scenario is that you're authenticated via magic-auth on a remote hub and you change channels locally. Next time you start an auth exchange we'll look to see if your identity changed and we should start fresh if that's the case, rather than just falling through and keeping the old credentials.
|
2014-02-10 15:39:19 -08:00 |
ItemObject.php
|
Pass mids to conv_item template
|
2014-02-08 17:49:09 +00:00 |
ITemplateEngine.php
|
use smarty3 as default template engine. add pluggable template system
|
2013-05-08 03:51:38 -04:00 |
items.php
|
better bookmark escaping
|
2014-02-10 01:44:21 -08:00 |
js_strings.php
|
localise js ui strings for e2ee
|
2013-11-11 15:20:30 -08:00 |
language.php
|
dangerous typo that removes all your hublocs, fix reshare formatting
|
2013-03-11 16:13:09 -07:00 |
menu.php
|
from olivier: use double quotes in js strings, updated FR translation
|
2014-02-07 13:39:13 -08:00 |
message.php
|
Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable.
|
2013-11-20 15:20:12 -08:00 |
nav.php
|
extend the usermenu so we don't have to keep going back to channel homepage to get to the other channel links
|
2014-02-06 16:43:04 -08:00 |
network.php
|
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
|
2014-01-30 11:04:20 +01:00 |
notifier.php
|
try to reduce the number of simulaneous deliveries of the same post when dealing with owner relays that have more than one channel instance. If things melt down in the next few hours and I'm not available please revert this. I've reviewed a few times and think it's OK, but this part of the delivery code is traditionally touchy.
|
2014-01-22 22:07:47 -08: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
|
add zid to audio/video (again)
|
2014-01-23 23:46:43 -08:00 |
onedirsync.php
|
directory sync optimisations to save redundant processing
|
2013-10-15 02:33:35 -07:00 |
onepoll.php
|
pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes
|
2013-11-17 19:22:24 -08:00 |
page_widgets.php
|
Typo
|
2013-09-26 18:26:03 +01:00 |
permissions.php
|
bookmarking
|
2014-02-04 16:06:56 -08:00 |
photos.php
|
missing filename in uploaded photos (we don't really use this, but we will need to have a filename to export via DAV or API and the original filename would be the most likely choice).
|
2014-01-22 23:54:14 -08:00 |
plugin.php
|
always load css and js sources using the same url as the page that is being visited so there is no http/https mismatch.
|
2013-12-12 18:13:52 -08:00 |
poller.php
|
Merge https://github.com/friendica/red into zpull
|
2014-02-11 14:27:44 -08:00 |
profile_selectors.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
ProtoDriver.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
queue_fn.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
queue.php
|
unknown column
|
2013-03-11 17:42:12 -07:00 |
reddav.php
|
don't allow the browser to open uploaded html/css/js
|
2014-02-09 14:56:52 -08:00 |
security.php
|
don't prompt guests for a password if they're accessing an embedded public file.
|
2014-01-26 02:58:03 -08:00 |
session.php
|
set jsAvailable cookie expire time to match PHPSESSID's
|
2014-01-17 07:56:34 +01:00 |
socgraph.php
|
suggestion widget
|
2013-12-06 21:40:01 -08: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 |
system_unavailable.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
taxonomy.php
|
basic edit and delete for things
|
2013-12-30 04:25:55 -08:00 |
template_processor.php
|
fix internal
|
2013-05-08 04:00:05 -04:00 |
text.php
|
add a sanitized style tag to bbcode
|
2014-02-05 14:34:25 +01:00 |
widgets.php
|
chatroom management front-end stuff
|
2014-01-29 21:29:48 -08:00 |
zot.php
|
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
|
2014-02-11 14:19:20 -08:00 |