1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 25, 2025 — Sep 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix infinite oauth prompt bug More... about 13 years ago
Add githubClientId to the config More... about 13 years ago
setup example config json More... about 13 years ago
Issue #88 Update icons More... about 13 years ago
Merge pull request #92 from codebounty/bitcoinTests More... about 13 years ago
Auto check and max reward if there is only one contributor. More... about 13 years ago
Trying to fix rewardView layout. More... about 13 years ago
Update meteor-ddp and meteor-ddp-oauth More... about 13 years ago
Merge pull request #93 from codebounty/refactor-extension More... about 13 years ago
Added paypal pop down to comply with their terms More... about 13 years ago
Matched currency toggle width with post bounty width More... about 13 years ago
Make currency selector same color as status indicator and removed border for consistency. More... about 13 years ago
Add back needed prompt login method. More... about 13 years ago
Meteor started complaining about a circular dependency, so I fixed it. Though that was after I updated... More... about 13 years ago
Split the Bitcoin package up into Bitcoin and BitcoinLocal. Bitcoin is the package we'll be releasing. More... about 13 years ago
Put Fiber around an errant call to TL.error. More... about 13 years ago
Merge branch 'bitcoinTests' of github.com:codebounty/codebounty into bitcoinTests More... about 13 years ago
All tests are now passing. BTC end to end smoke tests are complete. More... about 13 years ago
Added back the USD and reward distribution scenarios. More... about 13 years ago
Got the Bitcoin bounty placement tests passing. More... about 13 years ago
Merge branch 'bitcoinTests' of github.com:codebounty/codebounty into bitcoinTests More... about 13 years ago
Can now place a BTC bounty in automated test while running modified bitcoind. More... about 13 years ago
Added an example settings.local.json file, to help new contributors get off the ground. More... about 13 years ago
Resolved merge conflict while merging githubRefactor. More... about 13 years ago
Added all error codes specified in the Bitcoin client source code. Moved error code definitions to constant.js and renamed two of them to match their names in the client source code. More... about 13 years ago
Fixed Fiber errors by using callbacks instead. Added an error page for the scenario where we cannot retrieve an address for an issue/user pair for whatever reason. More... about 13 years ago
Added back missing _insertAddressForIssue function. More... about 13 years ago
Remove circular dependency More... about 13 years ago
Refactored the GitHub package to load responses from cache without doing a conditional request if the cached response has not yet expired. Can be overridden with an argument passed to _conditionalCrawlAndCache, or to any of the client functions (such as checkAccess and getIssueEvents). More... about 13 years ago
Committing what I have so Jonathan can take a look. More... about 13 years ago