Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improve zotfeed for discover channel so it will send updates to posts you've ↵ | friendica | 2014-04-17 | 1 | -7/+7 | |
| | | | | already received. Incidentally I discovered why we had the meltdown replying to discover channel items the other day - but can't fix it easily. | |||||
* | no this is the way to do it | friendica | 2014-04-11 | 1 | -2/+2 | |
| | ||||||
* | Use @+ to tag a forum and also restrict the post to the forum, this leaves ↵ | friendica | 2014-04-11 | 1 | -2/+2 | |
| | | | | @! tags private - period. | |||||
* | move the deleted flag setting to encode_item_flags() where it belongs now ↵ | friendica | 2014-04-10 | 1 | -4/+3 | |
| | | | | that we aren't giving deleted posts special treatment. | |||||
* | Include the entire original item when notifying other channels of deletions ↵ | friendica | 2014-04-10 | 1 | -5/+0 | |
| | | | | as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached. | |||||
* | wrong var name in add_source_route | friendica | 2014-03-31 | 1 | -2/+2 | |
| | ||||||
* | crank up logging | friendica | 2014-03-31 | 1 | -0/+2 | |
| | ||||||
* | community tags don't show up in the tagged posts because we removed the ↵ | friendica | 2014-03-31 | 1 | -0/+1 | |
| | | | | displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags) | |||||
* | Merge branch 'route' | friendica | 2014-03-31 | 1 | -1/+33 | |
|\ | ||||||
| * | doco | friendica | 2014-03-31 | 1 | -0/+5 | |
| | | ||||||
| * | finish up the source route storage so we can prevent messages from flowing ↵ | friendica | 2014-03-31 | 1 | -17/+10 | |
| | | | | | | | | upstream in complicated delivery chains | |||||
| * | source routing stuff | friendica | 2014-03-29 | 1 | -0/+34 | |
| | | ||||||
* | | issue #378, failure to correctly link tags where one tag contains a ↵ | friendica | 2014-03-30 | 1 | -0/+1 | |
|/ | | | | substring of the other (depends on the order they are discovered). | |||||
* | try and sort out the item delete mess | friendica | 2014-03-27 | 1 | -14/+51 | |
| | ||||||
* | need include | friendica | 2014-03-26 | 1 | -0/+2 | |
| | ||||||
* | there's the problem | friendica | 2014-03-26 | 1 | -4/+5 | |
| | ||||||
* | more work on firehose | friendica | 2014-03-26 | 1 | -1/+1 | |
| | ||||||
* | allow zotfeed to create a firehose of a site. | friendica | 2014-03-26 | 1 | -11/+20 | |
| | ||||||
* | cheange encode_item() logging to logger_data because it's way too noisy and ↵ | friendica | 2014-03-23 | 1 | -1/+1 | |
| | | | | had no loglevel set | |||||
* | cleanup | friendica | 2014-03-18 | 1 | -13/+15 | |
| | ||||||
* | Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵ | friendica | 2014-03-04 | 1 | -2/+2 | |
| | | | | uses Red semantics and returns success/failure indication. | |||||
* | enable network/matrix expiration, this should be functional but the options ↵ | friendica | 2014-03-03 | 1 | -27/+23 | |
| | | | | have been reduced/restricted so we're only looking at network posts and ignore anything that is filed, starred, or is resource_type 'photo' (which should not be possible in non-wall posts, but we just want to be sure). Will require the adventurous tester(s) to set 'channel_expire_days' in their channel record. | |||||
* | minor stuff, some doco, auth cleanup, and make "unknown" more translateable ↵ | friendica | 2014-02-22 | 1 | -1/+1 | |
| | | | | by context. | |||||
* | title missing in private mention posts | friendica | 2014-02-20 | 1 | -3/+1 | |
| | ||||||
* | project "snakebite" | friendica | 2014-02-17 | 1 | -2/+48 | |
| | ||||||
* | Merge pull request #316 from dawnbreak/master | friendica | 2014-02-17 | 1 | -20/+0 | |
|\ | | | | | Make asset icons work in subdir installs as well. | |||||
| * | removed unused function posted_date_widget | Klaus | 2014-02-16 | 1 | -20/+0 | |
| | | | | | | This functions seems not to be used anywhere. include/widgets.php contains widget_archive($arr) which has the same functionality. | |||||
* | | several things were not working correctly w/r/t community tagging. The ↵ | friendica | 2014-02-16 | 1 | -0/+7 | |
| | | | | | | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit. | |||||
* | | strip hard-wired zids from posted links as they will have the wrong identity ↵ | friendica | 2014-02-16 | 1 | -1/+10 | |
|/ | | | | when somebody tries to view the link | |||||
* | fix tag delivery default permissions (use channel_allow_cid rather than ↵ | friendica | 2014-02-13 | 1 | -11/+11 | |
| | | | | allow_cid etc.) | |||||
* | 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 | |
| |