Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-17 | Some cleanup of code to deal with past due subscriptions. | jessib | |
2013-10-15 | Add permissions to subscriptions index, and fix test to stub the ↵ | jessib | |
subscription's balance. | |||
2013-10-10 | Admins can cancel pastdue subscriptions, but users cannot cancel their own ↵ | jessib | |
pastdue subscription, as then admins won't be able to search for them. | |||
2013-10-10 | Merge branch 'develop' into feature/billing-past-due-subscriptions | jessib | |
2013-10-10 | Merge pull request #96 from azul/release/0.2.4 | jessib | |
Release/0.2.4 | |||
2013-10-10 | Version 0.2.40.2.4 | Azul | |
2013-10-10 | Merge remote-tracking branch 'leap/develop' | Azul | |
2013-10-09 | Merge pull request #95 from azul/hotfix/4080-couchrest-model-breaks-bundle | azul | |
Fix couchrest model migrations to work with latest version | |||
2013-10-09 | Fix couchrest model migrations to work with latest version | Azul | |
Also we now depend upon couchrest model ~> 2.0.0. The beta2 still has the old naming scheme for CouchRest::Model::Utils::Migrate | |||
2013-10-08 | Consider pending & past due subscriptions as 'active' in the sense that they ↵ | jessib | |
should prevent one from adding a new subscription. | |||
2013-10-08 | Minor tweaks. | jessib | |
2013-10-07 | Fix typo in test name. | jessib | |
2013-10-07 | Updates to billing/README file. | jessib | |
2013-10-03 | And removing comment.. | jessib | |
2013-10-03 | Some refactoring of displayed of past-due subscriptions. | jessib | |
2013-10-01 | Allow admins to view past-due subscriptions. | jessib | |
2013-09-27 | Merge pull request #91 from jessib/feature/rollback_identity_destination_limits | azul | |
Since local part of email is case sensitive, want to allow remote email ... | |||
2013-09-26 | Since local part of email is case sensitive, want to allow remote email ↵ | jessib | |
addresses with uppercase letters in local part. | |||
2013-09-26 | Merge pull request #90 from azul/feature/use-token-auth | jessib | |
Feature/use token auth | |||
2013-09-25 | visual feedback when submitting forms (#3164) | Azul | |
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that. | |||
2013-09-24 | Merge pull request #89 from azul/feature/syslog-logging-again | jessib | |
Feature/syslog logging again | |||
2013-09-24 | use token auth when accessing the api from webapp | Azul | |
One failing integration test still needs to be fixed | |||
2013-09-24 | Merge pull request #88 from jessib/feature/only_lower_case_aliases | azul | |
Feature/only lower case aliases | |||
2013-09-24 | fix syslogger, log_tags are called on request | Azul | |
log_tags was causing errors that could not be logged or caught. We don't need them yet anyway. config.log_tags accepts a list of methods that respond to request object. This makes it easy to tag log lines with debug information like subdomain and request id — both very helpful in debugging multi-user production applications. http://guides.rubyonrails.org/configuring.html | |||
2013-09-24 | Merge remote-tracking branch 'origin/master' into feature/syslog-logging-again | Azul | |
2013-09-23 | This ensures that email addresses contain only lowercase letters, and that ↵ | jessib | |
an identity's destination is a valid Email. | |||
2013-09-23 | Revert "default to syslog in production - #3886" | Azul | |
This reverts commit 073dc636ffa2da07ee7a719c6166a3ca1b593fb3. Conflicts: config/environments/production.rb | |||
2013-09-23 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib | |
2013-09-23 | Merge pull request #87 from azul/feature/srp-without-sessions | jessib | |
security fix: clear srp data from db asap (#3686) | |||
2013-09-23 | security fix: clear srp data from db asap (#3686) | Azul | |
This is a quick fix for iSEC issue #13. | |||
2013-09-23 | hotfix: syslog now uses a different name | Azul | |
also make sure the gem > 2.0.0 so it actually IS called Syslog::Logger. | |||
2013-09-23 | hotfix: add syslog logger gem in production | Azul | |
2013-09-20 | Merge tag '0.2.3' | Azul | |
2013-09-19 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib | |
2013-09-19 | Merge pull request #84 from azul/test/billing-sessions0.2.3 | jessib | |
Test/billing subscriptions | |||
2013-09-19 | Merge pull request #82 from azul/feature/sessions-expire | jessib | |
Feature/sessions expire | |||
2013-09-19 | Merge pull request #86 from azul/feature/syslog-default-in-production | jessib | |
default to syslog in production - #3886 | |||
2013-09-19 | Merge pull request #85 from azul/refactor/user_account_shortcut | jessib | |
user.account shortcut to Account.new(user) | |||
2013-09-19 | default to syslog in production - #3886 | Azul | |
2013-09-18 | minor: include missing CustomerTestHelper | Azul | |
2013-09-18 | working integration test | Azul | |
2013-09-18 | refactor: stub_customer test helper | Azul | |
2013-09-18 | test subscription owner via credit card not transactions | Azul | |
There might not have been any transactions. Fixes the functional test | |||
2013-09-18 | failing tests for subscriptions | Azul | |
functional: test canceling a subscription integration: investigate the issue with creating a subscription | |||
2013-09-18 | user.account shortcut to Account.new(user) | Azul | |
2013-09-18 | Merge pull request #83 from jessib/feature/billing_admin_cancel_subscriptions | azul | |
Feature/billing admin cancel subscriptions | |||
2013-09-17 | We don't want billing active in development environment. | jessib | |
2013-09-17 | This doesn't actually run any tests, but at least includes what we might ↵ | jessib | |
want to test regarding subscriptions. | |||
2013-09-17 | integration tests for session expiry | Azul | |
2013-09-17 | use new couchrest session store - expire after 30min | Azul | |