summaryrefslogtreecommitdiff
path: root/users/app
AgeCommit message (Expand)Author
2013-10-18Merge pull request #98 from jessib/feature/billing-past-due-subscriptionsazul
2013-10-17Merge pull request #102 from azul/feature/3602-email-blacklistjessib
2013-10-17blacklist system logins for aliases and loginsAzul
2013-10-17use latest version of srp_js to fix #4002Azul
2013-10-01Allow admins to view past-due subscriptions.jessib
2013-09-26Since local part of email is case sensitive, want to allow remote email addre...jessib
2013-09-25visual feedback when submitting forms (#3164)Azul
2013-09-24use token auth when accessing the api from webappAzul
2013-09-23This ensures that email addresses contain only lowercase letters, and that an...jessib
2013-09-19Merge branch 'develop' into feature/only_lower_case_aliasesjessib
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-09Merge branch 'develop' into feature/only_lower_case_aliasesjessib
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-09-05Move handle method to Email model and have it work for local and non-local em...jessib
2013-09-04fix login form - use api session urlAzul
2013-09-03Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properlyjessib
2013-09-03Merge pull request #75 from azul/feature/token-expiryjessib
2013-09-03clearify usage of V1::UsersController#index for autocompleteAzul
2013-09-03remove email aliases controller - we don't use it anymoreAzul
2013-09-03Cleanup sessions controller - webapp logs in through the api.Azul
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-09-03use Token#authenticate for authenticationAzul
2013-09-02Remove references to email_settings controller, which has been removed. An id...jessib
2013-08-30there's no need for User#find_by_param. clean it upAzul
2013-08-27Not ideal way to do it, but was proving complicated to have a config file spe...jessib
2013-08-27Merge branch 'master' into billing_with_testsjessib
2013-08-27token.user will get you the right userAzul
2013-08-27do not redirect if no token presentAzul
2013-08-27clear token on logout with testAzul
2013-08-27basic testing for token based auth in testsAzul
2013-08-27first steps towards enabling token based authAzul
2013-08-27sort authentication controller extensionAzul
2013-08-22Merge pull request #70 from azul/bugfix/validate_login_like_signupjessib
2013-08-21Merge remote-tracking branch 'jessib/js_warning'Azul
2013-08-21return 204 NO CONTENT on API logoutAzul
2013-08-21use the same login validations on sessions and usersAzul
2013-08-20Tweak to parameters to fix wrong-number-of-arguments error blocking other work.jessib
2013-08-19Change JS warning message per https://leap.se/code/issues/3492jessib
2013-08-13Option to disable billing engine and hide billing related links. To actual di...jessib
2013-07-25Have navigation link to new customer form if user is not already a braintree ...jessib
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-24removed email settings controller and viewsAzul
2013-07-24setter for keys for dirty tracking, more robust testsAzul
2013-07-24no need for a remote email classAzul
2013-07-24support deprecated API to set users main identity pgp keyAzul
2013-07-24add keys to identityAzul
2013-07-24remove the remainders of email aliases and forward from userAzul