summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2019-06-15install rubocop railsmo
2019-06-15begin to convert class method to instance methodsmo
2019-06-15remove parameter from invocationmo
2019-06-15remove mapper parametermo
2019-06-15change subject under test to Scim::Searchmo
2019-06-01rename classes and methodsmo
2019-06-01connect layers to the new filter APImo
2019-05-30fix linter errorsmo
2019-05-28support a basic or querymo
2019-05-28use modified parse treemo
2019-05-14parse a very simple scim query filtermo
2018-12-15exclude mfa_secret and password digestmo
2018-10-20to primary key instead of uuid columnmo
2018-10-13fix some linter errorsmo
2018-10-12allow token type choicemo
2018-09-23add auditingmo
2018-09-23fix linter errors.mo
2018-09-22extract scim user modelmo
2018-09-22validate timezone and locale.mo
2018-09-22remove authentication model.mokha
2018-09-22create authentications modelmokha
2018-09-22attach user sessions to usermokha
2018-09-18User.authenticate_token -> Token.authenticatemo
2018-09-18do not allow refresh, revoked or expired tokens to authenticate.mo
2018-09-16add resource owner password grant.mo
2018-09-09remove User#access_token.mo
2018-09-04rename tfa -> mfamo
2018-09-04fix lint errors.mo
2018-09-04fix lint error.mo
2018-09-04remove access_token from saml assertion.mo
2018-09-02store uuid in session instead of id.mo
2018-06-11add authentication to scim API.mokha
2018-04-09extract a tfa class.mo
2018-04-09add action to disable TFA.mo
2018-03-11create tfa setup page.mokha
2018-03-10include issuer and audience in jwt.mokha
2018-03-10rubocop auto_correctmokha
2018-01-14move mapping to scim schema to controller.mo
2018-01-13generate separate key pair for signing jwts.mo
2018-01-13use scim-shady to generate json hashmo
2017-12-24add registration page.mo
2017-11-24use ternary operator.mo
2017-11-12parse data from logout request.mo
2017-11-10check if request is trusted.mo
2017-11-07include JWT token in SAML Response.mo
2017-11-05update user to return proper nameid.mo
2017-11-02pass request to user model to choose what attributes to include.mo
2017-10-22extract login method.mo
2017-10-22specify assertion_attributes.mo
2017-10-22add nameid and subject confirmation.mo