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
Eugen Rochko 5bf67ca913
Add ActivityPub secure mode (#11269)
* Add HTTP signature requirement for served ActivityPub resources

* Change `SECURE_MODE` to `AUTHORIZED_FETCH`

* Add 'Signature' to 'Vary' header and improve code style

* Improve code style by adding `public_fetch_mode?` method
6 years ago
..
chewy Fix NameError (#11192) 6 years ago
controllers Add ActivityPub secure mode (#11269) 6 years ago
helpers Add HTTP signatures to all outgoing ActivityPub GET requests (#11284) 6 years ago
javascript Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
lib Add ActivityPub secure mode (#11269) 6 years ago
mailers Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
models Fix Status.remote scope matching *all* statuses (#11265) 6 years ago
policies Admission-based registrations mode (#10250) 6 years ago
presenters Improve blocked view of profiles (#10491) 6 years ago
serializers Drop magic-public-key from webfinger replies as it's only used for OStatus (#11280) 6 years ago
services Fix BlockService trying to reject incorrect follow request (#11288) 6 years ago
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 6 years ago
views Drop magic-public-key from webfinger replies as it's only used for OStatus (#11280) 6 years ago
workers Refactor fetching of remote resources (#11251) 6 years ago