aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/api/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed validation in API post_entry.Joar Wandborg2012-09-171-1/+10
| | | | Added state to API get_entry_serializable
* API: Fixed media file URLs, limitsJoar Wandborg2012-09-151-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_loginJoar Wandborg2012-09-151-0/+2
| | | | It now includes the full URI, including GET args, not just the path.
* Fixed typo in API post_entryJoar Wandborg2012-09-151-1/+1
|
* Added post_entry at /api/submitJoar Wandborg2012-09-151-0/+91
|
* Added fields to /api/entries, wrote docstrings for api.toolsJoar Wandborg2012-09-151-1/+1
|
* Added /api/entries viewJoar Wandborg2012-09-151-1/+15
|
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-0/+32