summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2017-03-10Validates recovery code as hexadecimal data.Thais Siqueira
2017-03-10Adds recovery code to user accountThais Siqueira
2016-11-17bugfix: only send login errors onceAzul
2016-08-12[db] def database on users instead of use_databaseAzul
2016-08-12move temporary_user into lib - fix load issueAzul
2016-07-14[feature] restrict is_admin in the user api, to only allow queryingNavaL
2016-07-14Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/e...NavaL
2016-07-12bugfix: require local email in user modelAzul
2016-07-05Fix db:migrate and similar tasksAzul
2016-06-22[feature] expose is_admin in the user apiNavaL
2016-04-11allow monitor auth to create users even if invites are normally required.elijah
2016-03-28api: added get(:show) to identities and users, allow monitors to create/delet...elijah
2016-03-28api tokens - clarify terms: "monitors" are admins that authenticated via api ...elijah
2016-03-28api tokens: allow for special api tokens that work like session tokens but ar...elijah
2016-02-10allow user accounts to be re-enabled, and for associated identities to also g...elijah
2015-10-05add subscriptionsclaucece
2015-10-05added customers, recurring payment and payment_infoclaucece
2015-10-05correctly set up commentsclaucece
2015-10-05added payment_info, _customer_form, sucess instancesclaucece
2015-09-28Make invite code configurableankonym
2015-09-28Fixes for the invite code validatorankonym
2015-09-28Make sure codes can only be used once, fix validationsankonym
2015-09-28Add validation of invite code in user object based on codes in couch dbankonym
2015-09-28Adding invite code field to signup with validation for hardcoded invite codeankonym
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
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-09list identities based on search onlyAzul
2014-05-29ensure User#reload returns selfAzul
2014-05-29hand on errors from Email to Identity to UserAzul
2014-05-28ensure identity is cleared on user.reload - fixes testAzul
2014-05-28use Identity for testing login availabilityAzul
2014-05-13destinguish user.email from user.email_addressAzul
2014-05-13keep empty email field if user removed prefillAzul
2014-04-08moving users: app and test filesAzul