summaryrefslogtreecommitdiff
path: root/users/app/controllers/v1
AgeCommit message (Expand)Author
2013-11-06use the account lifecycle from UsersController#destroyAzul
2013-09-24use token auth when accessing the api from webappAzul
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-03clearify usage of V1::UsersController#index for autocompleteAzul
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-08-27Merge branch 'master' into billing_with_testsjessib
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-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-07-04fix user typeaheadelijah
2013-07-04users engine changes - rewrite of the views, separate email settings to a sep...elijah
2013-04-09return token on successful login via apiAzul
2013-04-02send salt on Session#create without srp ephemeral AAzul
2013-02-26api for sessions fixedAzul
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
2012-12-11make sure can login twiceAzul
2012-12-08serve api version 1 in /1/Azul