discourse/spec/services
Scott Carleton cbef844a57 Build out a URI Adapter to allow uploading an avatar via a url
Currently only really accessible via the API. The UriAdapter creates a
tempfile from a url and gives a ActionDispatch::HTTP::UploadedFile back
to the controller to process as normal.
This will help a lot in being able to transfer avatar urls from another
app without monkey patching a lot of discourse code.
2013-10-21 14:53:03 -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 Add sockpuppet spammer detection. Automatically flag posts if they are from new users (registered less than 24 hours ago) at the same IP address and one of them started the topic. 2013-10-11 13:34:05 -04:00
staff_action_logger_spec.rb Rename StaffActionLog to UserHistory 2013-09-10 22:01:20 -04: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
username_checker_service_spec.rb Extracted nickname registration out of the UsersController and into its 2013-09-09 09:26:50 +00:00