Upgrade Comeonin to v5
authorAlex Gleason <alex@alexgleason.me>
Tue, 12 May 2020 21:42:24 +0000 (16:42 -0500)
committerAlex Gleason <alex@alexgleason.me>
Tue, 12 May 2020 22:14:59 +0000 (17:14 -0500)
commitb46811a07444187e7765f439e933f214c0a0aeb3
treeef51aae2e3cbc43a506af4ad940a5be63fdb5e70
parentc74018e6a7a19a40a75c343ddadc199d9990597e
Upgrade Comeonin to v5
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md
22 files changed:
benchmarks/load_testing/users.ex
lib/pleroma/bbs/authenticator.ex
lib/pleroma/mfa.ex
lib/pleroma/plugs/authentication_plug.ex
lib/pleroma/user.ex
lib/pleroma/web/auth/totp_authenticator.ex
lib/pleroma/web/mongooseim/mongoose_im_controller.ex
mix.exs
mix.lock
test/mfa_test.exs
test/plugs/authentication_plug_test.exs
test/support/builders/user_builder.ex
test/support/factory.ex
test/web/auth/basic_auth_test.exs
test/web/auth/pleroma_authenticator_test.exs
test/web/auth/totp_authenticator_test.exs
test/web/mongooseim/mongoose_im_controller_test.exs
test/web/oauth/ldap_authorization_test.exs
test/web/oauth/mfa_controller_test.exs
test/web/oauth/oauth_controller_test.exs
test/web/twitter_api/password_controller_test.exs
test/web/twitter_api/util_controller_test.exs