summaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2018-01-31keys: store type and rev in hash rather than serializedAzul
2018-01-19API: implement deleting keys through new keys apiAzul
2018-01-18(WIP) first steps towards implementing keys APIAzul
2017-12-08upgrade: factory_girl -> factory_botAzul
2017-11-16minor: clean up account testAzul
2017-10-24fix: also remove invite codes used for tmp usersAzul
2017-10-17fix: destroy invites used to create test accountsAzul
2017-08-07prevent token conflictsAzul
2017-03-22upgrade: bundleAzul
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-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-05fix email unit test - need to require nowAzul
2016-06-22[feature] expose is_admin in the user apiNavaL
2016-05-09test: make identity test locale independentAzul
2016-05-02tests: Validator.new has optional options hashAzul
2016-05-02upgrade: unique test namesAzul
2016-04-11allow monitor auth to create users even if invites are normally required.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
2016-01-31remove cert fingerprints for disabled users, so that they cannot send email a...elijah
2015-10-06Integrated feedback on multi-invite codesankonym
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-28Removed the view_by__id from invite code testankonym
2015-09-28Fixed the signup bug that wrongly consumes the invite code.Aya Jaff
2015-09-28Fix three unit tests by passing Factory Girl a valid invite codeankonym
2015-09-28Fix several test failures by stubbing invite code validationankonym
2015-09-28Separate user and invite code validator testsankonym
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-28Fix test based on actual invite code validationankonym
2015-09-28Added an 'invite code' to all the tests for the sign-up form so we have a val...Aya Jaff
2015-09-28Adding invite code field to signup with validation for hardcoded invite codeankonym
2015-09-10couchrest_model 2.0.1 fixes find_by_sth(nil)Azul
2015-08-07do not include random cruft in the common name of smtp client certificateselijah
2015-03-17add support for rotating tokens and sessions databases, and for a special tmp...elijah
2014-07-14minor: remove @s added by search and replaceAzul
2014-07-14minor: fix identity test for storing certsAzul
2014-07-12allow querying for the expiry of a particular fingerprintAzul
2014-07-12Identity view cert_fingerprints_by_expiryAzul
2014-05-29clearify identity validationsAzul
2014-05-29hand on errors from Email to Identity to UserAzul
2014-05-28adopt tests to new error messages for identitiesAzul