OAuth form user remembering feature. Local MastoFE login / logout fixes.

This commit is contained in:
Ivan Tashkinov 2020-11-28 21:51:06 +03:00
commit f1b07a2b2b
14 changed files with 488 additions and 297 deletions

7
.gitattributes vendored
View file

@ -1,8 +1,9 @@
*.ex diff=elixir
*.exs diff=elixir
# At the time of writing all js/css files included
# in the repo are minified bundles, and we don't want
# to search/diff those as text files.
# Most os js/css files included in the repo are minified bundles,
# and we don't want to search/diff those as text files. Exceptions are listed below.
*.js binary
*.js.map binary
*.css binary
priv/static/instance/static.css diff=css