Commit Graph

2537 Commits

Author SHA1 Message Date
friendica 40c8e89d84 undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. 2013-06-18 18:48:41 -07:00
friendica 6220ab4b54 fix profile update propagation 2013-06-18 02:51:43 -07:00
friendica c0cc494bf3 fix mod-display when not logged in. 2013-06-18 02:06:16 -07:00
friendica 5f84e3940d much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days. 2013-06-17 20:16:50 -07:00
friendica c5e3859828 another try on zidified notifications - this time it actually seems to work 2013-06-17 19:25:46 -07:00
friendica 49802d9a47 one of those days... 2013-06-17 17:19:05 -07:00
friendica 94c758080f zidify bodies of notification emails 2013-06-17 16:21:03 -07:00
friendica f4e8198335 found it - but I'll do some more testing before undoing the bypass 2013-06-16 23:20:36 -07:00
friendica 322c9d76fc undefined function 2013-06-16 23:08:52 -07:00
friendica 7ae340dd40 typos 2013-06-16 23:07:04 -07:00
friendica 82539ba2bc override comment policy until it's working 2013-06-16 22:56:56 -07:00
friendica 28cd8594a7 implement 'can_comment_on_post()' which doesn't require a separate DB lookup per item. 2013-06-16 20:44:29 -07:00
friendica 764ee785f5 We will need a per item comment policy to be able to determine in advance if we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything. 2013-06-16 19:14:01 -07:00
friendica 2971ee9a4c hopefully this won't screw up everything - if it does, revert. Otherwise this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks. 2013-06-16 00:57:39 -07:00
friendica f338da04e1 don't federate webpages ;-) 2013-06-15 19:31:38 -07:00
friendica ee21dfc245 fix "new connection has less permissions than public" 2013-06-15 15:45:54 -07:00
friendica b7854c89b1 silence a pointless warning 2013-06-15 02:15:45 -07:00
friendica 765d6e0a97 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07:00
friendica 125ee673de missing include 2013-06-13 17:53:16 -07:00
friendica 2d3a0a6525 feeds are bit more standards compliant and a bit less broken now 2013-06-12 21:12:27 -07:00
friendica d996dc58be very minimal Atom feed - there will be a lot of bugs and unparseable content if you've got elaborately structured objects, but I got the thing to at least render in firefox given some quick test posts. If you find bugs (as you certainly will), feel free to fix them. 2013-06-12 20:03:04 -07:00
friendica 4a072297f7 missed a few zrl/zmg conversions, like for translate_item and enotify messages 2013-06-12 00:58:31 -07:00
friendica c21f8c68e3 by default pending connections have no rights 2013-06-06 18:35:37 -07:00
friendica 1b70ac1bc0 no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead 2013-06-06 16:12:34 -07:00
friendica 0ef71dd4e2 This should get community tagging pretty close to working - deleting a community tag is left as a FIXME 2013-06-04 22:52:17 -07:00
friendica 8321a2e41a tagging posts now sends out a presumably legal activity message - all that's missing is catching it on the post owner's side, checking if people can tag this stream, and then add the tag to the parent message. 2013-06-04 20:07:13 -07:00
friendica 21491100f8 fix buggered contact photos 2013-06-03 22:34:35 -07:00
friendica b866cc26fa templatise alt_pager 2013-06-03 18:16:00 -07:00
friendica 1f94429b2c move oohembed service to addon 2013-06-03 16:53:53 -07:00
friendica 8b87eee869 force delayed_publish time comparisons to UTC. 2013-05-29 21:11:30 -07:00
friendica fadf2c3ea6 add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script) 2013-05-29 19:47:01 -07:00
Thomas Willingham 5e1a5a696b Typo, or somehow ended up with a missing line another way. 2013-05-29 04:30:04 +01:00
friendica 6bb3583267 Merge https://github.com/friendica/red into zpull 2013-05-28 16:33:24 -07:00
friendica 281d73b03a issue #55 (number 2) 2013-05-28 16:32:31 -07:00
Thomas Willingham af3fc75856 Add red smiley for the sake of consistency with Friendica's set. 2013-05-28 19:28:14 +01:00
friendica 08a4ffd663 convert most red photos to zmg 2013-05-28 04:50:16 -07:00
friendica e81e11382f cleanup localisation of like activities 2013-05-28 01:50:28 -07:00
friendica 7a011a99c7 wrong attribution on likes of comments in email notifications. Let's also call the thing they liked a comment instead of a status 2013-05-28 01:40:27 -07:00
friendica 9fda0a3fd5 add support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done. 2013-05-27 21:23:43 -07:00
friendica ad0c5e3c68 fix zidify_img_callback - wrong number of args 2013-05-27 19:50:29 -07:00
friendica df32c93d56 zidify img links, delay notifier until actually published for time travelling posts 2013-05-27 05:27:35 -07:00
friendica 87e7deacf9 use http_authorization header with nginx 2013-05-23 22:29:27 -07:00
friendica 5e83c58a95 move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth) 2013-05-23 20:35:40 -07:00
friendica 6a2e644a87 more progress on items_fetch (new name) 2013-05-23 18:50:27 -07:00
friendica c721c3a20e implement time travelling posts 2013-05-23 17:24:15 -07:00
friendica 981a497fa0 first cut at generic item search 2013-05-22 21:54:02 -07:00
friendica b76397ee83 and the obligatory typo 2013-05-22 19:16:05 -07:00
friendica 3b707b533a add api/red/channel/stream POST method (post_activity_item()), add additional endpoint to channel export to api/red/channel/export/basic 2013-05-22 19:12:45 -07:00
friendica aa1eb2d89e add basic input filtering to the simple activity posting 2013-05-22 18:22:41 -07:00
friendica 75e4d446ef missing comma 2013-05-21 21:54:21 -07:00