summaryrefslogtreecommitdiff
path: root/users/test/integration/api/account_flow_test.rb
AgeCommit message (Expand)Author
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-03fixed tests to use setup and teardown blocksAzul
2013-04-02send more meaningful error message on completely failed login attemptAzul
2013-03-04Update tests and documentation to reflect changed error messages with incorre...jessib
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
2013-01-29A user's public_key is the only attribute they should be able to update via API.jessib
2013-01-29Allow PUT API to update user.jessib
2013-01-16using subdomain for api requests properlyAzul
2013-01-14minor: further cleanup - try to leave no record behindAzul
2012-12-11make sure can login twiceAzul
2012-12-08serve api version 1 in /1/Azul
2012-11-26fixed login error message on wrong usernameAzul
2012-11-22fixed testsAzul
2012-11-09got integration test and login flow to workAzul
2012-11-06first steps towards warden srp testingAzul
2012-11-04fixed functional testsAzul
2012-11-04stubbing current_user the warden wayAzul
2012-11-04fixing tests, including support files from all enginesAzul
2012-10-11fixed account_flow_test - srp.authenticate now takes a single argAzul
2012-09-27added in leap web users - one repo to rule them allAzul