aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* issue #240 - we were using htmlentities instead of htmlspecialchars in severa...friendica2013-12-111-36/+35
* suggestion widget tweaked to make it comanche capable. Remove old versions of...friendica2013-12-081-3/+9
* post_activity_item issuesfriendica2013-12-071-5/+23
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-041-23/+19
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-192/+0
* item store hooksfriendica2013-11-281-0/+15
* more loop preventionfriendica2013-11-261-0/+8
* ensure that drop_item doesn't recursefriendica2013-11-261-1/+1
* add drop_item hookfriendica2013-11-261-0/+3
* webpage edit - losing the ability to pass unfiltered html and perhaps some ph...friendica2013-11-201-3/+2
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-13/+13
* magic auth issuesfriendica2013-11-171-1/+1
* fix commented timestampfriendica2013-11-171-3/+4
* better job of setting parent createdfriendica2013-11-171-7/+4
* pull in some posts when we first connect with a new channel (if allowed to) -...friendica2013-11-171-7/+20
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-171-0/+5
* allow private mail sender to set an expiration on their messages. Once expire...friendica2013-11-061-0/+6
* private tagged posts weren't creating second delivery chain - they were incor...friendica2013-11-041-1/+14
* prevent posts from floating to the top after minor editsfriendica2013-10-191-1/+6
* turn off endless scroll if we have no more content to load - currently for mo...friendica2013-10-131-0/+1
* preserve the source owner when creating a delivery fork so that we can uplink...friendica2013-10-131-4/+28
* fix a bunch of post editing bugs - though this consolidates some disparate co...friendica2013-10-041-23/+33
* post signaturesfriendica2013-10-021-46/+91
* implement republish permission for use in sourced channelsfriendica2013-09-301-0/+11
* RSS feeds as channel sources. It's feasible and within reach, however there's...friendica2013-09-291-45/+35
* Issue #158friendica2013-09-291-2/+2
* close commentfriendica2013-09-281-1/+1
* fix can_comment_on_post when viewing wall-to-wallfriendica2013-09-281-5/+16
* convert to plaintext before matching words in body. Otherwise every post I ma...friendica2013-09-261-1/+5
* aggregate channelsfriendica2013-09-261-26/+86
* Add explanation why public comments are disabled.Olaf Conradi2013-09-261-1/+5
* bug #150, if deny access is present but nobody has been allowed, create an al...friendica2013-09-221-1/+22
* hopefully(?) the final word on remote comment permissionsfriendica2013-09-201-3/+1
* fix contact comment permissionsfriendica2013-09-201-1/+6
* hopefully this will go over a bit better - check post owner permissions as we...friendica2013-09-201-1/+3
* sync item_search with yesterday's network fix for collections. Add ud_addr to...friendica2013-09-191-6/+12
* doc update, put more telemetry on notifier and try to ensure that private pos...friendica2013-09-131-0/+3
* remove some debugging stuff now that the problem they were trying to locate d...friendica2013-09-121-5/+0
* make comments work againfriendica2013-09-101-1/+2
* well that really stuffed things up...friendica2013-09-101-1/+1
* this should fix the foreign language like notifications (again)friendica2013-09-101-2/+4
* change wording on item_store message so we can find failures fast with grep i...friendica2013-09-101-1/+1
* provide detailed error to remote site for the myriad of things that can go wr...friendica2013-09-101-19/+44
* pages feedfriendica2013-09-051-15/+29
* issue #59 - this is a real bugger. Might seem fixed but read the code. This c...friendica2013-09-041-2/+7
* fix private message encryption since the input_filter mangled itfriendica2013-09-031-2/+2
* webpage content-type -- needs cleaning up and a security check once all the i...friendica2013-09-021-7/+3
* Sheesh. Three lines of Javascript. All you have to do is find which of the th...friendica2013-09-011-0/+11
* get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-16/+16
* email attachments (and fix email photos)friendica2013-08-191-0/+10