summaryrefslogtreecommitdiff
path: root/users/test/functional/v1
AgeCommit message (Expand)Author
2014-02-10rename authorize to require_loginAzul
2014-01-07Some refactoring, to simplify user model, optimize, and allow messages to be ...jessib
2013-12-31Add authentication to API, but not sure it is best way.jessib
2013-12-31Cleanup of code for messages API and cron job for 1 month payment warning. Au...jessib
2013-12-30Change structure to be more no-sql-y, rather than relational.jessib
2013-12-24Catching some corner cases & new tests.jessib
2013-12-24Add API tests and some refactoring of messages so we can get a user's message...jessib
2013-10-30test helper to expect_logout.Azul
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-08-27clear token on logout with testAzul
2013-08-27first steps towards enabling token based authAzul
2013-07-24separate signup and settings service objects for userAzul
2013-07-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-04-09adopting tests to new behaviorAzul
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-02-26api for sessions fixedAzul