mastodon/app
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
..
controllers Bind web UI access tokens to sessions (#3940) 2017-06-25 23:51:32 +02:00
helpers Add overview of active sessions (#3929) 2017-06-25 16:54:30 +02:00
javascript fix(features/compose): Handle external changes to the textarea (#3632) 2017-06-25 21:43:27 +02:00
lib Whitelist allowed classes for federated statuses (#3810) 2017-06-17 20:26:05 +02:00
mailers Remove unnecessary .keep files (#2976) 2017-05-11 01:45:42 +02:00
models Bind web UI access tokens to sessions (#3940) 2017-06-25 23:51:32 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Fix conversations (fixes #3869) (#3870) 2017-06-20 20:44:32 +02:00
validators Fix character/grapheme count stuff (#3839) 2017-06-19 11:31:14 +02:00
views Add overview of active sessions (#3929) 2017-06-25 16:54:30 +02:00
workers Bind web UI access tokens to sessions (#3940) 2017-06-25 23:51:32 +02:00