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
ThibG fa929d8b81
Tweak signature verification (#15069)
* Add more specific error message when request body digest is invalid

This may help other implementors debug their implementation.

* Relax Host parameter requirement to GET requests

The only POST requests processed by Mastodon need objects/actors (including
their host) to be explicitly mentioned in the request's body, so replaying
a legitimate request to another host should not be a security issue.

* Support Digest headers using multiple algorithms or lowercase alogirthm names
5 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 6 years ago
controllers Tweak signature verification (#15069) 5 years ago
helpers Add IP-based rules (#14963) 5 years ago
javascript Fix some account media gallery items having empty labels (#15073) 5 years ago
lib Add follower synchronization mechanism (#14510) 5 years ago
mailers Change account suspensions to be reversible by default (#14726) 5 years ago
models Add follower synchronization mechanism (#14510) 5 years ago
policies Add IP-based rules (#14963) 5 years ago
presenters Add user notes on accounts (#14148) 6 years ago
serializers Add duration parameter to muting. (#13831) 5 years ago
services Fix followers synchronization mechanism not being triggered on mentions (#15026) 5 years ago
validators Improve email address validation (#14565) 5 years ago
views Make visibility icon clickable as part of the time of a toot (#15053) 5 years ago
workers Fix poll ending notifications being created for each vote (#15071) 5 years ago