Age | Commit message (Expand) | Author |
2017-03-10 | Validates recovery code as hexadecimal data. | Thais Siqueira |
2017-03-10 | Adds recovery code to user account | Thais Siqueira |
2016-11-17 | bugfix: only send login errors once | Azul |
2016-08-12 | [db] def database on users instead of use_database | Azul |
2016-08-12 | move temporary_user into lib - fix load issue | Azul |
2016-07-14 | [feature] restrict is_admin in the user api, to only allow querying | NavaL |
2016-07-14 | Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/e... | NavaL |
2016-07-12 | bugfix: require local email in user model | Azul |
2016-07-05 | Fix db:migrate and similar tasks | Azul |
2016-06-22 | [feature] expose is_admin in the user api | NavaL |
2016-04-11 | allow monitor auth to create users even if invites are normally required. | elijah |
2016-03-28 | api: added get(:show) to identities and users, allow monitors to create/delet... | elijah |
2016-03-28 | api tokens - clarify terms: "monitors" are admins that authenticated via api ... | elijah |
2016-03-28 | api tokens: allow for special api tokens that work like session tokens but ar... | elijah |
2016-02-10 | allow user accounts to be re-enabled, and for associated identities to also g... | elijah |
2015-10-05 | add subscriptions | claucece |
2015-10-05 | added customers, recurring payment and payment_info | claucece |
2015-10-05 | correctly set up comments | claucece |
2015-10-05 | added payment_info, _customer_form, sucess instances | claucece |
2015-09-28 | Make invite code configurable | ankonym |
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 | Add validation of invite code in user object based on codes in couch db | ankonym |
2015-09-28 | Adding invite code field to signup with validation for hardcoded invite code | ankonym |
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 |
2014-07-17 | some cleanup of the messages api and cuke feature | Azul |
2014-07-09 | list identities based on search only | 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-28 | ensure identity is cleared on user.reload - fixes test | Azul |
2014-05-28 | use Identity for testing login availability | 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-04-08 | moving users: app and test files | Azul |