discourse/spec/services
Robin Ward 6e43372e7c Merge pull request #1610 from salbertson/sa-refactor-users-update
Move logic for updating a user to a service class
2013-11-07 12:29:19 -08:00
..
auto_block_spec.rb Refactor SpamRulesEnforcer so that each spam rule is in its own class 2013-10-25 13:25:02 -04:00
flag_sockpuppets_spec.rb Refactor SpamRulesEnforcer so that each spam rule is in its own class 2013-10-25 13:25:02 -04:00
group_message_spec.rb Send a message to moderators when a newuser_spam_host_threshold is exceeded. Send it no more than once per day per user. 2013-06-10 13:17:32 -04:00
spam_rules_enforcer_spec.rb Refactor SpamRulesEnforcer so that each spam rule is in its own class 2013-10-25 13:25:02 -04:00
staff_action_logger_spec.rb Used the term suspended instead of banned. 2013-11-07 13:53:49 -05:00
uri_adapter_spec.rb Build out a URI Adapter to allow uploading an avatar via a url 2013-10-21 14:53:03 -04:00
user_blocker_spec.rb Don't send more pm's after a user has been blocked from making posts. This can happen if a staff member flags posts that are already hidden. 2013-08-02 10:55:19 -04:00
user_updater_spec.rb Move logic for updating a user into a service class 2013-11-07 08:39:39 -08:00
username_checker_service_spec.rb Extracted nickname registration out of the UsersController and into its 2013-09-09 09:26:50 +00:00