discourse/app/controllers
2016-04-08 14:49:50 -04:00
..
admin FIX: Allow message format translations to be overridden 2016-04-08 14:49:50 -04:00
users FIX: automatically unstage user when signing in using OAuth 2016-04-04 19:04:10 +02:00
about_controller.rb PERF: Rendering crawler's template is expensive. 2016-04-07 16:28:31 +02:00
application_controller.rb FIX: Crazy large ids should not raise exceptions 2016-03-23 12:13:47 -04:00
badges_controller.rb FIX: if badges are disabled badge pages should 404 2016-03-29 17:21:32 +11:00
categories_controller.rb FIX: newly created categories were not showing up 2016-03-14 23:17:02 +05:30
category_hashtags_controller.rb FIX: Query for category hashtag should be case sensitive. 2016-03-28 11:15:10 +08:00
clicks_controller.rb
composer_messages_controller.rb
directory_items_controller.rb
draft_controller.rb
email_controller.rb
embed_controller.rb
exceptions_controller.rb
export_csv_controller.rb
forums_controller.rb
groups_controller.rb FEATURE: add group posts and mentions RSS 2016-03-18 22:29:10 +05:30
highlight_js_controller.rb
invites_controller.rb
list_controller.rb Return default top setting as part of best_periods_for to see if it can be used 2016-04-05 14:27:18 -04:00
manifest_json_controller.rb Better Add to Homescreen on Android 2016-03-20 22:18:40 -04:00
notifications_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb FEATURE: Warn a user when they have few likes remaining 2016-03-18 11:30:29 -04:00
posts_controller.rb FIX: only show regular posts in RSS feed 2016-03-31 21:34:53 +05:30
queued_posts_controller.rb
robots_txt_controller.rb
search_controller.rb FIX: blank search was broken 2016-03-18 23:38:45 +05:30
session_controller.rb FEATURE: verbose SSO logging 2016-04-08 11:20:01 +10:00
similar_topics_controller.rb
site_controller.rb
site_customizations_controller.rb
static_controller.rb FEATURE: report on admin dashboard when favicon is failing to load 2016-04-05 14:42:32 -04:00
stylesheets_controller.rb
topics_controller.rb FIX: hitting '/t/:id/posts.json' should return the first page of posts 2016-04-05 19:12:14 +02:00
uploads_controller.rb FIX: don't hardcode maximum file size 2016-04-06 22:51:28 +02:00
user_actions_controller.rb
user_avatars_controller.rb FIX: increase read_timeout when downloading avatar 2016-03-24 17:40:03 +05:30
user_badges_controller.rb FIX: badge grant count wasn't filtered to the current user in the user summary 2016-03-30 23:11:00 +02:00
users_controller.rb FEATURE: move more urgent emails notifications to critical queue 2016-04-07 14:39:01 +10:00
users_email_controller.rb