]> cat aescling's git repositories - mastodon.git/commit
Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 14 Mar 2019 01:13:42 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 01:13:42 +0000 (02:13 +0100)
commit9e33174604952490136a6f8cce2c9bd3ca03a26c
tree251eb7e328924f4bedcbca7d60e834647500eb18
parentdfb9efae81d029d26a9ef09acd891254529a0f53
Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217)
app/models/concerns/ldap_authenticable.rb [new file with mode: 0644]
app/models/concerns/omniauthable.rb
app/models/concerns/pam_authenticable.rb [new file with mode: 0644]
app/models/concerns/user_roles.rb [new file with mode: 0644]
app/models/user.rb