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
Eugen Rochko 5f69eb89e2
Add a nodeinfo endpoint (#12002)
* Add nodeinfo endpoint

* dont commit stuff from my local dev

* consistant naming since we implimented 2.1 schema

* Add some additional node info stuff

* Add nodeinfo endpoint

* dont commit stuff from my local dev

* consistant naming since we implimented 2.1 schema

* expanding this to include federation info

* codeclimate feedback

* CC feedback

* using activeserializers seems like a good idea...

* get rid of draft 2.1 version

* Reimplement 2.1, also fix metaData -> metadata

* Fix metaData -> metadata here too

* Fix nodeinfo 2.1 tests

* Implement cache for monthly user aggregate

* Useless

* Remove ostatus from the list of supported protocols

* Fix nodeinfo's open_registration reading obsolete setting variable

* Only serialize domain blocks with user-facing limitations

* Do not needlessly list noop severity in nodeinfo

* Only serialize domain blocks info in nodeinfo when they are set to be displayed to everyone

* Enable caching for nodeinfo endpoints

* Fix rendering nodeinfo

* CodeClimate fixes

* Please CodeClimate

* Change InstancePresenter#active_user_count_months for clarity

* Refactor NodeInfoSerializer#metadata

* Remove nodeinfo 2.1 support as the schema doesn't exist

* Clean-up
6 years ago
..
activitypub Improve status pin query (#11972) 6 years ago
admin Fix relays UI being available in whitelist/secure mode (#11963) 6 years ago
api Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977) 6 years ago
auth Fix authentication before 2FA challenge (#11943) 6 years ago
concerns Add account migration UI (#11846) 6 years ago
oauth Change unconfirmed user login behaviour (#11375) 6 years ago
settings Fix account migration not affecting followers on origin server (#11980) 6 years ago
well_known Add a nodeinfo endpoint (#12002) 6 years ago
about_controller.rb Add table of contents to about page (#11885) 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 Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
application_controller.rb Add healthcheck endpoint for web (#11770) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
directories_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 7 years ago
follower_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
following_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
home_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object (#11561) 6 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
invites_controller.rb Add invite comments (#10465) 6 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
remote_interaction_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
statuses_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
tags_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago