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
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
5 years ago
..
controllers Add a nodeinfo endpoint (#12002) 5 years ago
fabricators Add account migration UI (#11846) 5 years ago
features Change unconfirmed user login behaviour (#11375) 6 years ago
fixtures Remove Salmon and PubSubHubbub (#11205) 6 years ago
helpers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
lib Change silences to always require approval on follow (#11975) 5 years ago
mailers Add password challenge to 2FA settings, e-mail notifications (#11878) 5 years ago
models Add account migration UI (#11846) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Admission-based registrations mode (#10250) 6 years ago
requests Remove XML version of Webfinger and remove links to Atom feeds (#11460) 6 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977) 5 years ago
support Remove empty strings (#5732) 7 years ago
validators Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
workers Add domain block notes (#11515) 6 years ago
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago