about summary refs log tree commit diff
path: root/app/services/suspend_account_service.rb
AgeCommit message (Collapse)Author
2017-04-16Make file attachment on MediaAttachment optional (#1865)Eugen
Create MediaAttachment but without actual file download when domain is blocked with reject_media set to true Clean up old media files when creating a new domain block with reject_media set to true Return remote_url in media attachments API if local file is not present Undo domain block action in admin UI Ability to enable reject_media from admin UI
2017-04-12Silence more scope order warnings (#1604)Matt Jankowski
2017-01-23Domain blocks now have varying severity - auto-suspend vs auto-silenceEugen Rochko
2016-12-06Improve suspend account serviceEugen Rochko
2016-12-06Add suspend account functionality to admin UIEugen Rochko
2016-12-06Adding suspend account serviceEugen Rochko