Age | Commit message (Expand) | Author |
2016-08-19 | respond_to on a per controller basis | Azul |
2016-05-23 | fix config check in submit_signup | Azul |
2016-05-23 | move signup from users to account_controller | Azul |
2016-05-20 | api: set defaults for version in routes | Azul |
2016-05-18 | api: allow version bumping - bump to 2 | Azul |
2016-05-09 | test: make identity test locale independent | Azul |
2016-05-02 | test: use assert_error_response in functional test | Azul |
2016-05-02 | upgrade: test cases now have #name | Azul |
2016-05-02 | test: flash now has string keys | Azul |
2016-05-02 | upgrade: default_wait_time -> default_max_wait_time | Azul |
2016-05-02 | fix browser_integration_test | Azul |
2016-03-28 | api: added allow ability to limit what IPs can access api using a static conf... | elijah |
2016-02-10 | allow user accounts to be re-enabled, and for associated identities to also g... | elijah |
2015-10-05 | changed capybara time | claucece |
2015-10-05 | add test to payments and subscriptions | claucece |
2015-09-28 | Make invite code configurable | ankonym |
2015-09-28 | Fix the remaining failures/errors in our tests | ankonym |
2015-09-28 | Fix several test failures by stubbing invite code validation | ankonym |
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 val... | Aya Jaff |
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 |
2014-07-14 | clean up and simplify error responses and test code | Azul |
2014-07-05 | Enable unblocking handles in identities tab | Azul |
2014-05-26 | Merge pull request #163 from azul/feature/3398-save-hashed-token | azul |
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 |
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 |
2014-05-13 | allow for usernames with dots | Azul |
2014-05-06 | hide srp forms when no js is available | Azul |
2014-04-11 | move include AssertResponses into test itself | Azul |
2014-04-08 | moving users: app and test files | Azul |
2014-04-08 | fix requiring core extensions - most tests pass | Azul |
2014-04-08 | moving all of core into toplevel, tests fail. | Azul |