summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-19Merge pull request #84 from azul/test/billing-sessions0.2.3jessib
2013-09-19Merge pull request #82 from azul/feature/sessions-expirejessib
2013-09-19Merge pull request #86 from azul/feature/syslog-default-in-productionjessib
2013-09-19Merge pull request #85 from azul/refactor/user_account_shortcutjessib
2013-09-19default to syslog in production - #3886Azul
2013-09-18minor: include missing CustomerTestHelperAzul
2013-09-18working integration testAzul
2013-09-18refactor: stub_customer test helperAzul
2013-09-18test subscription owner via credit card not transactionsAzul
2013-09-18failing tests for subscriptionsAzul
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-18Merge pull request #83 from jessib/feature/billing_admin_cancel_subscriptionsazul
2013-09-17We don't want billing active in development environment.jessib
2013-09-17This doesn't actually run any tests, but at least includes what we might want...jessib
2013-09-17integration tests for session expiryAzul
2013-09-17use new couchrest session store - expire after 30minAzul
2013-09-12Merge pull request #81 from leapcode/masterjessib
2013-09-11Version 0.2.20.2.2Azul
2013-09-09First run at having admins cancel user subscriptions.jessib
2013-09-05Merge pull request #80 from azul/bugfix/fix-tests-broken-by-route-removalazul
2013-09-04switch submodule to use https:// instead of git:// - NOTE: this requires you ...Micah Anderson
2013-09-04use /login instead of /sessions/new and test successful loginAzul
2013-09-04fix login form - use api session urlAzul
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-03Merge pull request #76 from azul/feature/3600-visual-feedback-on-failed-signupjessib
2013-09-03Merge pull request #79 from azul/cleanup/remove-outdated-controller-actionsjessib
2013-09-03clearify usage of V1::UsersController#index for autocompleteAzul
2013-09-03use the login logout named route instead of sessions resourceAzul
2013-09-03remove email aliases controller - we don't use it anymoreAzul
2013-09-03Cleanup sessions controller - webapp logs in through the api.Azul
2013-09-03remove unneccessary user creation and destruction in ticket testAzul
2013-09-03remove the user after integration testing customer creationAzul
2013-09-03different tests need different namesAzul
2013-09-03do not leave behind users in billing unit and functional testsAzul
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-09-03cleanup records after running user integration testsAzul
2013-09-03simplify users_controller_testAzul
2013-09-03don't leave id records behind when unit testingAzul
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-09-03use Token#authenticate for authenticationAzul
2013-09-03integration test for displaying internal server error during signupAzul
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