move key generation functions into Pleroma.Keys module
authorWilliam Pitcock <nenolod@dereferenced.org>
Wed, 22 May 2019 03:58:15 +0000 (03:58 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Wed, 22 May 2019 03:58:15 +0000 (03:58 +0000)
commit045803346d70c1f9c6ea770485904fd7cc52969a
tree271e169e2fe978e43631f84bce0058618160f602
parentbe6b57193a99a32134546efb667391eda4d4acdf
move key generation functions into Pleroma.Keys module
14 files changed:
lib/pleroma/keys.ex [new file with mode: 0644]
lib/pleroma/signature.ex
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/activity_pub_controller.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/federator/federator.ex
lib/pleroma/web/salmon/salmon.ex
lib/pleroma/web/web_finger/web_finger.ex
test/keys_test.exs [new file with mode: 0644]
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/views/user_view_test.exs
test/web/salmon/salmon_test.exs
test/web/web_finger/web_finger_test.exs