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
/
submit
/
lib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-6
/
+6
*
Use tuple as default return type of workflow()
vijeth-aradhya
2017-06-21
1
-0
/
+4
*
Simple hack to handle main workflow problem
vijeth-aradhya
2017-06-17
1
-1
/
+5
*
Individual resolution transcoding fixes
vijeth-aradhya
2017-06-13
1
-1
/
+0
*
Celery Priority testing with debug statements
vijeth-aradhya
2017-06-13
1
-1
/
+1
*
Add priority to the celery tasks
vijeth-aradhya
2017-06-12
1
-1
/
+1
*
Add workflow method to VideoProcessingManager
vijeth-aradhya
2017-06-05
1
-4
/
+6
*
Merge remote-tracking branch 'spechards-mediagoblin/master'
Boris Bobrov
2017-01-29
1
-2
/
+11
|
\
|
*
Add creator to filter collections
Stéphane Péchard
2014-09-23
1
-2
/
+3
|
*
Add collection option to 'addmedia' cli uploading
Stéphane Péchard
2014-07-13
1
-2
/
+9
*
|
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-3
/
+1
*
|
Comment changes for federation
Jessica Tallon
2015-10-20
1
-0
/
+3
*
|
Add public_id fixes throughout the code
Jessica Tallon
2015-10-07
1
-4
/
+8
*
|
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-3
/
+3
*
|
Fix bug 647
Boris Bobrov
2015-03-02
1
-1
/
+1
*
|
Fix #1054 - Add missing attributes to Activity.serialize
Jessica Tallon
2014-12-08
1
-2
/
+2
*
|
Fix #1024 - Correctly set generator on Activities
Jessica Tallon
2014-12-02
1
-2
/
+7
*
|
Fix #1017 - Exception caused by activity being set on incorrect foreign key
Jessica Tallon
2014-10-29
1
-8
/
+8
*
|
Only create a slug after a media upload via the API when there is a title
Jessica Tallon
2014-10-22
1
-3
/
+0
*
|
Merge branch '905-activities'
Jessica Tallon
2014-10-07
1
-0
/
+10
|
\
\
|
*
|
Fix all the unit tests and clean up code
Jessica Tallon
2014-10-06
1
-4
/
+6
|
*
|
Create activity model and add activity creation
Jessica Tallon
2014-08-22
1
-0
/
+8
*
|
|
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+34
|
\
|
|
|
*
|
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
1
-6
/
+6
|
*
|
Fix #927 - Clean up federation code after Elrond's review
Jessica Tallon
2014-07-30
1
-0
/
+31
|
|
/
|
*
Fixed a small error relating to the default value of media_metadata
tilly-Q
2014-05-14
1
-1
/
+1
|
*
Made it possible to submit media with the metadata provided
tilly-Q
2014-04-21
1
-1
/
+3
*
|
Fix another tests.
Berker Peksag
2014-08-07
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-3
/
+5
|
/
*
Making the API make use of the new submit tooling.
Christopher Allan Webber
2013-11-14
1
-2
/
+12
*
Breaking out get_upload_file_limits into its own utility.
Christopher Allan Webber
2013-11-14
1
-2
/
+18
*
A couple more adjustments for unicode'ification of some arguments.
Christopher Allan Webber
2013-11-14
1
-2
/
+2
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
1
-2
/
+2
*
Docstring for submit_media()
Christopher Allan Webber
2013-11-13
1
-0
/
+18
*
Refactoring submission utility to make it more generic! Reusable!
Christopher Allan Webber
2013-11-13
1
-28
/
+55
*
Starting to split out a submit_media utility
Christopher Allan Webber
2013-11-12
1
-0
/
+82
*
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Christopher Allan Webber
2013-08-21
1
-3
/
+7
|
\
|
*
Fixing normal submission of media (well for images anyway)
Christopher Allan Webber
2013-08-16
1
-1
/
+1
|
*
Updating to the point where we can allllmost run with the new reprocessing code
Christopher Allan Webber
2013-08-16
1
-3
/
+5
|
*
added image reprocessing
Rodney Ewing
2013-08-16
1
-3
/
+5
*
|
-update to latest master
Rodney Ewing
2013-08-19
1
-2
/
+2
|
/
*
Refactor submit util new_upload_entry
Elrond
2013-05-21
1
-0
/
+11
*
mediagoblin/submit/lib.py: fix typo
Alon Levy
2013-04-23
1
-1
/
+1
*
Refactor file field checking.
Elrond
2013-03-29
1
-0
/
+11
*
Don't pass request into run_process_media
Sebastian Spaeth
2013-01-15
1
-4
/
+8
*
Make PuSHing the Pubhubsubbub server an async task (#436, #585)
Sebastian Spaeth
2013-01-15
1
-35
/
+6
*
prepare_queue_task: Take app not request.
Elrond
2012-12-26
1
-3
/
+6
*
Processing: Factor out prepare_entry.
Elrond
2012-12-26
1
-0
/
+28
[next]