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
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
2
-4
/
+4
*
STL media type initial migration.
Christopher Allan Webber
2016-03-26
1
-0
/
+40
*
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30
1
-1
/
+1
*
Use new-style class.
Berker Peksag
2014-06-25
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
*
Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.
Christopher Allan Webber
2013-08-25
1
-6
/
+1
*
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
*
forgot to change __init__ for new processing managers
Rodney Ewing
2013-08-16
1
-2
/
+2
*
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
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-6
/
+1
*
converted stl media_type to plugin
Rodney Ewing
2013-07-02
2
-5
/
+27
*
New notifications
Joar Wandborg
2013-06-09
1
-1
/
+1
*
Fix typo in new stl MEDIA_MANAGER.
Elrond
2013-05-02
1
-1
/
+1
*
Make all media types use the new MediaManager classes.
Praveen Kumar
2013-04-30
1
-7
/
+11
*
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
*
|
Ascii stl files now should have their whitespace stripped when parsing.
Aeva Ntsc
2013-03-25
1
-0
/
+1
*
|
Fixed a bug that had binary stls be handled by the ascii stl parser.
Aeva Ntsc
2013-03-24
1
-0
/
+2
*
|
Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'
Christopher Allan Webber
2013-02-09
1
-1
/
+2
|
\
\
|
*
|
Turn media.{backref_nam} from a list to a scalar.
Elrond
2013-02-01
1
-1
/
+2
|
|
/
*
/
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
*
Fixing import to mediagoblin.db.base in stl models
Christopher Allan Webber
2013-01-08
1
-1
/
+1
*
(SQL) Media types: Refactor backrefnames.
Elrond
2012-12-24
1
-1
/
+4
*
Switch stl processing over to using the workbench
Christopher Allan Webber
2012-12-03
1
-11
/
+16
*
Correcting minor typo in exception string: Empyt->Empty
Christopher Allan Webber
2012-12-03
1
-1
/
+1
*
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
3
-11
/
+112
*
Fixed the binary stl loader.
Aeva Ntsc
2012-12-03
1
-26
/
+5
*
Added a table to store the file extension of a model.
Aeva Ntsc
2012-12-03
2
-1
/
+4
*
Added preview rendering for a bunch of different shots.
Aeva Ntsc
2012-12-03
1
-2
/
+66
*
Catching ValueError when trying to use ObjModel on binary stl files.
Aeva Ntsc
2012-12-03
1
-0
/
+2
*
Added the stl/obj mediatype.
Aeva Ntsc
2012-12-03
5
-0
/
+348