Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 1 | -0/+6 |
| | | | | | Sends an HTTP POST request back to an URL given on submission to the API submit view. | ||||
* | Fixed validation in API post_entry. | Joar Wandborg | 2012-09-17 | 1 | -1/+10 |
| | | | | Added state to API get_entry_serializable | ||||
* | API: Fixed media file URLs, limits | Joar Wandborg | 2012-09-15 | 1 | -0/+7 |
| | | | | | - Added default limit and limit arg to get_entries - Fixed URL generation for BasicFileStorage files in API | ||||
* | Fixed ?next=<url> argument for require_active_login | Joar Wandborg | 2012-09-15 | 1 | -0/+2 |
| | | | | It now includes the full URI, including GET args, not just the path. | ||||
* | 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 | 1 | -0/+91 |
| | |||||
* | Added fields to /api/entries, wrote docstrings for api.tools | Joar Wandborg | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | Added /api/entries view | Joar Wandborg | 2012-09-15 | 1 | -1/+15 |
| | |||||
* | Created API plugin, moved api_auth to the API plugin | Joar Wandborg | 2012-09-13 | 1 | -0/+32 |