discourse/app
Ian Christian Myers f50b648844 Implemented strong_parameters for PostAction/PostActionsController.
PostActionsController now uses strong_parameters' #require to require certain parameters. ActionController::ParameterMissing is now thrown when a reqired parameter is missing, rather than Discourse::InvalidParameters.
2013-06-05 00:23:51 -07:00
..
assets Merge pull request #959 from chrishunt/chrishunt/login-required-fixes 2013-06-04 19:09:40 -07:00
controllers Implemented strong_parameters for PostAction/PostActionsController. 2013-06-05 00:23:51 -07:00
helpers Add message format support that can be used on complex localization strings 2013-05-30 16:49:57 +10:00
mailers
models Implemented strong_parameters for PostAction/PostActionsController. 2013-06-05 00:23:51 -07:00
serializers fix encoding for category excerpt 2013-06-05 11:22:47 +10:00
services Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
views Allow customization of 'login required' message 2013-06-04 18:53:36 -07:00