summaryrefslogtreecommitdiff
path: root/users/app/models/user.rb
AgeCommit message (Expand)Author
2013-07-08Merge branch 'master' into feature/disable_accountjessib
2013-07-04allow forms with blank email forward.elijah
2013-07-03Accounts can be enabled or not. Admins can edit this property.jessib
2013-04-24renamed and fixed pgp_key viewAzul
2013-04-03make sure user tests also run when run from users subdirAzul
2013-02-28Have specific error messages for usernames with incorrect formats.jessib
2013-02-26Changes to valid format for usernames.jessib
2013-02-06using ruby-srp 0.1.5 SRP::Client to wrap user in sessionAzul
2013-01-22Rough way to allow user to paste in their key, but certainly we will want dif...jessib
2013-01-22some basic webfinger routes, controller, presenters, viewsAzul
2013-01-18Merge remote-tracking branch 'origin/master' into feature/fixed-email-addressAzul
2013-01-17minor fixes to validation workflowAzul
2013-01-17unit tests passingAzul
2013-01-16incomplete initial changes to make email address just login@domain.tldAzul
2013-01-14Use partials for displaying details shown when viewing a user. Some of these ...jessib
2013-01-14Merge branch 'master' into feature/show_user. Added new tests.jessib
2013-01-14got users controller test to pass - tickets controller test next.Azul
2013-01-11basic dummy data for usersAzul
2013-01-08Adding show view for users.jessib
2012-12-22moving the js for view definitions into separate filesAzul
2012-12-20fixed tests, testing corner cases, fixed theseAzul
2012-12-20validating email domain and displaying it as the placeholderAzul
2012-12-18make sure we have email_aliases at all before testing for an error on the lastAzul
2012-12-18refactored email_alias creation and validationAzul
2012-12-17enabled destroying email aliases - no ajax yet.Azul
2012-12-13Merge branch 'feature/email-aliases-model'Azul
2012-12-13refactor: changed add_email to add_email_aliasAzul
2012-12-13refactor: Email constructor now takes string or hashAzul
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-10email format validationsAzul
2012-12-10use consistent naming scheme across CA, webapp and couchDB installAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul
2012-12-10actually allow adding email aliasesAzul
2012-12-09basic form added to user settings, simple model createdAzul
2012-12-07refactored views to ease adding of email formAzul
2012-11-26basic users index with typeahead searchAzul
2012-11-26minor: client side validations fixed + .json requestAzul
2012-11-23identify user by id so rerendering the form does not use new invalid loginAzul
2012-11-22fixed testsAzul
2012-11-13using client side validations during signupAzul
2012-10-31Code to check administration (and ugly test display.) This includes example c...jessib
2012-10-31Merge branch 'develop' into feature-admin_usersjessib
2012-10-31Merge branch 'develop' of ssh://leap.se/leap_web into developjessib
2012-10-31user creation should send ok flag so js can start loginAzul
2012-10-29first steps at is_admin?Azul
2012-10-18Uses the working authentication code.jessib
2012-10-08Merge branch 'release-0.1.0' into help_developjessib