]> cat aescling's git repositories - mastodon.git/commit
Add overview of active sessions (#3929)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 25 Jun 2017 14:54:30 +0000 (16:54 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2017 14:54:30 +0000 (16:54 +0200)
commitf7301bd5b94d3033b5dbb9ff65dd1ed8ac825ce5
treeddc52c8b89c84ee825d451cc50a6946d7d77b2bb
parent099a3b4eaccc37338eda9f45fc26991ea7115200
Add overview of active sessions (#3929)

* Add overview of active sessions

* Better display of browser/platform name

* Improve how browser information is stored and displayed for sessions overview

* Fix test
15 files changed:
Gemfile
Gemfile.lock
app/controllers/auth/registrations_controller.rb
app/helpers/settings_helper.rb
app/javascript/styles/tables.scss
app/models/session_activation.rb
app/models/user.rb
app/views/auth/registrations/_sessions.html.haml [new file with mode: 0644]
app/views/auth/registrations/edit.html.haml
config/initializers/devise.rb
config/locales/en.yml
db/migrate/20170624134742_add_description_to_session_activations.rb [new file with mode: 0644]
db/schema.rb
spec/rails_helper.rb
yarn.lock