summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-03Test the error handling of json and html responsesAzul
2013-09-03Ensure json requests get json error response on failureAzul
2013-09-02Merge pull request #78 from jessib/finish_removing_email_settings_referencesazul
2013-09-02Remove references to email_settings controller, which has been removed. An id...jessib
2013-09-02Merge pull request #77 from azul/feature/3522-configurable-logfilejessib
2013-09-02Merge pull request #74 from azul/refactor/finding-usersjessib
2013-09-02document the logfile option in the defaults.ymlAzul
2013-09-02add config setting for logfileAzul
2013-08-30also replace find_by_param in billing engineAzul
2013-08-30there's no need for User#find_by_param. clean it upAzul
2013-08-27Not ideal way to do it, but was proving complicated to have a config file spe...jessib
2013-08-27Merge branch 'master' into billing_with_testsjessib
2013-08-27Merge pull request #72 from azul/feature/token-based-authjessib
2013-08-27refactor: Changing the py test to use less globals and session only locally.Azul
2013-08-27use token to update user passwordAzul
2013-08-27separate different tests for showing non existant userAzul
2013-08-27token.user will get you the right userAzul
2013-08-27do not redirect if no token presentAzul
2013-08-27make sure find_record still works with real recordsAzul
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-08-27sort authentication controller extensionAzul
2013-08-27minor: remove puts lineAzul
2013-08-26add public/img and config/couchdb.yml.* to gitignoreAzul
2013-08-22Disable billing for pull request.jessib
2013-08-22Some more billing cleanup.jessib
2013-08-22Merge pull request #69 from azul/bugfix/update_user_password_through_apijessib
2013-08-22Merge pull request #70 from azul/bugfix/validate_login_like_signupjessib
2013-08-21Merge remote-tracking branch 'jessib/js_warning'Azul
2013-08-21return 204 NO CONTENT on API logoutAzul
2013-08-21use the same login validations on sessions and usersAzul
2013-08-21also test updating the user password in python against dev.bmAzul
2013-08-21integration test updating users passwordAzul
2013-08-20Tweak to parameters to fix wrong-number-of-arguments error blocking other work.jessib
2013-08-19Change JS warning message per https://leap.se/code/issues/3492jessib
2013-08-15Some notes on tests that don't work. (Failing tests are skipped though.)jessib
2013-08-15Merge pull request #66 from jessib/feature/comment_creation_accessazul
2013-08-13Option to disable billing engine and hide billing related links. To actual di...jessib
2013-08-13Fix this, so the comment will get set to false in cases where the user isn't ...jessib
2013-08-12Remove broken test.jessib
2013-08-12Merge pull request #2 from azul/feature/billing-with-passing-testsjessib
2013-08-12Per ISEC informational issue, manually set the private property only in cases...jessib
2013-08-12more integration tests for billingAzul
2013-08-09fix billing tests to use user id with customer resourcesAzul
2013-08-08Merge pull request #1 from azul/braintree_conf_from_filejessib
2013-08-08Merge pull request #64 from azul/feature/identity-rewritejessib
2013-08-08Still a bit hacky, but catching some more corner cases as far as setting the ...jessib
2013-08-08read braintree configuration from config/config.ymlAzul
2013-08-08Merge branch 'bugfix/3410-close-srp-vulnerablility'Azul