summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-04-11allow monitor auth to create users even if invites are normally required.elijah
2016-04-01api: added super simple motd, closes #7866elijah
2016-03-30api: return proper 404 for GET /1/identities/:id.jsonelijah
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-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-19Merge pull request #198 from claucece/developazul
2015-10-19Merge pull request #196 from EvyW/developazul
2015-10-06Integrated feedback on multi-invite codesankonym
2015-10-05changed capybara timeclaucece
2015-10-05add test to payments and subscriptionsclaucece
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 the remaining failures/errors in our testsankonym
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-28Remove change password browser testankonym
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-21test users_controller_testEvelyn
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-07-14fix i18n testselijah
2015-05-22fix failing testelijah
2015-03-31fix travis: use couchdb.admin.yml and pin travis ruby version to one that is ...elijah
2015-03-17Better error message when a database is missing (very useful for nagios tests)elijah
2015-03-17add support for rotating tokens and sessions databases, and for a special tmp...elijah
2015-01-28tests: add_teardown_hook no longer exists in minitest. replaced with teardown().elijah
2015-01-28client certificates: allow for time units to be specified in client_cert_life...elijah
2014-12-19attempt to fix travis configurationelijah
2014-11-11Merge branch 'test/feature-for-service-endpoint' of https://github.com/azul/l...elijah
2014-07-31use ApiController#anonymous_access_allowed?Azul
2014-07-31respond with 404 and 500 when rendering custom error pagesAzul
2014-07-17add translation and fix testsAzul
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-17clean up error assertions in testsAzul
2014-07-14minor: remove @s added by search and replaceAzul
2014-07-14minor: fix identity test for storing certsAzul
2014-07-14clean up and simplify error responses and test codeAzul