discourse/app/controllers
Sam 9778bfb749 Merge pull request #1059 from vipulnsward/fix_method_typo
`fake_success_reponse` => `fake_success_response`
2013-06-20 18:23:46 -07:00
..
admin Merge pull request #1046 from house9/admin-user-index-2 2013-06-20 07:52:22 -07:00
users Refactored user_name suggestion methods into a module to reduce the complexity of User model 2013-06-06 16:40:10 +02:00
application_controller.rb Remove code duplication in ApplicationController 2013-06-20 21:17:33 +05:30
categories_controller.rb Implemented strong_parameters for Category/CategoriesController. 2013-06-04 23:45:25 -07:00
clicks_controller.rb Enabled strong_parameters across all models/controllers. 2013-06-06 00:30:59 -07:00
draft_controller.rb Use consistent new-style hashes in render calls *twitch* 2013-03-22 14:08:11 -04:00
education_controller.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
email_controller.rb enforce coding convention 2013-03-05 01:42:44 +01:00
exceptions_controller.rb get rid of nonsense 404.html 2013-05-20 10:29:49 +10:00
forums_controller.rb keep /srv/status exposed 2013-06-06 14:40:10 +10:00
invites_controller.rb Merge pull request #964 from chrishunt/exclusive-club 2013-06-05 16:38:47 -07:00
list_controller.rb work in progress, live unread and new counts 2013-05-30 16:49:57 +10:00
notifications_controller.rb we need some, albeit hacky way of clearing these old pms, make at least some way of finding them 2013-05-16 17:30:30 +10:00
onebox_controller.rb Fixes regression with video embeds 2013-03-21 20:53:12 -04:00
post_actions_controller.rb Implemented strong_parameters for PostAction/PostActionsController. 2013-06-05 00:23:51 -07:00
posts_controller.rb Anons should be able to see post history 2013-06-19 16:43:16 -04:00
request_access_controller.rb Fix all the trailing whitespace 2013-02-07 16:45:24 +01:00
robots_txt_controller.rb Remove unusued site_settings, show checkbox in UI for boolean values, remove restrict_access 2013-03-01 14:27:41 -05:00
search_controller.rb FIX: Search wasn't using the lowercase username for finding the context. 2013-06-10 10:42:06 -04:00
session_controller.rb Enabled strong_parameters across all models/controllers. 2013-06-06 00:30:59 -07:00
static_controller.rb tos and privacy urls redirect based on site settings 2013-06-18 10:52:04 -04:00
topics_controller.rb New site setting: `minimum_topics_similar`, allows you to specify a minimum amount 2013-06-19 13:14:24 -04:00
uploads_controller.rb remove useless upload topic direct association 2013-06-17 02:49:33 +02:00
user_actions_controller.rb introduce strong_parameters 2013-05-27 11:06:09 +10:00
users_controller.rb `fake_success_reponse` => `fake_success_response` 2013-06-21 01:17:35 +05:30