Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-28 | Fix test based on actual invite code validation | ankonym | |
2015-09-28 | Added an 'invite code' to all the tests for the sign-up form so we have a ↵ | Aya Jaff | |
valid user for the tests again | |||
2015-01-28 | tests: add_teardown_hook no longer exists in minitest. replaced with teardown(). | elijah | |
2014-07-17 | add translation and fix tests | Azul | |
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-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. | |||
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 | fix test to require login | Azul | |
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 | minor: fix tests | Azul | |
2014-05-19 | SmtpCertsController, routes and tests | Azul | |
2014-05-19 | basic integration test for cert API | Azul | |
2014-05-13 | minor: use %Q for interpolated string with " | Azul | |
2014-05-13 | keep empty email field if user removed prefill | Azul | |
We should respect the users choice. We can still get their email from the user id if we really need to. | |||
2014-05-13 | allow for usernames with dots | Azul | |
preparing for #5664 with some test improvements i ran into this issue This commit includes a fix and the test improvements. In particular it adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in. | |||
2014-05-06 | hide srp forms when no js is available | Azul | |
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails | |||
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 | |
2014-04-08 | fix requiring core extensions - most tests pass | Azul | |
some message tests are failing for me right now. | |||
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |