Age | Commit message (Expand) | Author |
2013-10-30 | test helper to expect_logout. | Azul |
2013-10-30 | notify user their account was successfully deleted (refs #4216) | Azul |
2013-10-28 | no need to create a user for testing failed login attempt | Azul |
2013-10-28 | reset button loading... state on error (#4231) | Azul |
2013-10-18 | test logging in through the API using python with umlauts | Azul |
2013-10-17 | blacklist system logins for aliases and logins | Azul |
2013-09-26 | Since local part of email is case sensitive, want to allow remote email addre... | jessib |
2013-09-25 | visual feedback when submitting forms (#3164) | Azul |
2013-09-24 | use token auth when accessing the api from webapp | Azul |
2013-09-23 | This ensures that email addresses contain only lowercase letters, and that an... | jessib |
2013-09-19 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-19 | Merge pull request #82 from azul/feature/sessions-expire | jessib |
2013-09-18 | user.account shortcut to Account.new(user) | Azul |
2013-09-17 | integration tests for session expiry | Azul |
2013-09-09 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-05 | For moment, have identity's address handle aliased from login so we can use L... | jessib |
2013-09-05 | Test of failing to add non-local email address as an identity's address. | jessib |
2013-09-04 | use /login instead of /sessions/new and test successful login | Azul |
2013-09-03 | Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properly | jessib |
2013-09-03 | Merge pull request #75 from azul/feature/token-expiry | jessib |
2013-09-03 | Merge pull request #76 from azul/feature/3600-visual-feedback-on-failed-signup | jessib |
2013-09-03 | Cleanup sessions controller - webapp logs in through the api. | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-09-03 | cleanup records after running user integration tests | Azul |
2013-09-03 | simplify users_controller_test | Azul |
2013-09-03 | don't leave id records behind when unit testing | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-09-03 | use Token#authenticate for authentication | Azul |
2013-09-03 | integration test for displaying internal server error during signup | Azul |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-27 | refactor: Changing the py test to use less globals and session only locally. | Azul |
2013-08-27 | use token to update user password | Azul |
2013-08-27 | separate different tests for showing non existant user | Azul |
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 |