about summary refs log tree commit diff
path: root/app/services/update_remote_profile_service.rb
AgeCommit message (Collapse)Author
2017-01-23Domains with reject_media? set to true won't download avatars eitherEugen Rochko
2017-01-20Instead of refusing to create accounts, domain blocks auto-suspend new ↵Eugen Rochko
accounts from that domain
2016-12-02Fix #329 - avatar errors no longer prevent remote accounts from being savedEugen Rochko
(without avatar). Also improved search position of exact matches
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-28Adding backtracing to Salmon/Processing workersEugen Rochko
2016-11-26Update hub URL and re-subscribe if hub URL changesEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-10Fix namespace parsing in Atom feedsEugen Rochko
2016-10-06Catch Paperclip errors on /api/v1/media, return early from update profile ↵Eugen Rochko
service if XML given is nil
2016-02-28Update profile information and download avatar of remote accountsEugen Rochko