summaryrefslogtreecommitdiff
path: root/users/test/integration
AgeCommit message (Expand)Author
2013-12-20make sure overview link is active on Users#showAzul
2013-12-13make the possible actions for users and admins configurableAzul
2013-11-27minor: rename test to what it actually testsAzul
2013-11-26simple validation for pgp key formatAzul
2013-11-26ignore attempts to empty public_key, refactorAzul
2013-11-06integration test for blocking handles after account destroyedAzul
2013-11-06refactor: extract method on account testAzul
2013-10-30notify user their account was successfully deleted (refs #4216)Azul
2013-10-28no need to create a user for testing failed login attemptAzul
2013-10-28reset button loading... state on error (#4231)Azul
2013-10-18test logging in through the API using python with umlautsAzul
2013-09-25visual feedback when submitting forms (#3164)Azul
2013-09-24use token auth when accessing the api from webappAzul
2013-09-19Merge pull request #82 from azul/feature/sessions-expirejessib
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-17integration tests for session expiryAzul
2013-09-04use /login instead of /sessions/new and test successful loginAzul
2013-09-03Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properlyjessib
2013-09-03cleanup records after running user integration testsAzul
2013-09-03integration test for displaying internal server error during signupAzul
2013-08-27refactor: Changing the py test to use less globals and session only locally.Azul
2013-08-27use token to update user passwordAzul
2013-08-27minor: remove puts lineAzul
2013-08-22Merge pull request #69 from azul/bugfix/update_user_password_through_apijessib
2013-08-21use the same login validations on sessions and usersAzul
2013-08-21also test updating the user password in python against dev.bmAzul
2013-08-21integration test updating users passwordAzul
2013-08-08Merge pull request #64 from azul/feature/identity-rewritejessib
2013-08-08close srp vulnerability and report error in webappAzul
2013-08-07integration test exploiting srp vulnerabilityAzul
2013-07-24also destroy the identity for a test user during teardownAzul
2013-07-24separate signup and settings service objects for userAzul
2013-07-24setter for keys for dirty tracking, more robust testsAzul
2013-07-16adapt srp account_flow test for the api to new ruby_srp APIAzul
2013-07-16ensure the page has been reloaded before testing current_pathAzul
2013-07-15require test_helper from account test so it can be run in isolationAzul
2013-07-14make sure capybara runs the whole rack appAzul
2013-07-14we do not expose M2 in srp.js anymore.Azul
2013-07-14js integration test for signup, login, logoutAzul
2013-07-12remove test for duplicate login - we'll prevent that on the client sideAzul
2013-07-11fix failing testselijah
2013-07-04test - we allow updating of username via api nowelijah
2013-04-03make sure user tests also run when run from users subdirAzul
2013-04-03fixed tests to use setup and teardown blocksAzul
2013-04-02send more meaningful error message on completely failed login attemptAzul
2013-03-05Merge branch 'master' into feature/limit_user_leakAzul
2013-03-04Update tests and documentation to reflect changed error messages with incorre...jessib
2013-03-04make api test script work with bitmask and print logAzul
2013-02-06using ruby-srp 0.1.5 SRP::Client to wrap user in sessionAzul
2013-01-31Remove public key if the key is passed as nil, but not otherwise.jessib