friendica/include
friendica b5d0315d55 preparation for some possibly killer features 2012-03-26 17:57:27 -07:00
..
Contact.php prevent re-registrations using a deleted username - not an issue with Friendica but could create a serious privacy issue with federated platforms 2012-03-22 01:46:52 -07:00
EmailNotification.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
Photo.php change default profile photo to something more interesting than a reddish brown square 2012-03-20 15:41:06 -07:00
Scrape.php change default profile photo to something more interesting than a reddish brown square 2012-03-20 15:41:06 -07:00
acl_selectors.php Use tabindex to enable easy navigation in the dialog to write private mails; Recipient -> Subject -> Text field (tabindex has to be set to the IFRAME element after TinyMCE started) -> Send button 2012-03-16 17:45:07 +00:00
api.php Merge pull request #45 from annando/master 2012-02-22 20:21:05 -08:00
attach.php mime_content_type requires access to the file, not just the name 2012-01-28 12:09:17 -08:00
auth.php add IP address to failed login log message 2012-03-19 21:58:21 -07:00
bb2diaspora.php scale external images 2012-02-25 14:22:51 -08:00
bbcode.php bug #328 2012-03-10 18:52:50 -08:00
cache.php more robust cache api handling (was throwing errors on occasion) 2012-01-24 17:04:49 -08:00
config.php Wrong variable name 2012-02-26 14:29:17 +00:00
contact_selectors.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
contact_widgets.php improved the inivitations and added a bit of sales pitch. 2012-03-24 23:04:18 -07:00
conversation.php remove stray template variable from old code 2012-03-20 23:57:33 -07:00
cronhooks.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
crypto.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
datetime.php make 'x minutes ago' fully translateable with argument ordering. string update. 2012-02-12 17:15:09 -08:00
dba.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
delivery.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
diaspora.php block filed items from deletion 2012-03-24 04:16:27 -07:00
directory.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
email.php replace split() by explode(); split is deprecated 2012-03-18 10:36:49 +00:00
enotify.php language issues in enotify 2012-03-26 01:43:26 -07:00
event.php Avoid a Notice 2012-02-27 22:01:17 +00:00
expire.php do an optimise after an expunge 2012-02-02 18:02:08 -08:00
fcontact.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
group.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
html2bbcode.php html2bbcode: Disabled size conversion 2012-03-15 21:17:51 +01:00
html2plain.php Encoding for incoming mails. Fixed invalid message id (with side effect at the moment). Sending mail as text mail. Encoding name when importing mail contact. 2012-02-24 07:11:26 +01:00
items.php preparation for some possibly killer features 2012-03-26 17:57:27 -07:00
message.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
msgclean.php Mail: Removing signatures, gpg, unnecessary line breaks 2012-03-10 09:52:20 +01:00
nav.php change default profile photo to something more interesting than a reddish brown square 2012-03-20 15:41:06 -07:00
network.php bug #337, call template_unescape() only at the end of template processing 2012-03-17 18:15:36 -07:00
notifier.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
oauth.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
oembed.php bug #346 - add oembed maxwidth to oembed request 2012-03-24 21:26:50 -07:00
pgettext.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
plugin.php theme screenshots 2012-03-25 17:55:43 -07:00
poller.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
profile_advanced.php show tags (pub_keywords) in advanced profile 2012-02-11 01:24:29 -08:00
profile_selectors.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
profile_update.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
queue.php queue optimisation - back off delivery attempts to once per hour after the first 12 hours. 2012-03-17 03:43:02 -07:00
queue_fn.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
quoteconvert.php Encoding for incoming mails. Fixed invalid message id (with side effect at the moment). Sending mail as text mail. Encoding name when importing mail contact. 2012-02-24 07:11:26 +01:00
remoteupdate.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
salmon.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
security.php Existing photos could not be used as profile photos anymore - should be fixed now. And some extra logging in the CSRF-Protection to make debugging easier 2012-03-19 07:37:09 +00:00
session.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
socgraph.php don't include friend suggestions for people with the same name as current contacts. This will remove a lot of #whoaretonybaldwin. 2012-03-25 21:43:17 -07:00
system_unavailable.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
template_processor.php bug #337, call template_unescape() only at the end of template processing 2012-03-17 18:15:36 -07:00
text.php ability to change tags in edited posts 2012-03-22 16:17:10 -07:00