index
:
leap_web.git
drop/ruby-2.1
feat/drop-signup
master
version/0.6
version/0.6.1
version/0.7
version/0.7.1
version/0.8
version/0.9
[leap_web]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
account.rb
Age
Commit message (
Expand
)
Author
2016-04-11
allow monitor auth to create users even if invites are normally required.
elijah
2016-03-28
api tokens - clarify terms: "monitors" are admins that authenticated via api ...
elijah
2016-02-10
allow user accounts to be re-enabled, and for associated identities to also g...
elijah
2016-01-31
remove cert fingerprints for disabled users, so that they cannot send email a...
elijah
2015-09-28
Make invite code configurable
ankonym
2015-09-28
Fixed the signup bug that wrongly consumes the invite code.
Aya Jaff
2015-09-28
Make sure codes can only be used once, fix validations
ankonym
2015-03-17
add support for rotating tokens and sessions databases, and for a special tmp...
elijah
2014-12-23
bugfix: ensure both user and identity documents are destroyed if there is a p...
elijah
2014-12-15
bugfix: allow deletion of user's identities via api when user is deleted. clo...
elijah
2014-06-23
Account.create - do a User.new instead of User.create, so that we can report ...
elijah
2014-06-17
if identity fails to be created, destroy the user. also, pass through identit...
elijah
2014-05-29
catch corner cases of account creation
Azul
2014-05-28
bring back the alias functionality in Identities
Azul
2014-04-08
moving users: app and test files
Azul