Age | Commit message (Expand) | Author |
2013-09-03 | do not leave behind users in billing unit and functional tests | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-09-03 | cleanup records after running user integration tests | Azul |
2013-09-03 | simplify users_controller_test | Azul |
2013-09-03 | don't leave id records behind when unit testing | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-09-03 | use Token#authenticate for authentication | Azul |
2013-09-03 | integration test for displaying internal server error during signup | Azul |
2013-09-03 | Test the error handling of json and html responses | Azul |
2013-09-03 | Ensure json requests get json error response on failure | Azul |
2013-09-02 | Merge pull request #78 from jessib/finish_removing_email_settings_references | azul |
2013-09-02 | Remove references to email_settings controller, which has been removed. An id... | jessib |
2013-09-02 | Merge pull request #77 from azul/feature/3522-configurable-logfile | jessib |
2013-09-02 | Merge pull request #74 from azul/refactor/finding-users | jessib |
2013-09-02 | document the logfile option in the defaults.yml | Azul |
2013-09-02 | add config setting for logfile | Azul |
2013-08-30 | also replace find_by_param in billing engine | Azul |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file spe... | jessib |
2013-08-27 | Merge branch 'master' into billing_with_tests | jessib |
2013-08-27 | Merge pull request #72 from azul/feature/token-based-auth | jessib |
2013-08-27 | refactor: Changing the py test to use less globals and session only locally. | Azul |
2013-08-27 | use token to update user password | 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 | do not redirect if no token present | Azul |
2013-08-27 | make sure find_record still works with real records | 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-08-27 | sort authentication controller extension | Azul |
2013-08-27 | minor: remove puts line | Azul |
2013-08-26 | add public/img and config/couchdb.yml.* to gitignore | Azul |
2013-08-22 | Disable billing for pull request. | jessib |
2013-08-22 | Some more billing cleanup. | jessib |
2013-08-22 | Merge pull request #69 from azul/bugfix/update_user_password_through_api | jessib |
2013-08-22 | Merge pull request #70 from azul/bugfix/validate_login_like_signup | jessib |
2013-08-21 | Merge remote-tracking branch 'jessib/js_warning' | Azul |
2013-08-21 | return 204 NO CONTENT on API logout | Azul |
2013-08-21 | use the same login validations on sessions and users | Azul |
2013-08-21 | also test updating the user password in python against dev.bm | Azul |
2013-08-21 | integration test updating users password | Azul |
2013-08-20 | Tweak to parameters to fix wrong-number-of-arguments error blocking other work. | jessib |
2013-08-19 | Change JS warning message per https://leap.se/code/issues/3492 | jessib |
2013-08-15 | Some notes on tests that don't work. (Failing tests are skipped though.) | jessib |
2013-08-15 | Merge pull request #66 from jessib/feature/comment_creation_access | azul |
2013-08-13 | Option to disable billing engine and hide billing related links. To actual di... | jessib |
2013-08-13 | Fix this, so the comment will get set to false in cases where the user isn't ... | jessib |
2013-08-12 | Remove broken test. | jessib |
2013-08-12 | Merge pull request #2 from azul/feature/billing-with-passing-tests | jessib |