summaryrefslogtreecommitdiff
path: root/users/test/unit/user_test.rb
AgeCommit message (Expand)Author
2013-09-03don't leave id records behind when unit testingAzul
2013-08-30there's no need for User#find_by_param. clean it upAzul
2013-07-24keeping the pgp_key accessors for User so views still workAzul
2013-07-24separate signup and settings service objects for userAzul
2013-07-24test user validates uniqueness of login amongst aliasesAzul
2013-07-24support deprecated API to set users main identity pgp keyAzul
2013-04-24added test for pgp key viewAzul
2013-02-06we don't add srp stuff to user class anymoreAzul
2013-01-17unit tests passingAzul
2013-01-14got users controller test to pass - tickets controller test next.Azul
2012-12-20fixed tests, testing corner cases, fixed theseAzul
2012-12-13Merge branch 'master' into developAzul
2012-12-12find users by email and aliasesAzul
2012-11-26Merge branch 'develop' into help_developjessib
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-05Unit test for is_admin?jessib
2012-11-04fixing tests, including support files from all enginesAzul
2012-10-07adding validations for valid login chars and verifier and salt being hexAzul
2012-09-27added in leap web users - one repo to rule them allAzul