.. |
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
|
things can now have (consistent sized) photos - plus I found a couple of issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
|
2013-12-28 13:28:49 -08:00 |
account.php
|
Missing include for new_keypair
|
2013-08-10 16:28:05 +01: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
|
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
|
2013-09-10 19:06:06 -07:00 |
api.php
|
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
|
2013-12-18 01:00:08 -08:00 |
attach.php
|
make the storage permissions tweakable for hosted environments where they may require tweaking.
|
2013-11-04 19:21:09 -08:00 |
auth.php
|
on successful magic-auth, put remote_service_class and remote_hub into the session
|
2013-12-03 16:31:05 -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
|
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
|
2013-12-23 15:13:09 -08:00 |
cache.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -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
|
The check for f*cked database (which otherwise sends out zillions of update failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install.
|
2013-10-04 14:42:18 -07: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
|
Zidification of author links in webpages.
|
2013-12-23 18:41:41 +00: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
|
extend the directory profiles a bit more
|
2013-12-25 01:57:04 -08:00 |
directory.php
|
implement monthly directory pings
|
2013-10-28 00:11:44 -07:00 |
enotify.php
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
event.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 |
expire.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
features.php
|
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
|
2013-12-27 21:19:23 -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
|
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 |
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
|
a bit more backend work on things
|
2013-12-28 17:04:23 -08:00 |
ItemObject.php
|
Show expire date in post tooltip
|
2013-12-23 22:29:35 +01:00 |
ITemplateEngine.php
|
use smarty3 as default template engine. add pluggable template system
|
2013-05-08 03:51:38 -04:00 |
items.php
|
modify tag_deliver and tgroup_check to handle exclusion tags
|
2013-12-29 19:45:54 -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
|
finish ACL's in personal menus
|
2013-12-07 13:05:17 -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
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
network.php
|
make default profile photo configurable - should be functional but needs admin ui
|
2013-12-19 16:33:36 -08:00 |
notifier.php
|
this is necessary for any possibility of a federated future.
|
2013-11-21 15:58:42 -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
|
get rid of fetch_url - post_url will be a bit harder as several plugins need to be updated
|
2013-12-01 00:35:35 -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
|
implement republish permission for use in sourced channels
|
2013-09-30 21:49:26 -07:00 |
photos.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 |
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
|
populate some posts when somebody is granted "read stream" permission
|
2013-11-17 16:50:32 -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
|
doco
|
2013-10-28 18:43:49 -07:00 |
security.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 |
session.php
|
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
|
2013-05-23 20:35:40 -07:00 |
socgraph.php
|
suggestion widget
|
2013-12-06 21:40:01 -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
|
try again
|
2013-12-25 04:06:26 -08:00 |
widgets.php
|
appears that I missed a few files for Comanchification. so here's mitem.
|
2013-12-22 02:04:55 -08:00 |
zot.php
|
issue #230 - deletion failure in multiple delivery chains
|
2013-12-26 00:14:17 -08:00 |