Age | Commit message (Expand) | Author |
2013-12-06 | ignore attempts to empty public_key, refactor | Azul |
2013-11-12 | Merge pull request #110 from azul/feature/cleanup-expired-tokens | jessib |
2013-11-08 | fix cornercase of non expiring tokens | Azul |
2013-11-08 | Token.destroy_all_expired to cleanup expired tokens (#4411) | Azul |
2013-11-06 | destroy all tickets created by a user when account is destroyed | Azul |
2013-11-05 | Identity.destroy_all_disabled will clean up disabled identities | Azul |
2013-11-05 | disabled identities to block handles after a user was deleted | Azul |
2013-11-05 | refactor: Identity.disable_all_for(user) on user destruction | Azul |
2013-10-17 | blacklist system logins for aliases and logins | Azul |
2013-09-26 | Since local part of email is case sensitive, want to allow remote email addre... | jessib |
2013-09-23 | This ensures that email addresses contain only lowercase letters, and that an... | jessib |
2013-09-19 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-18 | user.account shortcut to Account.new(user) | Azul |
2013-09-05 | For moment, have identity's address handle aliased from login so we can use L... | jessib |
2013-09-05 | Ensure that address in identity really is a LocalEmail. | jessib |
2013-09-05 | Move handle method to Email model and have it work for local and non-local em... | jessib |
2013-09-03 | Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properly | jessib |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-27 | token.user will get you the right user | Azul |
2013-08-21 | use the same login validations on sessions and users | Azul |
2013-08-20 | Tweak to parameters to fix wrong-number-of-arguments error blocking other work. | jessib |
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 | no need for a remote email class | Azul |
2013-07-24 | support deprecated API to set users main identity pgp key | Azul |
2013-07-24 | add keys to identity | Azul |
2013-07-24 | remove the remainders of email aliases and forward from user | 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-07-16 | prevent _ prefixes for couchDB document ids | Azul |
2013-07-08 | Merge branch 'master' into feature/disable_account | jessib |
2013-07-04 | allow forms with blank email forward. | elijah |
2013-07-03 | Accounts can be enabled or not. Admins can edit this property. | jessib |
2013-04-25 | Merge pull request #40 from azul/feature/token-auth | jessib |
2013-04-24 | renamed and fixed 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-04-03 | make sure user tests also run when run from users subdir | Azul |
2013-02-28 | Have specific error messages for usernames with incorrect formats. | jessib |
2013-02-26 | Changes to valid format for usernames. | jessib |
2013-02-06 | using ruby-srp 0.1.5 SRP::Client to wrap user in session | Azul |
2013-01-22 | Rough way to allow user to paste in their key, but certainly we will want dif... | jessib |
2013-01-22 | some basic webfinger routes, controller, presenters, views | Azul |