streams/include
2013-05-21 17:13:51 -07:00
..
dba fix intltext template driver 2013-05-15 22:27:35 -07:00
photo photo driver issue when updating contact photos - old class structure used instead of photo_factory() 2013-05-05 22:49:46 -07:00
account.php fix setting account_roles for admin account 2013-05-15 22:59:05 -07:00
acl_selectors.php cleanup 2013-03-10 20:39:27 -07:00
activities.php rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. 2013-03-21 18:25:41 -07:00
api.php It's a red matrix, and matrix is better indicated by # than by ! - and would otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center. 2013-05-11 15:37:36 -07:00
attach.php this might make edits update across the wire, or it might not 2013-02-28 18:20:42 -08:00
auth.php start formatting for Doxygen 2013-02-25 17:09:40 -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 turn naked links in posts into zrl's if we've got a hubloc for the site 2013-04-18 17:55:35 -07:00
cache.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
cli_startup.php add db_port to setup and cli_startup - still need to set the port in mod/setup 2013-05-10 03:37:41 -07:00
config.php small updates 2013-05-08 21:30:54 -07:00
Contact.php sql error on contact removal 2013-04-19 04:47:49 -07:00
contact_selectors.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
contact_widgets.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
conversation.php get search page working with live-update and endless scroll, still not perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. 2013-05-09 18:08:00 -07:00
ConversationObject.php fix comment permissions on display (again) and clean up an error seen in the logs 2013-03-06 18:52:42 -08:00
cronhooks.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
crypto.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
datetime.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
deliver.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
dir_fns.php for directory sync, ensure we have a fallback master; even if we have nothing else 2013-04-18 20:47:35 -07:00
directory.php don't use permissions to block directory updates from happening. Use zfinger to decide what to send. 2013-05-15 16:06:49 -07:00
enotify.php also strip title from notification of private messages - it leaks potentially sensitive message info. Note: there is still information leakage of sender but this is difficult to avoid completely. "You've got an email from (we're sorry, we can't tell you...)" 2013-05-10 16:09:24 -07:00
event.php Merge https://github.com/friendica/red into zpull 2013-03-21 18:29:08 -07:00
expire.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
features.php Uncripple zids. 2013-04-16 05:52:10 +01:00
follow.php some auto-friending cleanups 2013-05-19 20:38:53 -07:00
friendica_smarty.php fix intltext template driver 2013-05-15 22:27:35 -07:00
gprobe.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
group.php members_of_group() output not entirely correct 2013-05-02 20:51:58 -07: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 mysql 5.1 chokes on 'select * from group' since group is a keyword 2013-05-12 09:40:54 -06:00
ItemObject.php rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. 2013-03-21 18:25:41 -07:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php photo driver abstraction 2013-04-25 20:01:24 -07:00
js_strings.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
language.php dangerous typo that removes all your hublocs, fix reshare formatting 2013-03-11 16:13:09 -07:00
message.php rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. 2013-03-21 18:25:41 -07:00
nav.php more cleanup 2013-04-14 22:28:45 -07:00
network.php photo driver abstraction 2013-04-25 20:01:24 -07:00
notifier.php workarounds for people that re-install and end up polluting everybody's databases with stale entries 2013-05-16 20:21:12 -07:00
notify.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
oauth.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
oembed.php initial doco 2013-02-26 15:49:37 -08:00
onepoll.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
permissions.php more permissions descriptive text to lessen confusion 2013-05-21 17:13:51 -07:00
photos.php photo driver abstraction 2013-04-25 20:01:24 -07:00
plugin.php fix intltext template driver 2013-05-15 22:27:35 -07:00
poller.php for directory sync, ensure we have a fallback master; even if we have nothing else 2013-04-18 20:47:35 -07:00
profile_advanced.php start formatting for Doxygen 2013-02-25 17:09:40 -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.php unknown column 2013-03-11 17:42:12 -07:00
queue_fn.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
security.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
session.php fixes 2013-05-06 02:17:20 -07:00
socgraph.php hide hidden entries 2013-03-05 21:04:47 -08:00
system_unavailable.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
zot.php typo in auto permissions 2013-05-19 20:16:05 -07:00