OAuth form user remembering feature. Local MastoFE login / logout fixes.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 28 Nov 2020 18:51:06 +0000 (21:51 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 28 Nov 2020 18:51:06 +0000 (21:51 +0300)
commitf1b07a2b2b6439579f0a35694f693712fb5ec5f4
tree9a2e5f94b6a4fb8974554cc21b71e806702a7312
parent62993db499ca565cdb0a404f9668528971adf9dd
OAuth form user remembering feature. Local MastoFE login / logout fixes.
14 files changed:
.gitattributes
CHANGELOG.md
docs/configuration/static_dir.md
lib/pleroma/user.ex
lib/pleroma/web/masto_fe_controller.ex
lib/pleroma/web/mastodon_api/controllers/auth_controller.ex
lib/pleroma/web/o_auth/o_auth_controller.ex
lib/pleroma/web/templates/layout/app.html.eex
lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
priv/static/instance/static.css [new file with mode: 0644]
test/pleroma/user_test.exs
test/pleroma/web/mastodon_api/controllers/auth_controller_test.exs
test/pleroma/web/mastodon_api/masto_fe_controller_test.exs
test/pleroma/web/o_auth/o_auth_controller_test.exs