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/controllers
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks (#10660)
* 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
6 years ago
..
activitypub Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
admin Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
api Add toot source to delete result to ease Delete & Redraft (#10669) 6 years ago
auth Check that an invite link is valid before bypassing approval mode (#10657) 6 years ago
concerns Mark the 410 gone response for suspended accounts as cachable (#10339) 6 years ago
oauth Fix authorized applications list page design (#9969) 6 years ago
settings Fix not being able to save e-mail preference for new pending accounts (#10622) 6 years ago
well_known Add Keybase integration (#10297) 6 years ago
about_controller.rb Add "why do you want to join" field to invite requests (#10524) 6 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
application_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Add admin custom CSS setting (#8399) 7 years ago
directories_controller.rb Change icons of features on admin dashboard to remove bias (#10366) 6 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
following_accounts_controller.rb Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
home_controller.rb Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
intents_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
manifests_controller.rb
media_controller.rb fix CSP / X-Frame-Options for media embeds (#9558) 6 years ago
media_proxy_controller.rb
public_timelines_controller.rb Redesign landing page (#10232) 6 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_interaction_controller.rb Change remote interaction dialog to use specific actions (#9743) 6 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 7 years ago
shares_controller.rb Fix admin validation being too strict about usernames (#10449) 6 years ago
statuses_controller.rb Add some caching for HTML versions of statuses pages (#10701) 6 years ago
stream_entries_controller.rb Add some caching for HTML versions of statuses pages (#10701) 6 years ago
tags_controller.rb Fix `tagged` param not being normalized before querying tags (#10249) 6 years ago