OAuth form user remembering feature. Local MastoFE login / logout fixes.
This commit is contained in:
parent
62993db499
commit
f1b07a2b2b
14 changed files with 488 additions and 297 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue