discourse/app
Ian Christian Myers 3b245031a4 Implemented strong_parameters for Invite/InvitesController.
The email parameter is now required using strong parameters and will throw ActionController::ParameterMissing if it is missing. If the email address is incorrect or invalid, Discourse::InvalidParameters will still be thrown.
2013-06-05 00:04:03 -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 Invite/InvitesController. 2013-06-05 00:04:03 -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 Invite/InvitesController. 2013-06-05 00:04:03 -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