summaryrefslogtreecommitdiff
path: root/users/app/models/identity.rb
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-01-07only emit pgp keys if they are actually setAzul
2013-11-26ignore attempts to empty public_key, refactorAzul
2013-11-05Identity.destroy_all_disabled will clean up disabled identitiesAzul
2013-11-05disabled identities to block handles after a user was deletedAzul
2013-11-05refactor: Identity.disable_all_for(user) on user destructionAzul
2013-09-23This ensures that email addresses contain only lowercase letters, and that an...jessib
2013-09-05For moment, have identity's address handle aliased from login so we can use L...jessib
2013-09-05Ensure that address in identity really is a LocalEmail.jessib
2013-07-24separate signup and settings service objects for userAzul
2013-07-24setter for keys for dirty tracking, more robust testsAzul
2013-07-24add keys to identityAzul
2013-07-24allow available and unique forwards onlyAzul
2013-07-24testing all versions of emial identities, emails are now stringsAzul
2013-07-24move identity creation into user classAzul
2013-07-24first take on identity model - still brokenAzul