discourse/lib/guardian
Sam 3829c78526 PERF: shift most user options out of the user table
As it stands we load up user records quite frequently on the topic pages,
this in turn pulls all the columns for the users being selected, just to
discard them after they are loaded

New structure keeps all options in a discrete table, this is better organised
and allows us to easily add more column without worrying about bloating the
user table
2016-02-17 18:08:25 +11:00
..
category_guardian.rb PERF: improve perf of initial payload 2015-09-23 13:13:50 +10:00
ensure_magic.rb FEATURE: vanilla import 2014-04-18 18:42:31 +02:00
group_guardian.rb FEATURE: allow group members to see all messages on group page 2015-12-07 23:19:33 +01:00
post_guardian.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
post_revision_guardian.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
topic_guardian.rb FIX: TL3 users should not be able to edit title of archived topics 2016-01-29 01:16:41 +05:30
user_guardian.rb FEATURE: Anonymize User. A way to remove a user but keep their topics and posts. 2015-03-10 11:59:08 -04:00