summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2014-11-15generate unique session key instead of id.mo khan
2014-11-15record the ip address.mo khan
2014-11-15exclude revoked session when authenticating.mo khan
2014-11-15revoke a session when a user logs out.mo khan
2014-11-15raise error if session key is not legit.mo khan
2014-11-15return nil if the credentials are incorrect.mo khan
2014-11-15return the secure cookie hash from the login command.mo khan
2014-11-15introduce secure auth cookie.mo khan
2014-11-15add email validation.mo khan
2014-11-10display list of failures.mo khan
2014-11-10add api endpoint for recording failures.mo khan
2014-11-10add ability to delete a service.mo khan
2014-11-10try to load environments for each service.mo khan
2014-11-10rename application model to service.mo khan
2014-11-10show list of applications.mo khan
2014-11-09persist videos and add some test gems.mo khan
2014-04-09handle unknown email address.mo khan
2014-04-09load the current user.mo khan
2014-04-09record a new session on successful login.mo khan
2014-04-09boot out people without a legit session id.mo khan
2014-04-08use pg gem.mo khan
2014-04-06extract login command.mo khan
2014-03-30implement login action.mo khan
2014-03-30initial commit.mo khan