summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2015-04-30added support for email notifications of ticket changeselijah
2015-03-17add support for rotating tokens and sessions databases, and for a special tmp...elijah
2015-01-28client certificates: allow for time units to be specified in client_cert_life...elijah
2014-12-23bugfix: ensure both user and identity documents are destroyed if there is a p...elijah
2014-12-15bugfix: allow deletion of user's identities via api when user is deleted. clo...elijah
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-12fix tests and simplify time calculationsAzul
2014-07-12Identity view cert_fingerprints_by_expiryAzul
2014-07-12store expiry with cert fingerprintsAzul
2014-07-09Merge pull request #173 from azul/feature/unblock-handlesazul
2014-07-09list identities based on search onlyAzul
2014-07-08create client certificates with generous not_before (fixes #5884)elijah
2014-07-05Enable unblocking handles in identities tabAzul
2014-06-23Account.create - do a User.new instead of User.create, so that we can report ...elijah
2014-06-17if identity fails to be created, destroy the user. also, pass through identit...elijah
2014-05-29clearify identity validationsAzul
2014-05-29ensure User#reload returns selfAzul
2014-05-29hand on errors from Email to Identity to UserAzul
2014-05-29catch corner cases of account creationAzul
2014-05-28allow changing the user_id on an identityAzul
2014-05-28bring back the alias functionality in IdentitiesAzul
2014-05-28ensure identity is cleared on user.reload - fixes testAzul
2014-05-28minor: beautify handle lookup in etc/passwd someAzul
2014-05-28use Identity for testing login availabilityAzul
2014-05-26Merge pull request #163 from azul/feature/3398-save-hashed-tokenazul
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-19store fingerprints with timestampAzul
2014-05-19store cert fingerprint with main user identityAzul
2014-05-19fix Email so User.new.valid? does not crashAzul
2014-05-19calculate cert fingerprints to store for leap_mxAzul
2014-05-13destinguish user.email from user.email_addressAzul
2014-05-13keep empty email field if user removed prefillAzul
2014-05-13allow for usernames with dotsAzul
2014-04-18adopt service_level config to platform settingsAzul
2014-04-18bringing back empty cert prefixesAzul
2014-04-18change service level configuration strategyAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-17UnauthenticatedUser as current_userAzul
2014-04-17initial commit for the service level apiAzul
2014-04-10move certs into toplevelAzul
2014-04-08moving users: app and test filesAzul
2012-09-27Adding in what used to be leap webapp demoAzul