Age | Commit message (Expand) | Author |
2014-01-27 | Merge branch 'develop' into feature/messages_api | jessib |
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah |
2014-01-21 | Merge branch 'develop' into feature/messages_api | jessib |
2014-01-14 | ensure auto_update_design_docs is false | Azul |
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-20 | make sure overview link is active on Users#show | Azul |
2013-12-16 | Add test. | jessib |
2013-12-13 | make the possible actions for users and admins configurable | Azul |
2013-12-09 | Update tests to reflect using plaintext key. | jessib |
2013-11-27 | minor: rename test to what it actually tests | Azul |
2013-11-26 | simple validation for pgp key format | Azul |
2013-11-26 | ignore attempts to empty public_key, refactor | Azul |
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-12 | Merge pull request #110 from azul/feature/cleanup-expired-tokens | jessib |
2013-11-08 | fix cornercase of non expiring tokens | Azul |
2013-11-08 | Token.destroy_all_expired to cleanup expired tokens (#4411) | Azul |
2013-11-07 | only check number of disabled identities to make test more robust | Azul |
2013-11-06 | use the account lifecycle from UsersController#destroy | Azul |
2013-11-06 | integration test for blocking handles after account destroyed | Azul |
2013-11-06 | refactor: extract method on account test | Azul |
2013-11-05 | Identity.destroy_all_disabled will clean up disabled identities | Azul |
2013-11-05 | disabled identities to block handles after a user was deleted | Azul |
2013-10-30 | test helper to expect_logout. | Azul |
2013-10-30 | notify user their account was successfully deleted (refs #4216) | Azul |
2013-10-28 | no need to create a user for testing failed login attempt | Azul |
2013-10-28 | reset button loading... state on error (#4231) | Azul |
2013-10-18 | test logging in through the API using python with umlauts | Azul |
2013-10-17 | blacklist system logins for aliases and logins | Azul |
2013-09-26 | Since local part of email is case sensitive, want to allow remote email addre... | jessib |
2013-09-25 | visual feedback when submitting forms (#3164) | Azul |
2013-09-24 | use token auth when accessing the api from webapp | Azul |
2013-09-23 | This ensures that email addresses contain only lowercase letters, and that an... | jessib |
2013-09-19 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-19 | Merge pull request #82 from azul/feature/sessions-expire | jessib |
2013-09-18 | user.account shortcut to Account.new(user) | Azul |
2013-09-17 | integration tests for session expiry | Azul |
2013-09-09 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-05 | For moment, have identity's address handle aliased from login so we can use L... | jessib |
2013-09-05 | Test of failing to add non-local email address as an identity's address. | jessib |
2013-09-04 | use /login instead of /sessions/new and test successful login | 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 | Merge pull request #76 from azul/feature/3600-visual-feedback-on-failed-signup | jessib |