Plume/templates
fdb-hiroshima fdfeeed6d9 Comment visibility (#364)
Add some support for comment visibility, fix #217 

This add a new column to comment, denoting if they are public or not, and a new table linking private comments to those allowed to read them. There is currently no way to write a private comment from Plume.
Git is having a hard time what happened in Comment::from_activity, but most of it is just re-indentation because a new block was needed to please the borrow checker. I've marked with comments where things actually changed.
At this point only mentioned users can see private comments, even when posted as "follower only" or equivalent.

What should we do when someone isn't allowed to see a comment? Hide the whole thread, or just the comment? If hiding just the comment, should we mark there is a comment one can't see, but answers they can, or put other comments like if they answered to the same comment the hidden one do?
2018-12-24 11:23:04 +01:00
..
blogs Count items in database as much as possible (#344) 2018-12-14 23:16:18 +01:00
errors Use Ructe (#327) 2018-12-06 18:54:16 +01:00
instance Count items in database as much as possible (#344) 2018-12-14 23:16:18 +01:00
medias Works on template 2018-12-07 12:10:03 +01:00
notifications Use Ructe (#327) 2018-12-06 18:54:16 +01:00
partials Comment visibility (#364) 2018-12-24 11:23:04 +01:00
posts Comment visibility (#364) 2018-12-24 11:23:04 +01:00
search Allow to keep query params in paginate 2018-12-12 00:52:26 +01:00
session Works on template 2018-12-07 12:10:03 +01:00
tags Use Ructe (#327) 2018-12-06 18:54:16 +01:00
users Remove useless pagination routes (#351) 2018-12-13 22:20:19 +01:00
base.rs.html Remove useless pagination routes (#351) 2018-12-13 22:20:19 +01:00