You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 3249d35bdc
Improve account deletion performances further (#15407)
* Delete status records by batches of 50

* Do not precompute values that are only used once

* Do not generate redis events for removal of public toots older than two weeks

* Filter reported toots a priori for polls and status deletion

* Do not process reblogs when cleaning up public timelines

As in Mastodon proper, reblogs don't appear in public TLs

* Clean the deleted account's own feed in one go

* Refactor Account#clean_feed_manager and List#clean_feed_manager

* Delete instead of destroy a few more associations

* Fix preloading

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 6 years ago
controllers Add option to obfuscate domain name in public list of domain blocks (#15355) 5 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 5 years ago
javascript New Crowdin updates (#15353) 5 years ago
lib Improve account deletion performances further (#15407) 5 years ago
mailers Change account suspensions to be reversible by default (#14726) 5 years ago
models Improve account deletion performances further (#15407) 5 years ago
policies Fix admins being able to suspend their instance actor (#14567) 5 years ago
presenters Fix performance on instances list in admin UI (#15282) 5 years ago
serializers Add app shortcuts (#15234) 5 years ago
services Improve account deletion performances further (#15407) 5 years ago
validators Fix follow limit preventing re-following of a moved account (#14207) 5 years ago
views Fix missing description on enable bootstrap timeline accounts toggle in admin UI (#15367) 5 years ago
workers Improve account deletion performances further (#15407) 5 years ago