summaryrefslogtreecommitdiff
path: root/users/test/functional
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-04-04redirect home when logged in visits /signup (#5446)Azul
2014-02-10rename authorize to require_loginAzul
2014-01-27Merge branch 'develop' into feature/messages_apijessib
2014-01-23added a customizable 'bye' page for when a user leaveselijah
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-12-22locale prefix support:elijah
2013-12-16Add test.jessib
2013-12-09Update tests to reflect using plaintext key.jessib
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-06use the account lifecycle from UsersController#destroyAzul
2013-10-30test helper to expect_logout.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-03Cleanup sessions controller - webapp logs in through the api.Azul
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-09-03simplify users_controller_testAzul
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-08-27separate different tests for showing non existant userAzul
2013-08-27token.user will get you the right userAzul
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-07-24separate signup and settings service objects for userAzul
2013-07-08Merge branch 'master' into feature/disable_accountjessib
2013-07-04Add tests for enabling/deactivating.jessib
2013-07-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-07-01redirect to root_path after canceling accountAzul
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-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-01-23functional test for webfingerAzul
2013-01-18minor: smalles fix ever - is_admin? has a questionmarkAzul
2013-01-17Should be able to create a user when not logged in.jessib
2013-01-14Merge branch 'master' into feature/show_user. Added new tests.jessib
2013-01-14got users controller test to pass - tickets controller test next.Azul
2013-01-10Add test for showing user.jessib
2012-12-18adopted functional tests to new controller designAzul
2012-12-18adjusted tests - we now reload the user so invalid records are clearedAzul
2012-12-17fixed inclusion of stub record helperAzul