Age | Commit message (Expand) | Author |
2014-01-07 | Some refactoring, to simplify user model, optimize, and allow messages to be ... | jessib |
2013-12-31 | Add authentication to API, but not sure it is best way. | jessib |
2013-12-31 | Cleanup of code for messages API and cron job for 1 month payment warning. Au... | jessib |
2013-12-30 | Change structure to be more no-sql-y, rather than relational. | jessib |
2013-12-24 | Catching some corner cases & new tests. | jessib |
2013-12-24 | Add API tests and some refactoring of messages so we can get a user's message... | jessib |
2013-12-22 | locale prefix support: | elijah |
2013-12-16 | Add test. | jessib |
2013-12-09 | Update tests to reflect using plaintext key. | jessib |
2013-11-25 | Give 404 error if one goes to /key/user for non-existing user. | jessib |
2013-11-21 | Refactoring of code, and tests. | jessib |
2013-11-06 | use the account lifecycle from UsersController#destroy | Azul |
2013-10-30 | test helper to expect_logout. | Azul |
2013-09-03 | Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properly | jessib |
2013-09-03 | Merge pull request #75 from azul/feature/token-expiry | jessib |
2013-09-03 | Cleanup sessions controller - webapp logs in through the api. | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-09-03 | simplify users_controller_test | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-08-27 | separate different tests for showing non existant user | Azul |
2013-08-27 | token.user will get you the right user | Azul |
2013-08-27 | clear token on logout with test | Azul |
2013-08-27 | basic testing for token based auth in tests | Azul |
2013-08-27 | first steps towards enabling token based auth | Azul |
2013-07-24 | separate signup and settings service objects for user | Azul |
2013-07-08 | Merge branch 'master' into feature/disable_account | jessib |
2013-07-04 | Add tests for enabling/deactivating. | jessib |
2013-07-04 | user tests -- user update has been moved entirely to api controller, so fix t... | elijah |
2013-07-01 | redirect to root_path after canceling account | Azul |
2013-04-09 | adopting tests to new behavior | Azul |
2013-04-09 | return token on successful login via api | Azul |
2013-04-02 | send more meaningful error message on completely failed login attempt | Azul |
2013-04-02 | send salt on Session#create without srp ephemeral A | Azul |
2013-03-01 | Merge pull request #32 from azul/feature/api-version-1-fixes | azul |
2013-02-26 | api for sessions fixed | Azul |
2013-02-25 | Admins cannot update a user. Eventually we will want to allow admins to updat... | jessib |
2013-01-23 | functional test for webfinger | Azul |
2013-01-18 | minor: smalles fix ever - is_admin? has a questionmark | Azul |
2013-01-17 | Should be able to create a user when not logged in. | jessib |
2013-01-14 | Merge branch 'master' into feature/show_user. Added new tests. | jessib |
2013-01-14 | got users controller test to pass - tickets controller test next. | Azul |
2013-01-10 | Add test for showing user. | jessib |
2012-12-18 | adopted functional tests to new controller design | Azul |
2012-12-18 | adjusted tests - we now reload the user so invalid records are cleared | Azul |
2012-12-17 | fixed inclusion of stub record helper | Azul |
2012-12-17 | fixed all user functional tests | Azul |
2012-12-07 | Merge branch 'master' into help_develop | jessib |
2012-12-07 | fixed test to work with edit view that includes email and email forward. | Azul |
2012-12-03 | refactored tests with new find_record helper | Azul |
2012-12-03 | enable users to cancel their account | Azul |