| Commit message (Expand) | Author | Age | Files | Lines |
* | Move db.sql.migration_tools to db.migration_tools. | Elrond | 2013-01-08 | 1 | -1/+1 |
* | Move all the migration tools into new migration_tools.py | Elrond | 2013-01-08 | 1 | -1/+1 |
* | Mv db.sql.base to db.base | Sebastian Spaeth | 2013-01-07 | 1 | -1/+1 |
* | Move db.sql.models* to db.models* | Sebastian Spaeth | 2013-01-07 | 2 | -2/+2 |
* | Move db.sql.util to db.util | Sebastian Spaeth | 2013-01-07 | 1 | -1/+1 |
* | Made api_test use @require_active_login | Joar Wandborg | 2013-01-02 | 1 | -3/+1 |
* | prepare_queue_task: Take app not request. | Elrond | 2012-12-26 | 1 | -2/+2 |
* | upload refactor: Use prepare_entry in api. | Elrond | 2012-12-26 | 1 | -18/+2 |
* | Use run_process_media in the api. | Elrond | 2012-12-26 | 1 | -20/+2 |
* | Remove mongo style .id = ObjectId() | Elrond | 2012-12-24 | 1 | -2/+0 |
* | Mongo removal: Remove the validate=True arg to obj.save() | Elrond | 2012-12-24 | 1 | -1/+1 |
* | Fix some unicode related issues in oauth and the api. | Elrond | 2012-12-23 | 1 | -1/+1 |
* | Added API tests | Joar Wandborg | 2012-12-23 | 1 | -1/+1 |
* | Convert return HttpException to raise HttpException | Sebastian Spaeth | 2012-12-23 | 2 | -5/+5 |
* | plugins/api: webob.Response -> werkzeug.Response | Sebastian Spaeth | 2012-12-21 | 1 | -6/+4 |
* | plugins/api: use headers.set(), not headers.update() | Sebastian Spaeth | 2012-12-21 | 1 | -1/+1 |
* | replace webob.Response with werkzeug Response | Sebastian Spaeth | 2012-12-21 | 1 | -2/+4 |
* | Transition webob BadRequest|HTTPFound to webob/redirect | Sebastian Spaeth | 2012-12-21 | 1 | -5/+4 |
* | Transition webob.HttpForbidden to webob's exceptions Forbidden | Sebastian Spaeth | 2012-12-21 | 2 | -7/+9 |
* | Move DBModel._id -> DBModel.id | Sebastian Spaeth | 2012-12-21 | 1 | -2/+2 |
* | Fiy python2.7'ism (#566) | Sebastian Spaeth | 2012-12-14 | 1 | -3/+7 |
* | trim_whitespace meddleware plugin | Sebastian Spaeth | 2012-12-01 | 2 | -0/+98 |
* | SQL Migrations: Rewrite table creation completely. | Elrond | 2012-11-24 | 1 | -7/+85 |
* | Added HTTP API auth plugin | Joar Wandborg | 2012-10-20 | 1 | -0/+58 |
* | Removed Routes dependency, added admin routes | Joar Wandborg | 2012-10-20 | 3 | -6/+1 |
* | Fixed OAuth access_token duplicate route | Joar Wandborg | 2012-10-15 | 2 | -7/+13 |
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 2 | -18/+18 |
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 3 | -30/+61 |
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 1 | -0/+6 |
* | Correcting a couple of spelling errors. Thanks elesa, for finding them! | Christopher Allan Webber | 2012-09-24 | 1 | -1/+1 |
* | Fixed typos visisble, appplication | Joar Wandborg | 2012-09-22 | 1 | -2/+2 |
* | Added name kwarg to Column(Enum(...)) in OAuth models | Joar Wandborg | 2012-09-21 | 1 | -2/+4 |
* | Added client registration caps to OAuth plugin | Joar Wandborg | 2012-09-21 | 12 | -37/+589 |
* | Fixed typo in OAuth README | Joar Wandborg | 2012-09-19 | 1 | -1/+1 |
* | Added security warning to OAuth README | Joar Wandborg | 2012-09-19 | 1 | -0/+5 |
* | Fixed a horrible security issue in the OAuth plugin. | Joar Wandborg | 2012-09-19 | 1 | -3/+6 |
* | Added some more helpful links to the OAuth docs | Joar Wandborg | 2012-09-18 | 1 | -1/+7 |
* | Fixed typo in OAuth docs, recieve => receive | Joar Wandborg | 2012-09-18 | 1 | -1/+1 |
* | Added documentation for the OAuth plugin | Joar Wandborg | 2012-09-18 | 1 | -0/+130 |
* | Fixed validation in API post_entry. | Joar Wandborg | 2012-09-17 | 2 | -1/+11 |
* | API: Fixed media file URLs, limits | Joar Wandborg | 2012-09-15 | 2 | -4/+15 |
* | Added CORS headers to API json_response | Joar Wandborg | 2012-09-15 | 1 | -0/+5 |
* | Fixed ?next=<url> argument for require_active_login | Joar Wandborg | 2012-09-15 | 2 | -2/+5 |
* | Fixed typo in API post_entry | Joar Wandborg | 2012-09-15 | 1 | -1/+1 |
* | Added post_entry at /api/submit | Joar Wandborg | 2012-09-15 | 2 | -1/+94 |
* | Added fields to /api/entries, wrote docstrings for api.tools | Joar Wandborg | 2012-09-15 | 2 | -6/+40 |
* | Added /api/entries view | Joar Wandborg | 2012-09-15 | 4 | -23/+80 |
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 5 | -14/+126 |
* | Add OAuth models, plugin DB migrations, api_auth | Joar Wandborg | 2012-09-13 | 3 | -0/+253 |
* | Updated flatpages example in plugins.rst to reflect reality & point to flatpa... | Christopher Allan Webber | 2012-08-20 | 1 | -0/+2 |