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
/
media_types
/
stl
/
processing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-3
/
+3
*
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30
1
-1
/
+1
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
1
-12
/
+9
*
skip stl processing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+41
*
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
1
-8
/
+9
*
include a thumb_size string with each Resizer to run gmg reprocess thumbs
Rodney Ewing
2013-08-16
1
-0
/
+1
*
typos
Rodney Ewing
2013-08-16
1
-2
/
+2
*
don't include the '.' in the ext
Rodney Ewing
2013-08-16
1
-1
/
+1
*
added resizer for stl media
Rodney Ewing
2013-08-16
1
-0
/
+51
*
Added initial stl processor
Rodney Ewing
2013-08-16
1
-107
/
+191
*
converted stl media_type to plugin
Rodney Ewing
2013-07-02
1
-2
/
+4
*
New notifications
Joar Wandborg
2013-06-09
1
-1
/
+1
*
stl:blender_render() - Remove useless arg_string.
Elrond
2013-04-17
1
-2
/
+0
*
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
Elrond
2013-04-08
1
-2
/
+6
|
\
|
*
Convert media processing backends to delete the queue directory (#254)
Sebastian Spaeth
2013-01-22
1
-2
/
+6
*
|
Kill monkeypatching of ProcessingState.
Elrond
2013-02-08
1
-3
/
+4
|
/
*
Switch over media processor to use the get_workbench decorator (#565)
Sebastian Spaeth
2013-01-16
1
-8
/
+8
*
Switch stl processing over to using the workbench
Christopher Allan Webber
2012-12-03
1
-11
/
+16
*
Removing unused conversions subdir
Christopher Allan Webber
2012-12-03
1
-4
/
+0
*
Moving blender render files to be accessed via pkg_resources
Christopher Allan Webber
2012-12-03
1
-11
/
+28
*
Added a table to store the file extension of a model.
Aeva Ntsc
2012-12-03
1
-0
/
+1
*
Added preview rendering for a bunch of different shots.
Aeva Ntsc
2012-12-03
1
-2
/
+66
*
Added the stl/obj mediatype.
Aeva Ntsc
2012-12-03
1
-0
/
+107