Commit Graph

878 Commits

Author SHA1 Message Date
friendica f93b56de55 no this is the way to do it 2014-04-11 20:00:34 -07:00
friendica c7d6179a0f Use @+ to tag a forum and also restrict the post to the forum, this leaves @! tags private - period. 2014-04-11 16:31:48 -07:00
friendica a49069db4e move the deleted flag setting to encode_item_flags() where it belongs now that we aren't giving deleted posts special treatment. 2014-04-10 16:26:27 -07:00
friendica bf1f18e172 Include the entire original item when notifying other channels of deletions 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. 2014-04-10 16:14:19 -07:00
friendica 78d7425a1d wrong var name in add_source_route 2014-03-31 17:21:16 -07:00
friendica 8ffdccb99f crank up logging 2014-03-31 17:14:56 -07:00
friendica 93f90040a1 community tags don't show up in the tagged posts because we removed the 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) 2014-03-31 17:03:07 -07:00
friendica 03c53502cb Merge branch 'route' 2014-03-31 16:30:04 -07:00
friendica 421df717fe doco 2014-03-31 16:29:46 -07:00
friendica ced6d82633 finish up the source route storage so we can prevent messages from flowing upstream in complicated delivery chains 2014-03-31 16:25:05 -07:00
friendica 653d7df86d issue #378, failure to correctly link tags where one tag contains a substring of the other (depends on the order they are discovered). 2014-03-30 20:53:59 -07:00
friendica 1108eaaed0 source routing stuff 2014-03-29 21:53:50 -07:00
friendica a6d8668a5f try and sort out the item delete mess 2014-03-27 20:28:48 -07:00
friendica a00c581e27 need include 2014-03-26 20:22:57 -07:00
friendica e476ed6be5 there's the problem 2014-03-26 19:13:26 -07:00
friendica ed14c1f224 more work on firehose 2014-03-26 18:45:01 -07:00
friendica 79f5fd8e2a allow zotfeed to create a firehose of a site. 2014-03-26 16:09:07 -07:00
friendica 0a5d0d98f8 cheange encode_item() logging to logger_data because it's way too noisy and had no loglevel set 2014-03-23 18:26:48 -07:00
friendica 8c177fbc4b cleanup 2014-03-18 16:50:46 -07:00
friendica 267283748f Red API: /api/red/item/new ; which is like /api/statuses/update except it uses Red semantics and returns success/failure indication. 2014-03-04 19:57:54 -08:00
friendica bfd9f5ec87 enable network/matrix expiration, this should be functional but the options 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. 2014-03-03 19:15:11 -08:00
friendica 5b4e3f46bc minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context. 2014-02-22 14:58:12 -08:00
friendica 3bddaa9e04 title missing in private mention posts 2014-02-20 15:00:29 -08:00
friendica 08b571c9d0 project "snakebite" 2014-02-17 14:30:02 -08:00
friendica f38ab09041 Merge pull request #316 from dawnbreak/master
Make asset icons work in subdir installs as well.
2014-02-17 15:11:05 +11:00
friendica 70526915c8 several things were not working correctly w/r/t community tagging. The 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. 2014-02-16 16:04:46 -08:00
friendica ebd52368bb strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link 2014-02-16 14:13:26 -08:00
Klaus 29f6a1ee33 removed unused function posted_date_widget
This functions seems not to be used anywhere. include/widgets.php contains widget_archive($arr) which has the same functionality.
2014-02-16 10:25:32 +01:00
friendica b00f24ad75 fix tag delivery default permissions (use channel_allow_cid rather than allow_cid etc.) 2014-02-13 14:20:23 -08:00
friendica a7fa14800d better bookmark escaping 2014-02-10 01:44:21 -08:00
friendica a76c53657b don't add bookmark tags to naked links inside code blocks 2014-02-10 01:11:59 -08:00
friendica 8727a75437 fix the "every other link gets messed up" problem 2014-02-09 13:46:40 -08:00
friendica c5f0b85357 fix wall photos 2014-02-09 00:30:43 -08:00
friendica e346aa7560 that's better 2014-02-08 12:08:07 -08:00
friendica 9b2dc9b87c make all naked links bookmark-able 2014-02-06 16:22:40 -08:00
friendica 3e677ec53d add bookmark tag to naked links if they're red sites. We can do this because 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. 2014-02-06 13:54:39 -08:00
friendica f9381ed746 notification bug - don't use $r, we already set it to something else that we need further on. 2014-02-06 13:32:29 -08:00
friendica da8a79ebfa cleanup - nothing more 2014-02-05 16:01:02 -08:00
friendica fdc0a7e95e fix auto-add of bookmarks to find sender correctly and optionally auto add bookmarks for self 2014-02-05 15:56:18 -08:00
friendica efa30f1b03 This would be about the 75th attempt to try and prevent duplicated email notifications for comments. Eventually we'll find something that works. 2014-02-05 15:01:53 -08:00
friendica 3665bc38ef bookmarking 2014-02-04 16:06:56 -08:00
friendica 876f5d4de0 transmit, receive, and parse bookmarks 2014-02-03 19:38:15 -08:00
friendica bd691300a7 provide some interesting new options to channel sources 2014-01-31 20:02:59 -08:00
friendica 339a0f69c1 some tweaks to items_fetch for the api 2014-01-25 15:51:10 -08:00
friendica 6911439f0e Merge pull request #284 from cvogeley/master
API changes
2014-01-25 15:03:23 -08:00
Christian Vogeley 6b3ea9dc14 API My wall posts 2014-01-25 03:50:47 +01:00
friendica 66baa3cab0 try to reduce the number of simulaneous deliveries of the same post when 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. 2014-01-22 22:07:47 -08:00
Christian Vogeley d341358afb Add $since_id to items_fetch 2014-01-22 23:15:42 +01:00
friendica 47b8071ca7 dav: throw exception if channel for requested DAV directory is deleted 2014-01-15 03:12:47 -08:00
friendica db8ebc9f37 some minor cleanup on plinks for some very subtle permissions issues 2014-01-09 15:45:17 -08:00