summaryrefslogtreecommitdiff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
2017-11-16fix: respond with error on invalid pgp keyAzul
2017-10-24refactor: instance method create for Account.createAzul
2017-10-24fix: also remove invite codes used for tmp usersAzul
2017-10-17fix: destroy invites used to create test accountsAzul
2017-03-20Merge branch 'debug/rescue-more-specifically' into 'master' azul
2017-03-10Adds recovery code to user accountThais Siqueira
2017-03-07make the rescue in account creation less broadAzul
2016-05-23rename destroy_identity to release_handlesAzul
2016-04-11allow monitor auth to create users even if invites are normally required.elijah
2016-03-28api tokens - clarify terms: "monitors" are admins that authenticated via api ...elijah
2016-02-10allow user accounts to be re-enabled, and for associated identities to also g...elijah
2016-01-31remove cert fingerprints for disabled users, so that they cannot send email a...elijah
2015-09-28Make invite code configurableankonym
2015-09-28Fixed the signup bug that wrongly consumes the invite code.Aya Jaff
2015-09-28Make sure codes can only be used once, fix validationsankonym
2015-03-17add support for rotating tokens and sessions databases, and for a special tmp...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-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-29catch corner cases of account creationAzul
2014-05-28bring back the alias functionality in IdentitiesAzul
2014-04-08moving users: app and test filesAzul