streams/include
2014-09-23 20:36:10 -07:00
..
dba syntax error in dba driver, document z_post_url 2014-09-09 02:42:07 -07:00
photo add gif to supported image types (if it's supported) 2014-09-11 15:50:35 -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 cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true. 2014-08-07 18:22:50 -07:00
activities.php sql error in profile_activity 2014-08-31 16:24:05 -07:00
api.php red group/collection query calls for api 2014-09-11 21:41:45 -07:00
apps.php provide a config option to prevent wall uploads (photos and files) from being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media. 2014-09-02 21:11:09 -07:00
attach.php provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
auth.php and provide a strong hint by showing the errant account_flags 2014-09-09 18:26:40 -07:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php that's why bb2diaspora_itemwallwall() wasn't doing its thang. 2014-09-16 22:26:52 -07:00
bbcode.php bbcode sup and sub 2014-08-05 04:32:48 -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 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 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 file had wrong extension 2014-03-11 21:45:20 -07:00
Contact.php diaspora connections being marked orphan on directory servers 2014-09-09 21:54: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 better way to deal with effective_uid 2014-09-22 22:03:19 -07: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 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
deliver.php various diaspora issues 2014-08-29 17:31:40 -07:00
diaspora.php diaspora private mail seems to work now - but there's an obfuscation leak via the conversation structure that needs to be dealt with. 2014-09-23 20:36:10 -07: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 add categories to events 2014-09-07 22:14:28 -07:00
expire.php try and sort out the item delete mess 2014-03-27 20:28:48 -07:00
externals.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
features.php nav channel selection 2014-08-18 20:03:48 -07:00
follow.php feeds with '@' in the URL were being handled as webfinger addresses and didn't fall through to RSS discovery. Issue #599 2014-09-21 14:46:12 -07: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 doc updates 2014-06-06 23:56:52 -07:00
html2plain.php cleanup 2013-03-10 20:39:27 -07:00
hubloc.php provide a way to sync locations and get rid of bogus hublocs, now implemented 2014-09-14 22:19:19 -07:00
identity.php usability tweaks 2014-09-17 21:52:30 -07:00
ItemObject.php make discover items interactive 2014-09-22 21:37: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 diaspora private mail seems to work now - but there's an obfuscation leak via the conversation structure that needs to be dealt with. 2014-09-23 20:36:10 -07: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 Language selection: case-insensitive and system language 2014-05-23 10:16:03 -03:00
menu.php show bookmarks menu only if we have any bookmarks already 2014-09-20 16:31:56 +02:00
message.php d* PM cont. 2014-09-23 04:34:35 -07:00
nav.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
network.php z_post_url_json() added to easily deal with JSON post APIs; without getting content-type unknown warnings/errors. Also added a debug option to z_get|post_url so you could track and log some of these nasty little buggers. 2014-09-16 20:46:44 -07:00
notifier.php d* PM cont. 2014-09-23 04:34:35 -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 remove some code duplication 2014-07-14 01:38:16 -07:00
onedirsync.php directory sync optimisations to save redundant processing 2013-10-15 02:33:35 -07:00
onepoll.php try to sort out walltowall translation for diaspora recipients 2014-09-19 02:22:24 -07:00
page_widgets.php clean up the webpage list a bit 2014-04-29 18:28:05 -07:00
permissions.php closing tag 2014-09-19 16:50:43 -07:00
photos.php just mark dead hubloc deleted - don't remove them. This could cause problems. Also clean up fetch_url/post_url header option 2014-09-16 19:07:19 -07:00
plugin.php implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand 2014-09-03 19:07:14 -07:00
poller.php provide a way to sync locations and get rid of bogus hublocs, now implemented 2014-09-14 22:19:19 -07: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 move code out of templates - not sure how this even worked. 2014-07-03 00:58:49 -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 try to fix random logouts 2014-05-12 17:04:03 -07: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
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
taxonomy.php clean up the awful descriptive text on thing input 2014-06-23 17:05:03 -07:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php trying to call mod/magic on rss resources - which have no hub 2014-09-22 23:49:12 -07:00
widgets.php channel export with items 2014-09-15 21:31:32 -07:00
zot.php found the sucker 2014-09-22 16:23:59 -07:00