Age | Commit message (Expand) | Author |
2015-10-13 | Adjust the rake task to make id = invite code | ankonym |
2015-09-28 | Make invite code configurable | ankonym |
2015-09-28 | Cleaned up code in invite_code_validator.rb | ankonym |
2015-09-28 | Fixed the signup bug that wrongly consumes the invite code. | Aya Jaff |
2015-09-28 | Fixes for the invite code validator | ankonym |
2015-09-28 | Make sure codes can only be used once, fix validations | ankonym |
2015-09-28 | assign random invite code when creating new invite codes | ankonym |
2015-09-28 | Changed invite code query to look for invite_code string instead of id | ankonym |
2015-09-28 | Add validation of invite code in user object based on codes in couch db | ankonym |
2015-09-28 | Add invite code model | ankonym |
2015-09-28 | Adding invite code field to signup with validation for hardcoded invite code | ankonym |
2015-08-07 | do not include random cruft in the common name of smtp client certificates | elijah |
2015-04-30 | added support for email notifications of ticket changes | elijah |
2015-03-17 | add support for rotating tokens and sessions databases, and for a special tmp... | elijah |
2015-01-28 | client certificates: allow for time units to be specified in client_cert_life... | 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-07-17 | some cleanup of the messages api and cuke feature | Azul |
2014-07-12 | fix tests and simplify time calculations | Azul |
2014-07-12 | Identity view cert_fingerprints_by_expiry | Azul |
2014-07-12 | store expiry with cert fingerprints | Azul |
2014-07-09 | Merge pull request #173 from azul/feature/unblock-handles | azul |
2014-07-09 | list identities based on search only | Azul |
2014-07-08 | create client certificates with generous not_before (fixes #5884) | elijah |
2014-07-05 | Enable unblocking handles in identities tab | Azul |
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 | clearify identity validations | Azul |
2014-05-29 | ensure User#reload returns self | Azul |
2014-05-29 | hand on errors from Email to Identity to User | Azul |
2014-05-29 | catch corner cases of account creation | Azul |
2014-05-28 | allow changing the user_id on an identity | Azul |
2014-05-28 | bring back the alias functionality in Identities | Azul |
2014-05-28 | ensure identity is cleared on user.reload - fixes test | Azul |
2014-05-28 | minor: beautify handle lookup in etc/passwd some | Azul |
2014-05-28 | use Identity for testing login availability | Azul |
2014-05-26 | Merge pull request #163 from azul/feature/3398-save-hashed-token | azul |
2014-05-26 | hash token with sha512 against timing attacs #3398 | Azul |
2014-05-19 | store fingerprints with timestamp | Azul |
2014-05-19 | store cert fingerprint with main user identity | Azul |
2014-05-19 | fix Email so User.new.valid? does not crash | Azul |
2014-05-19 | calculate cert fingerprints to store for leap_mx | Azul |
2014-05-13 | destinguish user.email from user.email_address | Azul |
2014-05-13 | keep empty email field if user removed prefill | Azul |
2014-05-13 | allow for usernames with dots | Azul |
2014-04-18 | adopt service_level config to platform settings | Azul |
2014-04-18 | bringing back empty cert prefixes | Azul |
2014-04-18 | change service level configuration strategy | Azul |
2014-04-17 | make use of the UnauthorizedUser | Azul |
2014-04-17 | UnauthenticatedUser as current_user | Azul |