summaryrefslogtreecommitdiff
path: root/test/integration/api
AgeCommit message (Expand)Author
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
2015-09-28Fix the remaining failures/errors in our testsankonym
2015-09-28Added an 'invite code' to all the tests for the sign-up form so we have a val...Aya Jaff
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-28client certificates: allow for time units to be specified in client_cert_life...elijah
2014-07-17clean up error assertions in testsAzul
2014-07-14clean up and simplify error responses and test codeAzul
2014-07-12fix tests and simplify time calculationsAzul
2014-05-29clearify identity validationsAzul
2014-05-26Merge pull request #163 from azul/feature/3398-save-hashed-tokenazul
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-26change from GET to POST for certsAzul
2014-05-19store fingerprints with timestampAzul
2014-05-19store cert fingerprint with main user identityAzul
2014-05-19SmtpCertsController, routes and testsAzul
2014-05-19basic integration test for cert APIAzul
2014-04-11move include AssertResponses into test itselfAzul
2014-04-08moving users: app and test filesAzul