]> cat aescling's git repositories - mastodon.git/commit
Fix HTTP responses for salmon and ActivityPub inbox processing (#5200)
authorThibG <thib@sitedethib.com>
Tue, 3 Oct 2017 21:21:19 +0000 (23:21 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 3 Oct 2017 21:21:19 +0000 (23:21 +0200)
commitdfaa219f8820224d37cd060d253a507111c63460
treed84960bb81f1203489ed1a7cb3f1d919b64d05d7
parente6543d5fc4d4f6ec7020d104e4d2360ee9bd7679
Fix HTTP responses for salmon and ActivityPub inbox processing (#5200)

* Return sensible HTTP status for ActivityPub inbox processing

* Return sensible HTTP status for salmon slap processing

* Return additional information to debug signature verification failures
app/controllers/activitypub/inboxes_controller.rb
app/controllers/api/salmon_controller.rb
app/controllers/concerns/signature_verification.rb
spec/controllers/api/salmon_controller_spec.rb