You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
controllers Bind web UI access tokens to sessions (#3940) 8 years ago
helpers Add overview of active sessions (#3929) 8 years ago
javascript fix(features/compose): Handle external changes to the textarea (#3632) 8 years ago
lib Whitelist allowed classes for federated statuses (#3810) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Bind web UI access tokens to sessions (#3940) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Fix conversations (fixes #3869) (#3870) 8 years ago
validators Fix character/grapheme count stuff (#3839) 8 years ago
views Add overview of active sessions (#3929) 8 years ago
workers Bind web UI access tokens to sessions (#3940) 8 years ago