Commit Graph

14 Commits (609bf9302976768c56116f9d920f34a430d538b5)

Author SHA1 Message Date
Eugen Rochko 02ba03d6db
Send one Delete of Actor in ActivityPub when account is suspended ()
Yamagishi Kazutoshi b21db9bbde Using double splat operator ()
Eugen Rochko 1032f3994f
Add ability to disable login and mark accounts as memorial ()
Fix 
Eugen Rochko 91c71471ab Fix account delete form not accepting password, update suspended ()
account before removing content for quicker feedback to end-users
Eugen Rochko e17c2e5da5 Batched remove status service ()
* Make Pubsubhubbub::DistributionWorker handle both single stream entry
arguments, as well as arrays of stream entries

* Add BatchedRemoveStatusService, make SuspendAccountService use it

* Improve method names

* Add test

* Add more tests

* Use PuSH payloads of 100 to have a clear mapping of
1000 input statuses -> 10 PuSH payloads

It was nice while it lasted
Eugen Rochko 4a618908e8 Account deletion ()
* Add form for account deletion

* If avatar or header are gone from source, remove them

* Add option to have SuspendAccountService remove user record, add tests

* Exclude suspended accounts from search
Yamagishi Kazutoshi 0a0b9a271a Improve RuboCop rules (compatibility to Code Climate) ()
08f8de84eb/Gemfile.lock (L38)
Code Climate is using RuboCop v0.46.0.

Change several rules to maintain compatibility.
alpaca-tc 74c8ca699c Delete records in smaller transaction ()
Eugen 5d710b1139 Make file attachment on MediaAttachment optional ()
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
Matt Jankowski 323671a653 Silence more scope order warnings ()
Eugen Rochko 6d98a73180 Domain blocks now have varying severity - auto-suspend vs auto-silence
Eugen Rochko 2ef9f36cf2 Improve suspend account service
Eugen Rochko f978b06dd1 Add suspend account functionality to admin UI
Eugen Rochko 2488162733 Adding suspend account service