aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* important bits we need to allow php executable content. These must be explici...friendica2013-08-111-18/+35
* remove some un-needed codefriendica2013-08-071-1320/+10
* convert all stored json calls to json_decode_plus()friendica2013-08-061-9/+9
* add extra logging to tag_deliverfriendica2013-08-051-2/+6
* potentially fixes the "federation" bug w/r/t/ tagged forumsfriendica2013-08-011-2/+2
* pass item by reference so title can be alteredfriendica2013-08-011-12/+20
* ensure that no unencrypted content leaks through item_store which is private ...friendica2013-08-011-9/+24
* fix some privacy leakage in logsfriendica2013-07-311-0/+15
* better mail obscuringfriendica2013-07-311-15/+15
* zot feed - getting cut off too earlyfriendica2013-07-291-6/+9
* ensure conversation is includedfriendica2013-07-291-0/+1
* fix some weirdness on the zot feedfriendica2013-07-291-12/+21
* fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-291-0/+5
* tgroup_check wasn't allowing comments through.friendica2013-07-291-2/+9
* encrypt private messages on disk - there are still a couple of places where t...friendica2013-07-281-2/+10
* make zot_finger more bulletprooffriendica2013-07-211-1/+1
* private mail is just a little more private now. Not encrypted and the obfusca...friendica2013-07-191-5/+20
* add channel_name to delivery logs because it is a bit more useful than an xch...friendica2013-07-151-1/+2
* fix some issues that showed up in the logs.friendica2013-07-151-0/+7
* Add self to recipient lists. Sure we already have a copy but it's possible ou...friendica2013-07-141-0/+5
* some work on issue #62 (comments collapsing on liveupdate), but still a work ...friendica2013-07-021-3/+0
* fix some community tagging bugsfriendica2013-06-301-1/+3
* add age to directory profile - requires updating on each birthday and that pa...friendica2013-06-301-0/+1
* doc update, plus possible fix to "complex delivery chains" issue. Basically w...friendica2013-06-291-1/+40
* fix cid queryfriendica2013-06-271-1/+1
* community tag issuesfriendica2013-06-201-2/+7
* found it - but I'll do some more testing before undoing the bypassfriendica2013-06-161-1/+1
* undefined functionfriendica2013-06-161-1/+1
* typosfriendica2013-06-161-2/+2
* implement 'can_comment_on_post()' which doesn't require a separate DB lookup ...friendica2013-06-161-1/+41
* We will need a per item comment policy to be able to determine in advance if ...friendica2013-06-161-3/+12
* hopefully this won't screw up everything - if it does, revert. Otherwise this...friendica2013-06-161-22/+28
* missing includefriendica2013-06-131-0/+1
* feeds are bit more standards compliant and a bit less broken nowfriendica2013-06-121-40/+39
* very minimal Atom feed - there will be a lot of bugs and unparseable content ...friendica2013-06-121-192/+64
* This should get community tagging pretty close to working - deleting a commun...friendica2013-06-041-2/+32
* tagging posts now sends out a presumably legal activity message - all that's ...friendica2013-06-041-2/+10
* force delayed_publish time comparisons to UTC.friendica2013-05-291-2/+2
* convert most red photos to zmgfriendica2013-05-281-7/+7
* wrong attribution on likes of comments in email notifications. Let's also cal...friendica2013-05-281-34/+6
* more progress on items_fetch (new name)friendica2013-05-231-36/+38
* implement time travelling postsfriendica2013-05-231-0/+9
* first cut at generic item searchfriendica2013-05-221-0/+222
* add basic input filtering to the simple activity postingfriendica2013-05-221-0/+20
* missing commafriendica2013-05-211-1/+1
* improvements to post_activity_item() so that it does not behave differently w...friendica2013-05-211-0/+13
* fix app displayfriendica2013-05-211-1/+5
* photo driver abstractionfriendica2013-04-251-6/+6
* turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-181-0/+25
* basic poke workingfriendica2013-04-171-1/+1