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
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
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