mastodon/app/controllers
ThibG 730c4053d6 Add ActivityPub actor representing the entire server ()
* Add support for an instance actor

* Skip username validation for local Application accounts

* Add migration script to create instance actor

* Make Codeclimate happy

* Switch to id -99 for instance actor

* Remove unused `icon` and `image` attributes from instance actor

* Use if/elsif/else instead of return + ternary operator

* Add instance actor to fresh installs

* Use instance actor as instance representative

Use instance actor for forwarding reports, relay operations, and spam
auto-reporting.

* Seed database in test environment

* Fix single-user mode

* Fix tests

* Fix specs to accomodate for an extra `Account`

* Auto-reject follows on instance actor

Following an instance actor might make sense, but we are not handling that
right now, so auto-reject.

* Fix webfinger lookup and serialization for instance actor

* Rename instance actor

* Make it clear in the HTML view that the instance actor should not be blocked

* Raise cache time for instance actor as there's no dynamic content

* Re-use /about/more with a flash message for instance actor profile
..
activitypub Fix caching headers in ActivityPub endpoints ()
admin Add setting to disable the anti-spam ()
api Refactor controllers for statuses, accounts, and more ()
auth Check that an invite link is valid before bypassing approval mode ()
concerns Add ActivityPub secure mode ()
oauth Fix authorized applications list page design ()
settings Add option to disable real-time updates in web UI ()
well_known Refactor controllers for statuses, accounts, and more ()
about_controller.rb Add ActivityPub actor representing the entire server ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Add ActivityPub secure mode ()
application_controller.rb Add ActivityPub actor representing the entire server ()
authorize_interactions_controller.rb Add remote interaction dialog for toots ()
custom_css_controller.rb Fix custom CSS controller ()
directories_controller.rb Change icons of features on admin dashboard to remove bias ()
emojis_controller.rb Refactor controllers for statuses, accounts, and more ()
filters_controller.rb Set @body_classes to admin layout ()
follower_accounts_controller.rb Add ActivityPub secure mode ()
following_accounts_controller.rb Add ActivityPub secure mode ()
home_controller.rb Add ActivityPub actor representing the entire server ()
instance_actors_controller.rb Add ActivityPub actor representing the entire server ()
intents_controller.rb Refactor controllers for statuses, accounts, and more ()
invites_controller.rb Set @body_classes to admin layout ()
manifests_controller.rb Refactor controllers for statuses, accounts, and more ()
media_controller.rb Refactor controllers for statuses, accounts, and more ()
media_proxy_controller.rb Change domain blocks to automatically support subdomains ()
public_timelines_controller.rb Refactor controllers for statuses, accounts, and more ()
relationships_controller.rb Add order options to relationship manager UI ()
remote_follow_controller.rb Refactor controllers for statuses, accounts, and more ()
remote_interaction_controller.rb Change remote interaction dialog to use specific actions ()
shares_controller.rb Fix admin validation being too strict about usernames ()
statuses_controller.rb Add ActivityPub secure mode ()
tags_controller.rb Add ActivityPub secure mode ()