index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
plugins
/
api
/
tools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-4
/
+3
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-1
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-3
/
+3
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-5
/
+5
*
Use six.moves.urllib.parse instead of the urlparse module.
Berker Peksag
2014-05-26
1
-1
/
+3
*
Moves json_response into tools/json.py
xray7224
2013-07-11
1
-24
/
+0
*
plugins/api: fix for cross origin requests
Runar Petursson
2013-02-20
1
-1
/
+2
*
Added API tests
Joar Wandborg
2012-12-23
1
-1
/
+1
*
Convert return HttpException to raise HttpException
Sebastian Spaeth
2012-12-23
1
-2
/
+2
*
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
*
Transition webob.HttpForbidden to webob's exceptions Forbidden
Sebastian Spaeth
2012-12-21
1
-3
/
+4
*
Added client registration caps to OAuth plugin
Joar Wandborg
2012-09-21
1
-6
/
+14
*
Fixed validation in API post_entry.
Joar Wandborg
2012-09-17
1
-0
/
+1
*
API: Fixed media file URLs, limits
Joar Wandborg
2012-09-15
1
-4
/
+8
*
Added CORS headers to API json_response
Joar Wandborg
2012-09-15
1
-0
/
+5
*
Added fields to /api/entries, wrote docstrings for api.tools
Joar Wandborg
2012-09-15
1
-5
/
+39
*
Added /api/entries view
Joar Wandborg
2012-09-15
1
-1
/
+60
*
Created API plugin, moved api_auth to the API plugin
Joar Wandborg
2012-09-13
1
-0
/
+53