summaryrefslogtreecommitdiff
path: root/users
AgeCommit message (Expand)Author
2013-11-25Give 404 error if one goes to /key/user for non-existing user.jessib
2013-11-21Refactoring of code, and tests.jessib
2013-11-18Need to cleanup some, but start to show public key for /key/usernamejessib
2013-11-12Merge pull request #110 from azul/feature/cleanup-expired-tokensjessib
2013-11-08fix cornercase of non expiring tokensAzul
2013-11-08Token.destroy_all_expired to cleanup expired tokens (#4411)Azul
2013-11-07only check number of disabled identities to make test more robustAzul
2013-11-06use the account lifecycle from UsersController#destroyAzul
2013-11-06destroy all tickets created by a user when account is destroyedAzul
2013-11-06integration test for blocking handles after account destroyedAzul
2013-11-06refactor: extract method on account testAzul
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-10-30test helper to expect_logout.Azul
2013-10-30notify user their account was successfully deleted (refs #4216)Azul
2013-10-28Fix button to enable account: https://leap.se/code/issues/4246jessib
2013-10-28no need to create a user for testing failed login attemptAzul
2013-10-28reset button loading... state on error (#4231)Azul
2013-10-28Merge branch 'feature/4109-https-sources' into developAzul
2013-10-18use https sources in Gemfiles and also in the documentation (#4109)Azul
2013-10-18test logging in through the API using python with umlautsAzul
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-23Merge branch 'develop' into feature/only_lower_case_aliasesjessib
2013-09-23security fix: clear srp data from db asap (#3686)Azul
2013-09-19Merge branch 'develop' into feature/only_lower_case_aliasesjessib
2013-09-19Merge pull request #82 from azul/feature/sessions-expirejessib
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-17integration tests for session expiryAzul
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-05Test of failing to add non-local email address as an identity's address.jessib
2013-09-05Move handle method to Email model and have it work for local and non-local em...jessib
2013-09-04use /login instead of /sessions/new and test successful loginAzul
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-03Merge pull request #76 from azul/feature/3600-visual-feedback-on-failed-signupjessib
2013-09-03clearify usage of V1::UsersController#index for autocompleteAzul
2013-09-03use the login logout named route instead of sessions resourceAzul
2013-09-03remove email aliases controller - we don't use it anymoreAzul