0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial implementation of the Redis extension. More... about 13 years ago
Added __future__ imports and imported "basestring" for py3.x compatibility. More... about 13 years ago
Added __future__ imports and imported "basestring" for py3.x compatibility. More... about 13 years ago
Merge branch 'rewrite' into feature/105-mongodb More... about 13 years ago
Merge branch 'rewrite' into feature/105-mongodb More... about 13 years ago
Added missing requirement to .travis.yml. More... about 13 years ago
Added missing requirement to .travis.yml. More... about 13 years ago
Merge branch 'rewrite' into feature/105-mongodb More... about 13 years ago
Merge branch 'rewrite' into feature/105-mongodb More... about 13 years ago
Added unit test. More... about 13 years ago
Added unit test. More... about 13 years ago
Initial implementation of the MongoDB extension. More... about 13 years ago
Initial implementation of the MongoDB extension. More... about 13 years ago
Changed how HTTPExceptions are handled, to allow extensions to capture them. More... about 13 years ago
Changed how HTTPExceptions are handled, to allow extensions to capture them. More... about 13 years ago
Updated Travis config to install a few packages from GitHub. More... about 13 years ago
Updated Travis config to install a few packages from GitHub. More... about 13 years ago
Added TravisCI configuration. More... about 13 years ago
Added TravisCI configuration. More... about 13 years ago
Removed the web.db and web.ext.db packages and all database entrypoints in preparation for the new top-level database extensions. More... about 13 years ago
Removed the web.db and web.ext.db packages and all database entrypoints in preparation for the new top-level database extensions. More... about 13 years ago
Added test for HTTP basic auth challenge, fixed basic auth challenge, added authorization predicates. More... about 13 years ago
Added test for HTTP basic auth challenge, fixed basic auth challenge, added authorization predicates. More... about 13 years ago
Changed the basic authentication test to use a full Application instead of the extension directly. More... about 13 years ago
Changed the basic authentication test to use a full Application instead of the extension directly. More... about 13 years ago
Fixed the call to self.authenticate() when doing HTTP basic authentication. More... about 13 years ago
Fixed the call to self.authenticate() when doing HTTP basic authentication. More... about 13 years ago
Updated tests, simplified one greatly. More... about 13 years ago
Updated tests, simplified one greatly. More... about 13 years ago
The "lookup" callback is only used with session-based authentication, so don't require it for other methods. More... about 13 years ago