index
:
leap_web.git
drop/ruby-2.1
feat/drop-signup
master
version/0.6
version/0.6.1
version/0.7
version/0.7.1
version/0.8
version/0.9
[leap_web]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
test
/
unit
Age
Commit message (
Expand
)
Author
2013-08-30
there's no need for User#find_by_param. clean it up
Azul
2013-07-24
keeping the pgp_key accessors for User so views still work
Azul
2013-07-24
separate signup and settings service objects for user
Azul
2013-07-24
setter for keys for dirty tracking, more robust tests
Azul
2013-07-24
test user validates uniqueness of login amongst aliases
Azul
2013-07-24
support deprecated API to set users main identity pgp key
Azul
2013-07-24
remove email aliases test - we'll move them to identities
Azul
2013-07-24
add keys to identity
Azul
2013-07-24
allow available and unique forwards only
Azul
2013-07-24
validations of email format and local domain moved over
Azul
2013-07-24
local email adds domain if needed
Azul
2013-07-24
testing all versions of emial identities, emails are now strings
Azul
2013-07-24
move identity creation into user class
Azul
2013-07-24
first take on identity model - still broken
Azul
2013-04-25
Merge pull request #40 from azul/feature/token-auth
jessib
2013-04-24
added test for pgp key view
Azul
2013-04-09
let's use safe ids instead of the default couch ones
Azul
2013-04-09
initial token model and unit test
Azul
2013-02-06
we don't add srp stuff to user class anymore
Azul
2013-01-24
Removing aliases from webfinger as the link wouldn't work anyway, and don't w...
jessib
2013-01-23
added a small test for HostMetaPresenter and using links hash in xml view
Azul
2013-01-23
added unit tests for user presenter
Azul
2013-01-17
unit tests passing
Azul
2013-01-14
got users controller test to pass - tickets controller test next.
Azul
2012-12-20
fixed tests, testing corner cases, fixed these
Azul
2012-12-18
only destroy user that has been persisted in teardown
Azul
2012-12-18
refactored email_alias creation and validation
Azul
2012-12-13
Merge branch 'master' into develop
Azul
2012-12-13
refactor: changed add_email to add_email_alias
Azul
2012-12-13
refactor: allow adding email aliases directly
Azul
2012-12-13
ensure users do not have duplicate email aliases
Azul
2012-12-13
LocalEmail added - will validate uniqueness amongst emails and aliases
Azul
2012-12-12
find users by email and aliases
Azul
2012-12-10
created generic Email class and use it with EmailAliases
Azul
2012-12-09
first steps towards email aliases
Azul
2012-11-26
Merge branch 'develop' into help_develop
jessib
2012-11-26
simplified controller and adjusted tests
Azul
2012-11-23
identify user by id so rerendering the form does not use new invalid login
Azul
2012-11-12
Merge branch 'develop' into help_develop
jessib
2012-11-12
commented out an unfinished test
Azul
2012-11-06
first steps towards warden srp testing
Azul
2012-11-05
Unit test for is_admin?
jessib
2012-11-04
fixing tests, including support files from all engines
Azul
2012-10-07
adding validations for valid login chars and verifier and salt being hex
Azul
2012-09-27
added in leap web users - one repo to rule them all
Azul