summaryrefslogtreecommitdiff
path: root/users/test
AgeCommit message (Expand)Author
2013-01-14got users controller test to pass - tickets controller test next.Azul
2013-01-11basic dummy data for usersAzul
2013-01-10Add test for showing user.jessib
2012-12-20fixed tests, testing corner cases, fixed theseAzul
2012-12-18adopted functional tests to new controller designAzul
2012-12-18only destroy user that has been persisted in teardownAzul
2012-12-18refactored email_alias creation and validationAzul
2012-12-18adjusted tests - we now reload the user so invalid records are clearedAzul
2012-12-17Merge branch 'feature/fixing-signup-and-login-issues'Azul
2012-12-17fixed inclusion of stub record helperAzul
2012-12-17fixed all user functional testsAzul
2012-12-13Merge branch 'master' into developAzul
2012-12-13refactor: changed add_email to add_email_aliasAzul
2012-12-13refactor: allow adding email aliases directlyAzul
2012-12-13ensure users do not have duplicate email aliasesAzul
2012-12-13LocalEmail added - will validate uniqueness amongst emails and aliasesAzul
2012-12-12find users by email and aliasesAzul
2012-12-12Merge branch 'master' into developAzul
2012-12-11make sure can login twiceAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul
2012-12-09first steps towards email aliasesAzul
2012-12-08serve api version 1 in /1/Azul
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