| Commit message (Expand) | Author | Age | Files | Lines |
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -2/+2 |
* | some tweaks to items_fetch for the api | friendica | 2014-01-25 | 1 | -2/+5 |
* | Merge pull request #284 from cvogeley/master | friendica | 2014-01-25 | 1 | -5/+10 |
|\ |
|
| * | API My wall posts | Christian Vogeley | 2014-01-25 | 1 | -3/+5 |
| * | Add $since_id to items_fetch | Christian Vogeley | 2014-01-22 | 1 | -2/+5 |
* | | try to reduce the number of simulaneous deliveries of the same post when deal... | friendica | 2014-01-22 | 1 | -13/+20 |
|/ |
|
* | dav: throw exception if channel for requested DAV directory is deleted | friendica | 2014-01-15 | 1 | -2/+4 |
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 1 | -8/+10 |
* | use display/ plinks for comments | zottel | 2014-01-09 | 1 | -3/+2 |
* | save channel/<channel>/?mid=... plinks with the items | zottel | 2014-01-09 | 1 | -2/+9 |
* | a few fixes to webpage editing | friendica | 2014-01-04 | 1 | -0/+49 |
* | modify tag_deliver and tgroup_check to handle exclusion tags | friendica | 2013-12-29 | 1 | -2/+2 |
* | remove a couple of mysql reserved words from being used as table or row names... | friendica | 2013-12-22 | 1 | -1/+1 |
* | sourced items which are then edited at the source weren't setting up the seco... | friendica | 2013-12-19 | 1 | -1/+8 |
* | Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ... | friendica | 2013-12-16 | 1 | -3/+4 |
* | issue #240 - we were using htmlentities instead of htmlspecialchars in severa... | friendica | 2013-12-11 | 1 | -36/+35 |
* | suggestion widget tweaked to make it comanche capable. Remove old versions of... | friendica | 2013-12-08 | 1 | -3/+9 |
* | post_activity_item issues | friendica | 2013-12-07 | 1 | -5/+23 |
* | include re-organisation and more doco, post_to_red fix ampersands in categories | friendica | 2013-12-04 | 1 | -23/+19 |
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 1 | -192/+0 |
* | item store hooks | friendica | 2013-11-28 | 1 | -0/+15 |
* | more loop prevention | friendica | 2013-11-26 | 1 | -0/+8 |
* | ensure that drop_item doesn't recurse | friendica | 2013-11-26 | 1 | -1/+1 |
* | add drop_item hook | friendica | 2013-11-26 | 1 | -0/+3 |
* | webpage edit - losing the ability to pass unfiltered html and perhaps some ph... | friendica | 2013-11-20 | 1 | -3/+2 |
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ... | friendica | 2013-11-20 | 1 | -13/+13 |
* | magic auth issues | friendica | 2013-11-17 | 1 | -1/+1 |
* | fix commented timestamp | friendica | 2013-11-17 | 1 | -3/+4 |
* | better job of setting parent created | friendica | 2013-11-17 | 1 | -7/+4 |
* | pull in some posts when we first connect with a new channel (if allowed to) -... | friendica | 2013-11-17 | 1 | -7/+20 |
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 1 | -0/+5 |
* | allow private mail sender to set an expiration on their messages. Once expire... | friendica | 2013-11-06 | 1 | -0/+6 |
* | private tagged posts weren't creating second delivery chain - they were incor... | friendica | 2013-11-04 | 1 | -1/+14 |
* | prevent posts from floating to the top after minor edits | friendica | 2013-10-19 | 1 | -1/+6 |
* | turn off endless scroll if we have no more content to load - currently for mo... | friendica | 2013-10-13 | 1 | -0/+1 |
* | preserve the source owner when creating a delivery fork so that we can uplink... | friendica | 2013-10-13 | 1 | -4/+28 |
* | fix a bunch of post editing bugs - though this consolidates some disparate co... | friendica | 2013-10-04 | 1 | -23/+33 |
* | post signatures | friendica | 2013-10-02 | 1 | -46/+91 |
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 1 | -0/+11 |
* | RSS feeds as channel sources. It's feasible and within reach, however there's... | friendica | 2013-09-29 | 1 | -45/+35 |
* | Issue #158 | friendica | 2013-09-29 | 1 | -2/+2 |
* | close comment | friendica | 2013-09-28 | 1 | -1/+1 |
* | fix can_comment_on_post when viewing wall-to-wall | friendica | 2013-09-28 | 1 | -5/+16 |
* | convert to plaintext before matching words in body. Otherwise every post I ma... | friendica | 2013-09-26 | 1 | -1/+5 |
* | aggregate channels | friendica | 2013-09-26 | 1 | -26/+86 |
* | Add explanation why public comments are disabled. | Olaf Conradi | 2013-09-26 | 1 | -1/+5 |
* | bug #150, if deny access is present but nobody has been allowed, create an al... | friendica | 2013-09-22 | 1 | -1/+22 |
* | hopefully(?) the final word on remote comment permissions | friendica | 2013-09-20 | 1 | -3/+1 |
* | fix contact comment permissions | friendica | 2013-09-20 | 1 | -1/+6 |
* | hopefully this will go over a bit better - check post owner permissions as we... | friendica | 2013-09-20 | 1 | -1/+3 |