aboutsummaryrefslogtreecommitdiff
path: root/test/plugs/oauth_plug_test.exs
AgeCommit message (Collapse)Author
2020-03-06Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1560-non-federating-instances-routes-restrictions
2020-03-03Update CopyrightsMark Felder
2020-03-02[#1560] Added tests for non-federating instance bahaviour to ↵Ivan Tashkinov
ActivityPubControllerTest.
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-05-02Add oauth plug tests for url and body parametersAkiraFukushima
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-05fix/273Maksim Pechnikov