mastodon/config
Eugen Rochko ed7dc1704d Bind web UI access tokens to sessions (#3940)
* Add overview of active sessions

* Better display of browser/platform name

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

* Fix test

* Fix #2347 - Bind web UI access token to session

When you logout, session also destroys the access token, so it's no longer
valid. If access token is destroyed some other way, the session is also
destroyed, requiring a re-login.

Fix #1681 - Add scheduler to remove revoked access tokens and grants

* Fix test
2017-06-25 23:51:32 +02:00
..
environments
initializers Add overview of active sessions (#3929) 2017-06-25 16:54:30 +02:00
locales Rename "Credentials" page to "Security" for clarity (#3941) 2017-06-25 22:13:02 +02:00
webpack
application.rb
boot.rb
brakeman.ignore
database.yml fix unnecessary variable (#3947) 2017-06-25 23:29:22 +02:00
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb Rename "Credentials" page to "Security" for clarity (#3941) 2017-06-25 22:13:02 +02:00
puma.rb
routes.rb
secrets.yml
settings.yml
sidekiq.yml Bind web UI access tokens to sessions (#3940) 2017-06-25 23:51:32 +02:00
webpacker.yml