summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
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: added allow ability to limit what IPs can access api using a static conf...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-03-19Handle conflict on token cleanup - fixes #7670Azul
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
2016-01-14added UI for invite codeselijah
2016-01-10Merge branch 'remove_couponcode' of https://github.com/Alster-Hamburgers/leap...elijah
2015-10-19Merge pull request #198 from claucece/developazul
2015-10-13Remove Coupon Code gem and make invite code = idankonym
2015-10-13Replace Coupon Code gem for invite code creationankonym
2015-10-13Remove Coupon Code gem and make invite code = idankonym
2015-10-13Replace Coupon Code gem for invite code creationankonym
2015-10-13Fix the InviteCode initialize method so leap_web tests stay greenankonym
2015-10-13Adjust the rake task to make id = invite codeankonym
2015-10-06Integrated feedback on multi-invite codesankonym
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-10-02Update rake task to allow generation of multi-use invitesankonym
2015-10-02Allow multi-use invite codesankonym
2015-09-28Make invite code configurableankonym
2015-09-28Cleaned up code in invite_code_validator.rbankonym
2015-09-28Fixed the signup bug that wrongly consumes the invite code.Aya Jaff
2015-09-28Fixes for the invite code validatorankonym
2015-09-28Make sure codes can only be used once, fix validationsankonym
2015-09-28assign random invite code when creating new invite codesankonym
2015-09-28Changed invite code query to look for invite_code string instead of idankonym
2015-09-28Add validation of invite code in user object based on codes in couch dbankonym
2015-09-28Add invite code modelankonym
2015-09-28Adding invite code field to signup with validation for hardcoded invite codeankonym
2015-08-07do not include random cruft in the common name of smtp client certificateselijah
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
2015-01-28client certificates: allow for time units to be specified in client_cert_life...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-07-17some cleanup of the messages api and cuke featureAzul
2014-07-12fix tests and simplify time calculationsAzul
2014-07-12Identity view cert_fingerprints_by_expiryAzul
2014-07-12store expiry with cert fingerprintsAzul
2014-07-09Merge pull request #173 from azul/feature/unblock-handlesazul
2014-07-09list identities based on search onlyAzul
2014-07-08create client certificates with generous not_before (fixes #5884)elijah
2014-07-05Enable unblocking handles in identities tabAzul
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