]> cat aescling's git repositories - mastodon.git/commit
Add authentication history (#16408)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Jun 2021 15:07:30 +0000 (17:07 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 15:07:30 +0000 (17:07 +0200)
commitd174d12c831989bf1d5d3ca54d4f26d28c2c8925
tree9a40d954c9983d6ecbef59c078079a5bd9b26dca
parent946200b471685545878cec56e4959dd6b8d50ab8
Add authentication history (#16408)
19 files changed:
app/controllers/auth/omniauth_callbacks_controller.rb
app/controllers/auth/sessions_controller.rb
app/controllers/concerns/sign_in_token_authentication_concern.rb
app/controllers/concerns/two_factor_authentication_concern.rb
app/controllers/settings/login_activities_controller.rb [new file with mode: 0644]
app/javascript/styles/mastodon/forms.scss
app/models/concerns/ldap_authenticable.rb
app/models/login_activity.rb [new file with mode: 0644]
app/views/auth/registrations/_sessions.html.haml
app/views/settings/login_activities/_login_activity.html.haml [new file with mode: 0644]
app/views/settings/login_activities/index.html.haml [new file with mode: 0644]
app/workers/scheduler/ip_cleanup_scheduler.rb
config/locales/en.yml
config/navigation.rb
config/routes.rb
db/migrate/20210609202149_create_login_activities.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/login_activity_fabricator.rb [new file with mode: 0644]
spec/models/login_activity_spec.rb [new file with mode: 0644]