aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/plugs/http_signature.ex
AgeCommit message (Expand)Author
2020-10-13moving plugs into web dirAlexander Strizhakov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2019-12-19Verify HTTP signatures only when request accepts "activity+json" typeEgor Kislitsyn
2019-12-16Add an option to require fetches to be signedEgor Kislitsyn
2019-09-12Parse http signature for request to objects/activitiesrinpatch
2019-07-18http signature plug: remove redundant checks handled by HTTPSignatures libraryAriadne Conill
2019-05-14switch to pleroma/http_signatures libraryWilliam Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-07-31activitypub: verify remote http signature digests by recomputing the digest a...William Pitcock
2018-05-26Rename id helper method.lain
2018-05-19activitypub: normalize the actor to ensure we have its URIWilliam Pitcock
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-04-02Fail faster.lain
2018-03-11More signature debugging.lain
2018-02-25Fix signing bug.lain
2018-02-24More logging for signature problems.lain
2018-02-22More logging.lain
2018-02-15HttpSignature Plug: Skip if already valid.lain
2017-12-12Add plug to validate signed http requests.Roger Braun