discourse/app
Ian Christian Myers 130d837952 Implemented strong_parameters for Category/CategoriesController.
Category now requires parameters to be permitted by strong_parameters using #require or #permit for mass-assignment. Missing required parameters now throw a ActionController::ParameterMissing execption instead of the Discourse::InvalidParameters execption.
2013-06-04 23:45:25 -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 Category/CategoriesController. 2013-06-04 23:45:25 -07:00
helpers Add message format support that can be used on complex localization strings 2013-05-30 16:49:57 +10:00
mailers add list unsubscribe 2013-04-26 16:56:28 +10:00
models Implemented strong_parameters for Category/CategoriesController. 2013-06-04 23:45:25 -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