summaryrefslogtreecommitdiff
path: root/test/plugs/http_signature_plug_test.exs
AgeCommit message (Collapse)Author
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-07-18http signature plug: remove redundant checks handled by HTTPSignatures libraryAriadne Conill
the redundant checks assumed a POST request, which will not work for signed GETs. this check was originally needed because the HTTPSignatures adapter assumed that the requests were also POST requests. but now, the adapter has been corrected.
2019-05-15tests: fixupWilliam Pitcock
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-04-02Fail faster.lain