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
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-3
/
+3
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-7
/
+7
*
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-3
/
+0
*
Add new hook for two-step media type checking
Boris Bobrov
2015-02-16
1
-13
/
+3
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-0
/
+1
|
\
|
*
Tags can now be passed in for media entries submitted via the api plugin
Tryggvi Bjorgvinsson
2014-07-10
1
-0
/
+1
*
|
Make sort_keys True to avoid hash randomize feature in Python 3.
Berker Peksag
2014-08-04
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-5
/
+7
|
/
*
Making the API make use of the new submit tooling.
Christopher Allan Webber
2013-11-14
1
-44
/
+47
*
Fixes tests
xray7224
2013-07-14
1
-1
/
+1
*
Moves json_response into tools/json.py
xray7224
2013-07-11
1
-2
/
+2
*
Refactor submit util new_upload_entry
Elrond
2013-05-21
1
-4
/
+2
*
Refactor file field checking.
Elrond
2013-03-29
1
-5
/
+3
*
Don't pass request into run_process_media
Sebastian Spaeth
2013-01-15
1
-1
/
+4
*
Make PuSHing the Pubhubsubbub server an async task (#436, #585)
Sebastian Spaeth
2013-01-15
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
*
Convert return HttpException to raise HttpException
Sebastian Spaeth
2012-12-23
1
-3
/
+3
*
replace webob.Response with werkzeug Response
Sebastian Spaeth
2012-12-21
1
-2
/
+4
*
Transition webob.HttpForbidden to webob's exceptions Forbidden
Sebastian Spaeth
2012-12-21
1
-4
/
+5
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-2
/
+2
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
1
-15
/
+12
*
Added support for http callbacks on processing
Joar Wandborg
2012-09-26
1
-0
/
+6
*
Fixed validation in API post_entry.
Joar Wandborg
2012-09-17
1
-1
/
+10
*
API: Fixed media file URLs, limits
Joar Wandborg
2012-09-15
1
-0
/
+7
*
Fixed ?next=<url> argument for require_active_login
Joar Wandborg
2012-09-15
1
-0
/
+2
*
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