streams/include
2013-06-23 23:13:07 -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 linkify the non-embeddable video 2013-06-21 21:50:02 -07: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
config.php fix some anomolies in config functions 2013-06-21 21:36:48 -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 fall back on object author/actor if no owner 2013-06-18 21:52:54 -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 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07: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 fix profile update propagation 2013-06-18 02:51:43 -07:00
enotify.php undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. 2013-06-18 18:48:41 -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 undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. 2013-06-18 18:48: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 community tag issues 2013-06-20 21:19:22 -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 make manual image scaling work - even if auto scaling kicks in. 2013-06-23 23:13:07 -07:00
notifier.php fix profile update propagation 2013-06-18 02:51:43 -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 fix "new connection has less permissions than public" 2013-06-15 15:45:54 -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 no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead 2013-06-06 16:12:34 -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
taxonomy.php relocate tagadelic to include/taxonomy 2013-06-21 15:15:07 -07:00
template_processor.php fix internal 2013-05-08 04:00:05 -04:00
text.php relocate tagadelic to include/taxonomy 2013-06-21 15:15:07 -07:00
zot.php make manual image scaling work - even if auto scaling kicks in. 2013-06-23 23:13:07 -07:00