mastodon/app/controllers
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks ()
* Record account suspend/silence time and keep track of domain blocks

* Also unblock users who were suspended/silenced before dates were recorded

* Add tests

* Keep track of suspending date for users suspended through the CLI

* Show accurate number of accounts that would be affected by unsuspending an instance

* Change migration to set silenced_at and suspended_at

* Revert "Also unblock users who were suspended/silenced before dates were recorded"

This reverts commit a015c65d2d.

* Switch from using suspended and silenced to suspended_at and silenced_at

* Add post-deployment migration script to remove `suspended` and `silenced` columns

* Use Account#silence! and Account#suspend! instead of updating the underlying property

* Add silenced_at and suspended_at migration to post-migration

* Change account fabricator to translate suspended and silenced attributes

* Minor fixes

* Make unblocking domains always retroactive
..
activitypub Cache featured collections, as well as outbox, followers and following ()
admin Record account suspend/silence time and keep track of domain blocks ()
api Add toot source to delete result to ease Delete & Redraft ()
auth Check that an invite link is valid before bypassing approval mode ()
concerns Mark the 410 gone response for suspended accounts as cachable ()
oauth Fix authorized applications list page design ()
settings Fix not being able to save e-mail preference for new pending accounts ()
well_known Add Keybase integration ()
about_controller.rb Add "why do you want to join" field to invite requests ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Reduce server load caused by anonymous viewing. ()
application_controller.rb Reduce server load caused by anonymous viewing. ()
authorize_interactions_controller.rb Add remote interaction dialog for toots ()
custom_css_controller.rb Add admin custom CSS setting ()
directories_controller.rb Change icons of features on admin dashboard to remove bias ()
emojis_controller.rb Unuse ActiveRecord::Base#cache_key ()
filters_controller.rb Set @body_classes to admin layout ()
follower_accounts_controller.rb Cache featured collections, as well as outbox, followers and following ()
following_accounts_controller.rb Cache featured collections, as well as outbox, followers and following ()
home_controller.rb Record account suspend/silence time and keep track of domain blocks ()
intents_controller.rb Add remote interaction dialog for toots ()
invites_controller.rb Set @body_classes to admin layout ()
manifests_controller.rb Make Chrome splash screen same color as web UI's background color ()
media_controller.rb fix CSP / X-Frame-Options for media embeds ()
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
public_timelines_controller.rb Redesign landing page ()
relationships_controller.rb Add order options to relationship manager UI ()
remote_follow_controller.rb Add remote interaction dialog for toots ()
remote_interaction_controller.rb Change remote interaction dialog to use specific actions ()
remote_unfollows_controller.rb Add tests for remote_unfollows_controller ()
shares_controller.rb Fix admin validation being too strict about usernames ()
statuses_controller.rb Add some caching for HTML versions of statuses pages ()
stream_entries_controller.rb Add some caching for HTML versions of statuses pages ()
tags_controller.rb Fix `tagged` param not being normalized before querying tags ()