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/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
8 years ago
..
environments Support multiple trusted proxy ip addresses (#3639) 8 years ago
initializers Add overview of active sessions (#3929) 8 years ago
locales Rename "Credentials" page to "Security" for clarity (#3941) 8 years ago
webpack Fix react-intl/locale-data import issue on production build (#3937) 8 years ago
application.rb Set config.cache_store in environments file. (#3219) 8 years ago
boot.rb Adds bootsnap. Faster boot time (#3176) 8 years ago
brakeman.ignore Enable CodeClimate Brakeman checks (#2861) 8 years ago
database.yml fix unnecessary variable (#3947) 8 years ago
deploy.rb Update capistrano lock version to 3.8.1 (#3056) 8 years ago
environment.rb
i18n-tasks.yml Add date to ignore_missing and ignore_unused in config/i18n-tasks.yml (#3572) 8 years ago
navigation.rb Rename "Credentials" page to "Security" for clarity (#3941) 8 years ago
puma.rb Do not set port for puma if it is bound to unix socket (#2289) 8 years ago
routes.rb Account deletion (#3728) 8 years ago
secrets.yml
settings.yml setting-for-account-deletable (#3852) 8 years ago
sidekiq.yml Bind web UI access tokens to sessions (#3940) 8 years ago
webpacker.yml Upgrade Webpacker to version 2.0 (#3729) 8 years ago