aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/api/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* API: Fixed media file URLs, limitsJoar Wandborg2012-09-151-4/+8
| | | | | - Added default limit and limit arg to get_entries - Fixed URL generation for BasicFileStorage files in API
* Added CORS headers to API json_responseJoar Wandborg2012-09-151-0/+5
|
* Added fields to /api/entries, wrote docstrings for api.toolsJoar Wandborg2012-09-151-5/+39
|
* Added /api/entries viewJoar Wandborg2012-09-151-1/+60
|
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-0/+53