mastodon/spec
Takeshi Umeda 17f4e457b3
Add remove from followers api ()
* Add followed_by? to account_interactions

* Add RemoveFromFollowersService

* Fix AccountBatch to use RemoveFromFollowersService

* Add remove from followers API
..
controllers Add remove from followers api ()
fabricators Add feature to automatically delete old toots ()
features Add submit button to the top of preferences pages ()
fixtures Switch from unmaintained paperclip to kt-paperclip ()
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph ()
lib Change routing paths to use usernames in web UI ()
mailers Add Ruby 3.0 support ()
models Add remove from followers api ()
policies Add support for reversible suspensions through ActivityPub ()
presenters Change references to tootsuite/mastodon to mastodon/mastodon ()
requests Further preparation for Rails 6 ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
serializers/activitypub Fix account URI in UpdatePollSerializer ()
services Add remove from followers api ()
support Fix base64-encoded file uploads not being possible ()
validators Add canonical e-mail blocks for suspended accounts ()
views Fix error when rendering public pages with media attachments ()
workers Fix followers synchronization mechanism not working when URI has empty path ()
rails_helper.rb Add WebAuthn as an alternative 2FA method ()
spec_helper.rb Move rspec examples to tmp dir ()