4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 03, 2024 — Jun 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified remote.js. More... over 13 years ago
Rename: issuance-test remote-test.js More... over 13 years ago
Whitespace More... over 13 years ago
Removed metapng.js, made external dep; wrote baker.js functions for preparing and reading back assertions from PNGs. More... over 13 years ago
Add metapng.js to /lib. Might pull it back out as an external dependency later, but for now I'm pulling it into the project. More... over 13 years ago
[tests] since `vows` is the only thing exported from setup.js, might as well do a module level export. More... over 13 years ago
Move validator.js into lib/ More... over 13 years ago
Helper bins. More... over 13 years ago
Use relative path for css. More... over 13 years ago
Prevent the default form submit action on the validator frontend or else it annoyingly refreshes the page on the first validation. More... over 13 years ago
noFrame middleware export should be a function that returns the actual middleware processor. This is to match form with the other middleware processors. More... over 13 years ago
URL -> origin More... over 13 years ago
Issuers must specify content type when serving assertion. More... almost 14 years ago
Updating readme. More... almost 14 years ago
Fixing a conflict. Pretty amazing that I made a conflict, being the only developer on this project. More... almost 14 years ago
Expunging out of date information, preparing docs update. More... almost 14 years ago
Update package.json a little bit. More... almost 14 years ago
Edited README.md via GitHub More... almost 14 years ago
Prevent clickjacking More... almost 14 years ago
Small, tiny, cleanup. More... almost 14 years ago
Model's workin' reeeaaall nice. More... almost 14 years ago
Eat my own dogfood (make Collection use Client, simplifies a lot of the callbacking). More... almost 14 years ago
Add ability to communicate at the db client level (instead of just collection level); drop test database -- after doing careful checks to make sure it is the test database -- before running tests. More... almost 14 years ago
Use a proxy to vows so we can run some sanity checks before doing tests (like making sure we don't blow away production databases). More... almost 14 years ago
configuration.get() now respects mid-process environment changes. More... almost 14 years ago
Fixed test so it can run by `vows` instead of necessitating `node database-test.js`. Vows didn't like the tests being defined in a callback, nor did it like the topics setting `this.callback` in several nested callbacks. More... almost 14 years ago
Rearrange database.js; upserts working. More... almost 14 years ago
More testing of the database wrapper. More... almost 14 years ago
Bit o' refactoring. More... almost 14 years ago
Beginning disgustingly functional wrapper around mongo. More... almost 14 years ago