summaryrefslogtreecommitdiff
path: root/users/app/controllers
AgeCommit message (Expand)Author
2013-09-18user.account shortcut to Account.new(user)Azul
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-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-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-21return 204 NO CONTENT on API logoutAzul
2013-07-24separate signup and settings service objects for userAzul
2013-07-24removed email settings controller and viewsAzul
2013-07-17fix account flow integration testAzul
2013-07-11Slight tweak in case we get back the default response to warden's fail!, whic...jessib
2013-07-11Merge branch 'master' into feature/authentication_generic_errorjessib
2013-07-09Merge branch 'master' into feature/authentication_generic_errorjessib
2013-07-08Merge branch 'master' into feature/disable_accountjessib
2013-07-04redirect to root after user destroyelijah
2013-07-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-07-04allow forms with blank email forward.elijah
2013-07-04users - make a nice overview page (well, nice enough) and better users index/...elijah
2013-07-04fix user typeaheadelijah
2013-07-04users engine changes - rewrite of the views, separate email settings to a sep...elijah
2013-07-04add js to report all errors to the user, not just ones related to field valid...elijah
2013-07-04add commented out code of how redirect should work with Warden, although I ca...elijah
2013-07-04new ui - initial user changeselijah
2013-07-03Accounts can be enabled or not. Admins can edit this property.jessib
2013-06-27Want to tweak some, but start to displaying base generic message via javascript.jessib
2013-06-20For removing account, redirect to root path, and ask confirmation message:jessib
2013-04-09return token on successful login via apiAzul
2013-04-02send more meaningful error message on completely failed login attemptAzul
2013-04-02send salt on Session#create without srp ephemeral AAzul
2013-03-01Merge pull request #32 from azul/feature/api-version-1-fixesazul
2013-02-26api for sessions fixedAzul
2013-02-25Admins cannot update a user. Eventually we will want to allow admins to updat...jessib
2013-02-19Only check if last email alias is valid if the user has a last email alias.jessib
2013-01-31Remove public key if the key is passed as nil, but not otherwise.jessib
2013-01-29A user's public_key is the only attribute they should be able to update via API.jessib
2013-01-29Allow PUT API to update user.jessib
2013-01-23added unit tests for user presenterAzul
2013-01-23make raising not found error less confusingAzul
2013-01-22adding json jrd responses to webfingerAzul