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 730c4053d6 Add ActivityPub actor representing the entire server (#11321)
* 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
6 years ago
..
activitypub Fix caching headers in ActivityPub endpoints (#11331) 6 years ago
admin Add setting to disable the anti-spam (#11296) 6 years ago
api Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
auth Check that an invite link is valid before bypassing approval mode (#10657) 6 years ago
concerns Add ActivityPub secure mode (#11269) 6 years ago
oauth Fix authorized applications list page design (#9969) 6 years ago
settings Add option to disable real-time updates in web UI (#9984) 6 years ago
well_known Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
about_controller.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Add ActivityPub secure mode (#11269) 6 years ago
application_controller.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Fix custom CSS controller (#11336) 6 years ago
directories_controller.rb Change icons of features on admin dashboard to remove bias (#10366) 6 years ago
emojis_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 7 years ago
follower_accounts_controller.rb Add ActivityPub secure mode (#11269) 6 years ago
following_accounts_controller.rb Add ActivityPub secure mode (#11269) 6 years ago
home_controller.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
instance_actors_controller.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 7 years ago
manifests_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
media_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
media_proxy_controller.rb Change domain blocks to automatically support subdomains (#11138) 6 years ago
public_timelines_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
remote_interaction_controller.rb Change remote interaction dialog to use specific actions (#9743) 6 years ago
shares_controller.rb Fix admin validation being too strict about usernames (#10449) 6 years ago
statuses_controller.rb Add ActivityPub secure mode (#11269) 6 years ago
tags_controller.rb Add ActivityPub secure mode (#11269) 6 years ago