Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-17 | clean up error assertions in tests | Azul | |
We're not testing the redirects anymore. But the error messages should be pretty clear already. We can start testing redirects again once we redirect to different places for different actions. | |||
2014-07-14 | clean up and simplify error responses and test code | Azul | |
2014-07-12 | fix tests and simplify time calculations | Azul | |
2014-05-29 | clearify identity validations | Azul | |
Identity.new.valid? should not crash. So validate presence where needed and skip the other validations if the value is absent. | |||
2014-05-26 | Merge pull request #163 from azul/feature/3398-save-hashed-token | azul | |
hash token with sha512 against timing attacs #3398 | |||
2014-05-26 | hash token with sha512 against timing attacs #3398 | Azul | |
2014-05-26 | change from GET to POST for certs | Azul | |
We create them. let's reflect that in the verb. | |||
2014-05-19 | store fingerprints with timestamp | Azul | |
Only storing the date as that should suffice for normal expiry and is less useful for identifying users by timestamps | |||
2014-05-19 | store cert fingerprint with main user identity | Azul | |
2014-05-19 | SmtpCertsController, routes and tests | Azul | |
2014-05-19 | basic integration test for cert API | Azul | |
2014-04-11 | move include AssertResponses into test itself | Azul | |
it may not have been required before the RackTest support class. | |||
2014-04-08 | moving users: app and test files | Azul | |