about summary refs log tree commit diff
path: root/app/controllers/concerns/signature_verification.rb
AgeCommit message (Expand)Author
2023-03-16Autofix Rubocop Style/RedundantArgument (#23798)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-08Apply Rubocop Performance/RedundantSplitRegexpArgument (#23443)Nick Schonning
2023-01-18Add more specific error messages to HTTP signature verification (#21617)Claire
2022-12-15Fix single name variables on controller folder (#20092)David Vega
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2022-09-21Fix typo in SignatureVerification (#19209)Claire
2022-09-20Improve error reporting and logging when processing remote accounts (#15605)Claire
2021-02-26Fix crash on receiving requests with missing Digest header (#15782)Claire
2020-11-01Tweak signature verification (#15069)ThibG
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-24Add support for latest HTTP Signatures spec draft (#14556)ThibG
2020-02-03Change signature verification to ignore signatures with invalid host (#13033)Eugen Rochko
2019-08-18Add HTTP signature keyId to request log (#11591)Eugen Rochko
2019-07-11Add ActivityPub secure mode (#11269)Eugen Rochko
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-05-23Move signature verification stoplight to the requests themselves (#10813)ThibG
2019-01-07Improvements to signature verification (#9667)ThibG
2018-12-26Fix signature verification stoplight triggering on non-timeout errors (#9617)Eugen Rochko
2018-11-08Reduce connect timeout limit and limit signature failures by source IP (#9236)Eugen Rochko
2018-10-12Improve signature verification safeguards (#8959)Eugen Rochko
2018-10-08Remove dead code (#8919)Eugen Rochko
2018-06-30Typo in signature verification failure logging (#7916)Marty McGuire
2018-05-17HTTP signatures spec no longer requires algorithms field (#7525)Eugen Rochko
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-10-03Fix HTTP responses for salmon and ActivityPub inbox processing (#5200)ThibG
2017-09-28If HTTP signature is wrong and webfinger cache is stale, retry with resolve (...Eugen Rochko
2017-08-21Support more variations of ActivityPub keyId in signature (#4630)Eugen Rochko
2017-08-09Add Digest header to requests with body, handle acct and URI keyId (#4565)Eugen Rochko
2017-07-14HTTP signatures (#4146)Eugen Rochko