summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-30Merge pull request #167 from azul/feature/i18n-for-ticket-system0.5.2-rcazul
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
2014-05-28ensure identity is cleared on user.reload - fixes testAzul
2014-05-28use Identity for testing login availabilityAzul
2014-05-26sorting translation keys someAzul
2014-05-26use i18n.missing_translationsAzul
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-26fix test to require loginAzul
2014-05-26change from GET to POST for certsAzul
2014-05-19store fingerprints with timestampAzul
2014-05-19minor: fix testsAzul
2014-05-19store cert fingerprint with main user identityAzul
2014-05-19SmtpCertsController, routes and testsAzul
2014-05-19fix Email so User.new.valid? does not crashAzul
2014-05-19basic integration test for cert APIAzul
2014-05-13adjust tests to new config and method implementationAzul
2014-05-13destinguish user.email from user.email_addressAzul
2014-05-13minor: use %Q for interpolated string with "Azul
2014-05-13keep empty email field if user removed prefillAzul
2014-05-13allow for usernames with dotsAzul
2014-05-06hide srp forms when no js is availableAzul
2014-04-30remove outdated os detection testAzul
2014-04-25basic password validation without client side gemAzul
2014-04-25make test independent of button tagAzul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
2014-04-18adopt service_level config to platform settingsAzul
2014-04-18change service level configuration strategyAzul
2014-04-17adjust test to service list in configAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-17initial commit for the service level apiAzul
2014-04-17add a try/except for older versions of requestsAzul
2014-04-17nagios test: also test registering new usersAzul
2014-04-17nagios test: use support classes in soledad syncAzul
2014-04-17remove unneeded importsAzul
2014-04-17move support classes into their own packageAzul
2014-04-17nagios test: refactor webapp_login with classesAzul
2014-04-17refactor: move nagios specifs to nagios_testAzul
2014-04-17refactor reporting in webapp login nagios testAzul
2014-04-17refactor nagios tests, remove parseAzul
2014-04-11move include AssertResponses into test itselfAzul
2014-04-11move engines into engines directoryAzul
2014-04-10move certs into toplevelAzul
2014-04-08only load */test/factories from test/factoriesAzul
2014-04-08moving users: app and test filesAzul
2014-04-08fix requiring core extensions - most tests passAzul
2014-04-08moving all of core into toplevel, tests fail.Azul
2014-04-02Fix soledad sync nagios plugin returned check_name (#5430).db