Age | Commit message (Expand) | Author |
2013-08-27 | token.user will get you the right user | Azul |
2013-08-27 | make sure find_record still works with real records | Azul |
2013-08-27 | clear token on logout with test | Azul |
2013-08-27 | basic testing for token based auth in tests | Azul |
2013-08-27 | first steps towards enabling token based auth | Azul |
2013-08-27 | minor: remove puts line | Azul |
2013-08-22 | Merge pull request #69 from azul/bugfix/update_user_password_through_api | jessib |
2013-08-21 | use the same login validations on sessions and users | Azul |
2013-08-21 | also test updating the user password in python against dev.bm | Azul |
2013-08-21 | integration test updating users password | Azul |
2013-08-08 | Merge pull request #64 from azul/feature/identity-rewrite | jessib |
2013-08-08 | close srp vulnerability and report error in webapp | Azul |
2013-08-07 | integration test exploiting srp vulnerability | Azul |
2013-07-24 | also destroy the identity for a test user during teardown | Azul |
2013-07-24 | keeping the pgp_key accessors for User so views still work | Azul |
2013-07-24 | separate signup and settings service objects for user | Azul |
2013-07-24 | setter for keys for dirty tracking, more robust tests | Azul |
2013-07-24 | test user validates uniqueness of login amongst aliases | Azul |
2013-07-24 | support deprecated API to set users main identity pgp key | Azul |
2013-07-24 | remove email aliases test - we'll move them to identities | Azul |
2013-07-24 | add keys to identity | Azul |
2013-07-24 | allow available and unique forwards only | Azul |
2013-07-24 | validations of email format and local domain moved over | Azul |
2013-07-24 | local email adds domain if needed | Azul |
2013-07-24 | testing all versions of emial identities, emails are now strings | Azul |
2013-07-24 | move identity creation into user class | Azul |
2013-07-24 | first take on identity model - still broken | Azul |
2013-07-16 | adapt srp account_flow test for the api to new ruby_srp API | Azul |
2013-07-16 | ensure the page has been reloaded before testing current_path | Azul |
2013-07-15 | require test_helper from account test so it can be run in isolation | Azul |
2013-07-14 | make sure capybara runs the whole rack app | Azul |
2013-07-14 | we do not expose M2 in srp.js anymore. | Azul |
2013-07-14 | js integration test for signup, login, logout | Azul |
2013-07-12 | remove test for duplicate login - we'll prevent that on the client side | Azul |
2013-07-11 | fix failing tests | elijah |
2013-07-08 | Merge branch 'master' into feature/disable_account | jessib |
2013-07-04 | Add tests for enabling/deactivating. | jessib |
2013-07-04 | fix ticket tests, get :admin_user factory to work. | elijah |
2013-07-04 | user tests -- user update has been moved entirely to api controller, so fix t... | elijah |
2013-07-04 | test - we allow updating of username via api now | elijah |
2013-07-01 | redirect to root_path after canceling account | Azul |
2013-04-25 | Merge pull request #40 from azul/feature/token-auth | jessib |
2013-04-24 | added test for pgp key view | Azul |
2013-04-09 | adopting tests to new behavior | Azul |
2013-04-09 | return token on successful login via api | Azul |
2013-04-09 | let's use safe ids instead of the default couch ones | Azul |
2013-04-09 | initial token model and unit test | Azul |
2013-04-03 | make sure user tests also run when run from users subdir | Azul |
2013-04-03 | fixed tests to use setup and teardown blocks | Azul |
2013-04-02 | send more meaningful error message on completely failed login attempt | Azul |