]> cat aescling's git repositories - mastodon.git/commit
Add "signed in as" header to some pages (#4523)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 5 Aug 2017 02:24:58 +0000 (04:24 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2017 02:24:58 +0000 (04:24 +0200)
commitdf605f0f8ba795a10cf67095429bfeb7c362b7c9
tree0d3e613b637800991c7e8bfb170b586bb1a141bb
parent029786442a80ad73e1ec7a696a2b7f3dbbfbc10c
Add "signed in as" header to some pages (#4523)
40 files changed:
app/controllers/application_controller.rb
app/controllers/authorize_follows_controller.rb
app/controllers/remote_follow_controller.rb
app/javascript/styles/basics.scss
app/javascript/styles/containers.scss
app/javascript/styles/forms.scss
app/views/authorize_follows/show.html.haml
app/views/layouts/modal.html.haml [new file with mode: 0644]
config/application.rb
config/initializers/doorkeeper.rb
config/locales/ar.yml
config/locales/bg.yml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/id.yml
config/locales/io.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/ru.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
spec/controllers/auth/sessions_controller_spec.rb