summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-17Start to Readme for explaining how to test this locally with one's own sandbox.jessib
2013-07-17Note about knowing sort order for returned transactionsjessib
2013-07-17Display 3 most recent transactions on a customer's page, with a link to all o...jessib
2013-07-17Show single active subscription from user's page, with link to index showing ...jessib
2013-07-17Added notices to redirects.jessib
2013-07-17Very rough start to tests, which still doesn't really use FakeBraintree.jessib
2013-07-17Changing customers route to be plural.jessib
2013-07-17Some improvements to navigation, and pulling out separate show/edit views for...jessib
2013-07-17Basic functionality to edit credit card on file.jessib
2013-07-17Basic display of a customer's transaction informationjessib
2013-07-17Some permission checks for viewing/cancelling subscriptions.jessib
2013-07-17Allow subscriptions to be canceled.jessib
2013-07-17Displaying of user's subscription. Still not committed to whether user can ha...jessib
2013-07-17Much more efficient way to get a customer's subscriptions, thanks to http://s...jessib
2013-07-17Display of subscription information on a customer's edit page. It is *super* ...jessib
2013-07-17Some tweaks to optimize number of requests to braintree API.jessib
2013-07-17Some refactoringjessib
2013-07-17Let users select amount for payments.jessib
2013-07-17More working subscriptions.jessib
2013-07-17Adding some links, which will be removed.jessib
2013-07-17Needs much work, but basic start to recurring payments.jessib
2013-07-17Hacky, but avoids SSL certificate error in development mode.jessib
2013-07-17Fix to default_credit_card methodjessib
2013-07-17One Braintree customer per user, and some permissions checks (will need to ch...jessib
2013-07-17Unauthenticated users can make single payments (like donations), but payments...jessib
2013-07-17Start to adding customers to braintree vault.jessib
2013-07-17Replace .erb with .haml files.jessib
2013-07-17Basic functionality for one time transactions using Braintree's transparent r...jessib
2013-07-17More pieces to set up the billing engine.jessib
2013-07-17Start to branch using braintree to process credit card payments.jessib
2013-07-16Merge pull request #60 from azul/bugfix/srp-fix-for-zeroprefixed-hashesjessib
2013-07-16adapt srp account_flow test for the api to new ruby_srp APIAzul
2013-07-16ensure the page has been reloaded before testing current_pathAzul
2013-07-16to move to the next iteration use continue in js.Azul
2013-07-16use ruby-srp 0.2.0 which has a hex based apiAzul
2013-07-16prevent _ prefixes for couchDB document idsAzul
2013-07-15Merge pull request #58 from elijh/bugfix/securityjessib
2013-07-15require test_helper from account test so it can be run in isolationAzul
2013-07-14remove freeze on APP_CONFIG for nowelijah
2013-07-14make sure capybara runs the whole rack appAzul
2013-07-14we do not expose M2 in srp.js anymore.Azul
2013-07-14js integration test for signup, login, logoutAzul
2013-07-12remove test for duplicate login - we'll prevent that on the client sideAzul
2013-07-12print debug info on failed login attemptsAzul
2013-07-12Merge pull request #49 from azul/test/print-couchdb-version-on-travisazul
2013-07-11add header to prevent iframeselijah
2013-07-11set no-cache headers in the responseelijah
2013-07-11config - add force_ssl to config, add configuration notes to README.mdelijah
2013-07-11fix incorrect calling of tickets_pathelijah
2013-07-11fix failing testselijah