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/spec/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 Do not try fetching keys of unknown accounts on a Delete from them (#10326) 6 years ago
admin Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
api Improve blocked view of profiles (#10491) 6 years ago
auth Check that an invite link is valid before bypassing approval mode (#10657) 6 years ago
concerns Admission-based registrations mode (#10250) 6 years ago
oauth Add force_login option to OAuth authorize page (#8655) 7 years ago
settings compare usernames case-insensitively on new proof creation flow (#10544) 6 years ago
well_known Add Keybase integration (#10297) 6 years ago
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible (#8100) 7 years ago
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Admission-based registrations mode (#10250) 6 years ago
application_controller_spec.rb Lint pass (#8876) 6 years ago
authorize_interactions_controller_spec.rb Optimize the process of following someone (#9220) 6 years ago
emojis_controller_spec.rb Misc. typos (#8694) 6 years ago
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller (#7794) 7 years ago
following_accounts_controller_spec.rb Add tests for following accounts controller (#7800) 7 years ago
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
intents_controller_spec.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller_spec.rb Lint pass (#8876) 6 years ago
manifests_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
media_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
relationships_controller_spec.rb Add relationship manager UI (#10268) 6 years ago
remote_follow_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 6 years ago
remote_unfollows_controller_spec.rb Lint pass (#8876) 6 years ago
shares_controller_spec.rb Add tests for shares_controller (#7835) 7 years ago
statuses_controller_spec.rb Fix thread depth computation in statuses_controller (#9426) 6 years ago
stream_entries_controller_spec.rb Misc. typos (#8694) 6 years ago
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout (#9822) 6 years ago