.. |
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
|
project "snakebite"
|
2014-02-17 14:30:02 -08:00 |
account.php
|
some more snakebite and fix up include/account - forgot about that inline array stuff
|
2014-02-18 16:59:31 -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
|
little fixes of hopefully nil significance
|
2014-03-16 20:34:21 -07:00 |
attach.php
|
Doxygen include/attach.php
|
2014-02-19 21:04:20 +01:00 |
auth.php
|
This should resolve the dav authentication loop (correctly)
|
2014-02-22 13:33:18 -08: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
|
little fixes of hopefully nil significance
|
2014-03-16 20:34:21 -07:00 |
bookmarks.php
|
provide ability to bookmark chatrooms using rbmark
|
2014-02-24 21:34:49 -08:00 |
cache.php
|
remove mysql dependencies from cache api
|
2014-03-16 21:34:51 -07:00 |
chat.php
|
make chatrooms in /chat/channel visible to observers aswell
|
2014-02-12 21:31:11 +01: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
|
implement horizontal menu class in redbasic
|
2014-03-03 15:21:43 -08:00 |
config.php
|
file had wrong extension
|
2014-03-11 21:45:20 -07:00 |
contact_selectors.php
|
fixes to thing profile assignments
|
2014-02-11 16:56:39 -08:00 |
contact_widgets.php
|
collapse the advanced directory search so that folks who think they're advanced but really aren't don't whinge about it.
|
2014-03-08 19:04:07 -08:00 |
Contact.php
|
small changes to a couple of lookup functions which we need to use a bit more
|
2014-02-20 17:20:24 -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
|
directory sync issues
|
2014-03-03 21:00:42 -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
|
mail notification goes to old link
|
2014-03-16 20:49:29 -07:00 |
event.php
|
version update
|
2014-03-11 15:29:26 -07:00 |
expire.php
|
protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
|
2014-03-11 17:41:56 -07:00 |
features.php
|
allow site defaults for enabled features
|
2014-01-26 03:27:36 -08:00 |
follow.php
|
project "snakebite"
|
2014-02-17 16:00:17 -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 |
hubloc.php
|
doco
|
2014-03-19 19:56:21 -07:00 |
identity.php
|
make sure crypto is loaded before creating a keypair
|
2014-03-23 18:34:17 -07: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
|
cheange encode_item() logging to logger_data because it's way too noisy and had no loglevel set
|
2014-03-23 18:26:48 -07:00 |
js_strings.php
|
notify when permissions change and haven't been saved.
|
2014-03-07 21:55:52 -08:00 |
language.php
|
Commenting language.php and some changes
|
2014-02-18 00:14:07 +01:00 |
menu.php
|
comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.)
|
2014-02-25 20:58:20 -08:00 |
message.php
|
fix photos in private mail
|
2014-02-27 16:01:44 -08:00 |
nav.php
|
move language selector to a module
|
2014-03-05 03:19:20 -08:00 |
network.php
|
add curl error text to mod/probe so we can remotely diagnose communication issues from other sites.
|
2014-03-23 15:24:38 -07:00 |
notifier.php
|
we don't allow forgeries to be received - save some bandwidth by not allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day.
|
2014-03-21 01:14:51 -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
|
little fixes of hopefully nil significance
|
2014-03-16 20:34:21 -07:00 |
onedirsync.php
|
directory sync optimisations to save redundant processing
|
2013-10-15 02:33:35 -07:00 |
onepoll.php
|
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
|
2014-03-04 14:35:42 -08:00 |
page_widgets.php
|
Typo
|
2013-09-26 18:26:03 +01:00 |
permissions.php
|
introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is able to successfully authenticate (but is not necessarily in this network).
|
2014-02-18 20:59:25 -08:00 |
photos.php
|
add width and height to uploaded photo body
|
2014-03-22 21:59:32 +01: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
|
prune_hub_reinstalls() and add cron weekly as a side effect
|
2014-03-19 19:53:14 -07: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
|
cleanup
|
2014-03-18 16:50:46 -07:00 |
security.php
|
This should resolve the dav authentication loop (correctly)
|
2014-02-22 13:33:18 -08:00 |
session.php
|
set jsAvailable cookie expire time to match PHPSESSID's
|
2014-01-17 07:56:34 +01:00 |
socgraph.php
|
vsprintf error
|
2014-02-26 14:51:29 -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
|
little fixes of hopefully nil significance
|
2014-03-16 20:34:21 -07:00 |
widgets.php
|
provide 'style' option to archive widget to choose between 'select' and 'list' format
|
2014-03-23 16:20:44 -07:00 |
zot.php
|
create_sys_channel during setup bypasses our check when creating the first account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
|
2014-03-23 18:12:32 -07:00 |