discourse/app/controllers
Robin Ward e48cf06fc9 REFACTOR: Add urls for admin groups, make it more idiomatic ember 2014-04-23 15:15:46 -04:00
..
admin REFACTOR: Add urls for admin groups, make it more idiomatic ember 2014-04-23 15:15:46 -04:00
users I can see this on git hub but it is being missing by the test 2014-02-11 17:25:54 -08:00
application_controller.rb Detect arrays for serialization using respond_to?(:to_ary). 2014-04-16 20:48:09 +05:30
badges_controller.rb Add badge page. 2014-04-17 01:57:57 +05:30
categories_controller.rb BUGFIX: Editing a category would break categories for the current user 2014-03-05 17:33:14 -05:00
clicks_controller.rb FIX: Look up a url without the query string if it couldn't be found with it. 2013-12-13 12:56:20 -05:00
composer_messages_controller.rb New User Education goes through a server side ComposerMessages check. Composer message for users 2013-09-13 12:23:53 -04:00
draft_controller.rb drafts were saving but client was failing to parse 2013-09-11 16:18:46 +10:00
email_controller.rb enforce coding convention 2013-03-05 01:42:44 +01:00
embed_controller.rb Don't look for a JS format. IE11 seems to not request it even with a 2014-04-14 12:16:08 -04:00
exceptions_controller.rb 404 page had horrible perf, it was using "take" instead of limit. 2013-10-02 13:05:03 +10:00
forums_controller.rb Remove the access_password site setting 2013-06-25 15:05:25 -04:00
groups_controller.rb Use lower case group names in URLs 2014-02-18 16:43:19 -05:00
invites_controller.rb Support for inviting to a forum from a user's invite page. 2013-11-06 12:56:50 -05:00
list_controller.rb Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
notifications_controller.rb BUGFIX: regression, not handling nil count for recent report 2014-02-14 07:21:19 +11:00
onebox_controller.rb Fixes regression with video embeds 2013-03-21 20:53:12 -04:00
post_actions_controller.rb FIX: stupid mistake that broke flagging of posts 2014-02-13 15:10:02 -05:00
posts_controller.rb Support for creating embedded topics via API 2014-04-03 14:42:44 -04:00
robots_txt_controller.rb Remove the access_password site setting 2013-06-25 15:05:25 -04:00
search_controller.rb Add blurb of post to search results via API 2014-04-17 07:58:51 -05:00
session_controller.rb SECURITY: when enabled_local_logins is false users could log in via API 2014-03-26 15:39:44 +11:00
site_controller.rb FEATURE: Can select topics and hit `Dismiss Read` on the `/unread` filter 2014-02-21 15:18:45 -05:00
static_controller.rb On sites with login_required enabled, after signup, don't show the /login page again 2013-10-30 16:37:36 -04:00
topics_controller.rb Port "Summarize Topic" to query-params-new 2014-04-17 10:46:33 -04:00
uploads_controller.rb REFACTOR: use an options hash instead of multiple nil-able parameters 2014-04-15 17:17:10 +02:00
user_actions_controller.rb FIX: Prevent unauthorized list of private message titles. Also remove some unused code. 2013-09-30 14:35:11 -04:00
user_badges_controller.rb Fix user_badges n+1 query. 2014-04-17 21:58:05 +05:30
users_controller.rb TRIVIAL: remove puts statement (cc. @eviltrout) 2014-04-21 23:00:13 +02:00