summaryrefslogtreecommitdiff
path: root/users/test
AgeCommit message (Expand)Author
2012-12-07Merge branch 'master' into help_developjessib
2012-12-07fixed test to work with edit view that includes email and email forward.Azul
2012-12-03refactored tests with new find_record helperAzul
2012-12-03enable users to cancel their accountAzul
2012-12-03enable admin to edit usersAzul
2012-12-03make tests pass on an empty dbAzul
2012-12-01using login :is_admin => true instead of real recordsAzul
2012-12-01Merge branch 'develop' into help_developAzul
2012-11-28admins can destroy usersAzul
2012-11-26Merge branch 'develop' into help_developjessib
2012-11-26fixed login error message on wrong usernameAzul
2012-11-26simplified controller and adjusted testsAzul
2012-11-23identify user by id so rerendering the form does not use new invalid loginAzul
2012-11-23refactored creation of record stubsAzul
2012-11-23test editing user settingsAzul
2012-11-22fixed testsAzul
2012-11-20Merge branch 'develop' into help_developjessib
2012-11-19Merge branch 'develop' into help_developjessib
2012-11-19use latest mocha version without monkey patching :)Azul
2012-11-13testing against current staging serverAzul
2012-11-12Merge branch 'develop' into help_developjessib
2012-11-12some notes to test that aren't working now.jessib
2012-11-12commented out an unfinished testAzul
2012-11-09seperated the warden classes from the initializerAzul
2012-11-09got integration test and login flow to workAzul
2012-11-06first steps towards warden srp testingAzul
2012-11-05Unit test for is_admin?jessib
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-24removing duplicate testing of helper_methodsAzul
2012-10-24Extraction of test support methodsAzul
2012-10-24basic admin controller methods and helpers + testsAzul
2012-10-11use ruby-srp 0.1.3 which returns the user on authenticate callAzul
2012-10-11adjusted sessions controller test to new srp apiAzul
2012-10-11fixed account_flow_test - srp.authenticate now takes a single argAzul
2012-10-08use couchrest session store in core, updated dummy pathAzul
2012-10-07adding validations for valid login chars and verifier and salt being hexAzul
2012-10-06comment out debugging linesAzul
2012-10-05using safe_unhexlify to workaround 0 paddingAzul
2012-10-05moving to ruby_srp 0.1.0, works with python srpAzul
2012-10-02trying to use the same Hash Alg and Prime as webapp - still failingAzul
2012-10-02use hexlify and unhexlify everywhere neededAzul
2012-10-02starting to write a srp test with python srp libAzul
2012-09-27added in leap web users - one repo to rule them allAzul