| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix parse_args | 2012-02-03 | 1 | -2/+4 | |
| * | Fix imports to new environment | 2012-02-03 | 22 | -27/+51 | |
| * | Pypi environment by setuptools | 2012-02-03 | 8 | -24/+73 | |
| * | Complete new redesign trying to code less coupled | 2012-02-03 | 20 | -6/+463 | |
| * | Reset project | 2012-02-03 | 33 | -2681/+0 | |
| * | Update setup.py | 2012-01-17 | 1 | -1/+1 | |
| * | Merge branch 'develop' | 2011-12-03 | 27 | -314/+1637 | |
| |\ | |||||
| | * | Complete AuthGist handler | 2011-12-03 | 2 | -5/+151 | |
| | * | Added owner filter | 2011-12-03 | 1 | -1/+1 | |
| | * | Gist public handler completed | 2011-11-30 | 3 | -5/+87 | |
| | * | Fix mime_header to return None if needed | 2011-11-30 | 2 | -1/+6 | |
| | * | Fix get_converter to delete converter in kwargs | 2011-11-30 | 2 | -7/+9 | |
| | * | GistComment model | 2011-11-29 | 2 | -1/+18 | |
| | * | pep8 | 2011-11-29 | 2 | -7/+15 | |
| | * | MimeType mixin | 2011-11-28 | 3 | -2/+56 | |
| | * | Diff between 'my' and 'get' | 2011-11-27 | 2 | -8/+80 | |
| | * | Inject handler hook | 2011-11-27 | 2 | -1/+7 | |
| | * | Complete AuthUser handler test | 2011-11-17 | 4 | -24/+167 | |
| | * | Del authors on code. Delegate it to AUTHORS ;) | 2011-11-17 | 14 | -217/+4 | |
| | * | PEP8 | 2011-11-17 | 1 | -11/+13 | |
| | * | Wip on AuthUser handler tests | 2011-11-16 | 4 | -5/+72 | |
| | * | Fix 411 with PUT request | 2011-11-16 | 2 | -2/+12 | |
| | * | API change: Added gravatar_id in User model | 2011-11-15 | 5 | -12/+32 | |
| | * | Complete anonymous User handler test | 2011-11-14 | 2 | -6/+149 | |
| | * | Added user and limit in all User handler methods | 2011-11-14 | 1 | -5/+5 | |
| | * | Fix converter bug | 2011-11-14 | 2 | -4/+7 | |
| | * | Added handler base test | 2011-11-13 | 2 | -1/+57 | |
| | * | Added limit to querys that return several items | 2011-11-13 | 1 | -9/+16 | |
| | * | Fix limit bug | 2011-11-13 | 2 | -2/+4 | |
| | * | Fix bug. Instance converter in handler base | 2011-11-13 | 1 | -2/+2 | |
| | * | Explicit > implicit | 2011-11-13 | 1 | -23/+63 | |
| | * | Testing on fire (handlers, user_handler) | 2011-11-13 | 7 | -8/+163 | |
| | * | PEP8 and renaming | 2011-11-12 | 4 | -2/+6 | |
| | * | Added converters test | 2011-11-12 | 4 | -101/+92 | |
| | * | Catch unauthorized requests. Bad credentials | 2011-11-12 | 2 | -2/+4 | |
| | * | Added core_test and fix some bugs / pep8 | 2011-11-12 | 5 | -49/+156 | |
| | * | Updated readme | 2011-11-10 | 1 | -17/+13 | |
| | * | Init test enviroment | 2011-11-10 | 7 | -6/+64 | |
| | * | Some details | 2011-11-10 | 3 | -11/+6 | |
| | * | Merge pull request #2 from akaihola/gists | 2011-11-09 | 4 | -5/+144 | |
| | |\ | |||||
| | | * | Updated example in README.rst to work with current version | 2011-11-09 | 1 | -7/+12 | |
| | | * | Merged create_gist() into current HEAD of copitux/develop | 2011-11-09 | 30 | -2243/+1001 | |
| | | |\ | | |/ | |/| | |||||
| | * | | Fixing bugs. Crazy night :S | 2011-11-09 | 6 | -29/+33 | |
| | * | | Support for proxys in _bool handler | 2011-11-09 | 1 | -1/+14 | |
| | * | | Added support for extra args to get_resources | 2011-11-09 | 2 | -4/+9 | |
| | * | | Added User/AuthUser handler | 2011-11-09 | 2 | -81/+205 | |
| | * | | Prefix handlers | 2011-11-08 | 1 | -11/+21 | |
| | * | | Added post_resource to handler | 2011-11-08 | 1 | -0/+7 | |
| | * | | Abstract and decouple converters | 2011-11-08 | 3 | -63/+126 | |
| | * | | Fix clean | 2011-11-08 | 1 | -1/+0 | |
