discourse/app/controllers
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
..
admin FIX: sends an email notifcation when a user's post is linked 2016-02-16 18:29:23 +01:00
users FIX: Use a cookie to bypass the anon cache 2015-10-28 17:16:56 -04:00
about_controller.rb
application_controller.rb FIX: Always ensure notifications are treated as read once clicked 2016-02-15 19:29:47 +11:00
badges_controller.rb
categories_controller.rb FIX: adding the 'contains_messages' column back 2016-01-12 12:06:51 +01:00
category_hashtags_controller.rb FIX: Clashing category slug. 2016-01-13 15:32:29 +08:00
clicks_controller.rb
composer_messages_controller.rb
directory_items_controller.rb FEATURE: add parameter that allows you to filter directory items on user 2015-12-30 15:00:00 +11:00
draft_controller.rb
email_controller.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
embed_controller.rb Fix broken spec 2015-11-20 14:27:30 -05:00
exceptions_controller.rb
export_csv_controller.rb FEATURE: filter admin reports via user group 2016-02-04 11:23:49 +05:30
forums_controller.rb
groups_controller.rb FEATURE: notification_level on a per-group basis 2015-12-14 23:17:09 +01:00
highlight_js_controller.rb
invites_controller.rb FIX: show proper message on invite error 2015-12-20 22:13:37 +05:30
list_controller.rb FIX: enabling suppress_from_homepage should only remove the category from the homepage 2016-01-20 17:55:58 +01:00
manifest_json_controller.rb
notifications_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb
posts_controller.rb FEATURE: new 'raw email' modal when listing rejected emails 2016-02-01 21:41:49 +01:00
queued_posts_controller.rb
robots_txt_controller.rb
search_controller.rb
session_controller.rb forgot password on a staged account does nothing 2015-11-09 17:37:33 +01:00
similar_topics_controller.rb
site_controller.rb
site_customizations_controller.rb
static_controller.rb FEATURE: add email query param to login, signup, and password-reset URLs to prefill form 2016-01-19 16:53:46 -05:00
stylesheets_controller.rb
topics_controller.rb FEATURE: automatically sync "move to inbox" / "archive" state on messages 2016-02-07 23:39:07 +11:00
uploads_controller.rb formally remove IE9 support 2016-01-02 23:49:52 -08:00
user_actions_controller.rb FEATURE: split up group PMS on user page 2015-12-10 11:39:33 +11:00
user_avatars_controller.rb FIX: not proxying protocol-less urls 2015-12-17 13:21:09 +11:00
user_badges_controller.rb FEATURE: you can not drill down and see why you have badges 2016-01-18 17:59:20 +11:00
users_controller.rb FIX: do not allow new email to be duplicate 2016-01-23 13:42:53 +05:30