Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better bookmark escaping | friendica | 2014-02-10 | 1 | -2/+3 |
| | |||||
* | don't add bookmark tags to naked links inside code blocks | friendica | 2014-02-10 | 1 | -0/+9 |
| | |||||
* | fix the "every other link gets messed up" problem | friendica | 2014-02-09 | 1 | -1/+3 |
| | |||||
* | fix wall photos | friendica | 2014-02-09 | 1 | -0/+9 |
| | |||||
* | that's better | friendica | 2014-02-08 | 1 | -0/+2 |
| | |||||
* | make all naked links bookmark-able | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | add bookmark tag to naked links if they're red sites. We can do this because ↵ | friendica | 2014-02-06 | 1 | -1/+1 |
| | | | | red links are linkified when the post is submitted. Can't do this for other naked links because they only get linkified during display and won't have a taxonomy object attached to the message. | ||||
* | notification bug - don't use $r, we already set it to something else that we ↵ | friendica | 2014-02-06 | 1 | -2/+4 |
| | | | | need further on. | ||||
* | cleanup - nothing more | friendica | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | fix auto-add of bookmarks to find sender correctly and optionally auto add ↵ | friendica | 2014-02-05 | 1 | -4/+10 |
| | | | | bookmarks for self | ||||
* | This would be about the 75th attempt to try and prevent duplicated email ↵ | friendica | 2014-02-05 | 1 | -1/+10 |
| | | | | notifications for comments. Eventually we'll find something that works. | ||||
* | bookmarking | friendica | 2014-02-04 | 1 | -0/+15 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 1 | -2/+8 |
| | |||||
* | 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 changes | ||||
| * | 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 ↵ | friendica | 2014-01-22 | 1 | -13/+20 |
|/ | | | | dealing with owner relays that have more than one channel instance. If things melt down in the next few hours and I'm not available please revert this. I've reviewed a few times and think it's OK, but this part of the delivery code is traditionally touchy. | ||||
* | 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 ↵ | friendica | 2013-12-22 | 1 | -1/+1 |
| | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | sourced items which are then edited at the source weren't setting up the ↵ | friendica | 2013-12-19 | 1 | -1/+8 |
| | | | | second delivery chain. | ||||
* | Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ↵ | friendica | 2013-12-16 | 1 | -3/+4 |
| | | | | the fix will have no undesired side effects. | ||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -36/+35 |
| | | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments. | ||||
* | suggestion widget tweaked to make it comanche capable. Remove old versions ↵ | friendica | 2013-12-08 | 1 | -3/+9 |
| | | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base. | ||||
* | 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 ↵ | friendica | 2013-11-20 | 1 | -3/+2 |
| | | | | php due to unsetting uid too early in item_store_update() | ||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -13/+13 |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | ||||
* | 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 |
| | | | | - if not allowed to, do it if that condition changes | ||||
* | 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 ↵ | friendica | 2013-11-06 | 1 | -0/+6 |
| | | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". | ||||
* | private tagged posts weren't creating second delivery chain - they were ↵ | friendica | 2013-11-04 | 1 | -1/+14 |
| | | | | incorrectly being marked as "in a reshare" due to being obscured. | ||||
* | 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 ↵ | friendica | 2013-10-13 | 1 | -0/+1 |
| | | | | mod_display, need to add to other content modules | ||||
* | preserve the source owner when creating a delivery fork so that we can ↵ | friendica | 2013-10-13 | 1 | -4/+28 |
| | | | | uplink back to them without any ambiguity. | ||||
* | fix a bunch of post editing bugs - though this consolidates some disparate ↵ | friendica | 2013-10-04 | 1 | -23/+33 |
| | | | | code and may create some new bugs due to regression |