streams/include
2013-06-03 16:53:53 -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 add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script) 2013-05-29 19:47:01 -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 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
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 support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done. 2013-05-27 21:23:43 -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 cleanup localisation of like activities 2013-05-28 01:50:28 -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 issue #55 (number 2) 2013-05-28 16:32:31 -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 fix app display 2013-05-21 20:52:18 -07:00
ITemplateEngine.php use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
items.php force delayed_publish time comparisons to UTC. 2013-05-29 21:11:30 -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 zidify img links, delay notifier until actually published for time travelling posts 2013-05-27 05:27:35 -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 move oohembed service to addon 2013-06-03 16:53:53 -07: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 add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script) 2013-05-29 19:47:01 -07:00
plugin.php fix intltext template driver 2013-05-15 22:27:35 -07:00
poller.php zidify img links, delay notifier until actually published for time travelling posts 2013-05-27 05:27: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 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 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 Typo, or somehow ended up with a missing line another way. 2013-05-29 04:30:04 +01:00
zot.php typo in auto permissions 2013-05-19 20:16:05 -07:00