Support Unicode characters in configuration values
[mediagoblin.git] / mediagoblin / media_types /
2017-06-26 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2017-06-19 Andrew BrowningApply button_warning style to blog delete buttons
2017-06-17 Robert SmithRe #5308 added cascade to blog mediatype
2017-06-09 Boris BobrovMerge branch 'amqp-switch'
2017-06-09 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2017-06-06 Andrew BrowningAdd space between words in blog message
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-07-25 Boris BobrovMerge branch 'fix-unhelpful-smtp-error-5081'
2016-07-25 Boris BobrovUse GLib instead of GObject
2016-07-25 Boris BobrovMerge branch 'login-validator-5414'
2016-07-14 Christopher Allan... Prevent erroring out in some cases of checking video...
2016-04-03 Andrew BrowningImport messages in blog views
2016-04-02 Andrew BrowningFix #5451 - add_message inconsistencies
2016-04-02 宋文武Fix the blog_delete page for admins.
2016-03-26 Christopher Allan... Blog media type initial migration.
2016-03-26 Christopher Allan... PDF media type initial migration.
2016-03-26 Christopher Allan... STL media type initial migration.
2016-03-26 Christopher Allan... Ascii media type initial migration.
2016-03-26 Christopher Allan... Video media type initial migration.
2016-03-26 Christopher Allan... Audio media type initial migration.
2016-03-26 Christopher Allan... Image media type initial migration.
2016-03-11 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-03-09 Boris BobrovCheck all tags for existence before using them
2016-03-08 Boris BobrovCheck tags for existence before using them
2016-03-07 Andrew BrowningFix #5440 - Typo in blog views
2016-02-05 Boris Bobrovremoved debug prints, added video icon
2016-02-05 Boris BobrovDisplay type icon in thumbnails
2016-02-05 Boris BobrovMerge branch 'media_panel'
2016-02-05 Boris BobrovPrevent `dict changed during iteration` in video
2016-01-22 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-21 宋文武Pass filename instead of file object when calling PIL...
2016-01-15 aylephFix issue 5366 Update blog views
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Boris BobrovWork around pbutils import warning bug (5066)
2015-12-20 Boris BobrovFix typo in VideoData docstring
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-19 aylephFix Issue 5375 Deprecated function in video thumb
2015-12-19 aylephFix Issue 5375 Deprecated function in video thumb
2015-12-10 aylephFix issue 983 PDF UnicodeDecodeError
2015-11-19 aylephFix for issue 5070 gst incomplete file
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagFix typo.
2015-06-25 Berker PeksagFix more print statements. Refs #5331
2015-06-25 Sebastian SpaethFix print statements to be python3 compatible. Refs...
2015-06-25 Berker PeksagFix typo.
2015-06-25 Berker PeksagFix more print statements. Refs #5331
2015-06-25 Sebastian SpaethFix print statements to be python3 compatible. Refs...
2015-05-22 Christopher Allan... Use of deprecated frombytes when processing videos...
2015-04-23 Boris BobrovMove check that metadata exists earlier
2015-04-22 Boris Bobrovfixed 5068
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-03-19 Boris BobrovProper handling of tags in skip_transcode
2015-03-19 Boris BobrovPrevent exception on transcoding failure (bug 460)
2015-03-12 Jakob Kramerwtforms.fields.TextField was deprecated
2015-03-05 Christopher Allan... Patch from breton: fix #5053 (gmg addmedia broken in...
2015-03-05 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/bug...
2015-02-25 Boris Bobrovinit GStreamer on demand only
2015-02-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/new_g...
2015-02-17 Boris BobrovMissing codecs processing with gst 1.4
2015-02-16 Boris Bobrovadded missing import to video transcoding
2015-02-16 Boris BobrovAdded multiple a-v streams handling
2015-02-16 Boris BobrovAdd new hook for two-step media type checking
2015-02-16 Boris BobrovPort of audio to GStreamer 1.0
2015-02-16 Boris BobrovPorting video to GStreamer 1.0
2015-02-15 Boris BobrovRewrite thumbnailer
2014-12-11 Jessica TallonFix #1053 - Add height and width attributes and Metadat...
2014-10-27 Jessica TallonFix #1010 - Typos in mediagoblin/media_types/image...
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-30 Jessica TallonFix #919 - Use class names in super call not self.__class__
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-09-12 Christopher Allan... Fix unicode error in pdf media type
2014-09-08 Jessica TallonMerge branch '945-well-known'
2014-09-07 Odin Hørthe OmdalRaw image mediatype had a non-unicode logging call
2014-09-06 Christopher Allan... Handle cr2 files through the raw_image media type
2014-08-19 Jessica TallonMake blog_post_listing easier to read
2014-08-19 aylephList blogs by URL user rather than request user
2014-08-07 Berker PeksagFix another tests.
2014-08-02 aylephUpdated video thumbnail pipeline to use decodebin2
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-25 Christopher Allan... Remove the option about whether or not spectrograms...
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonFix image upload problem in API
2014-07-22 Jessica TallonAdd .jpe file extension recognition
2014-07-22 xray7224Refactors api uploading to media managers
2014-07-17 Christopher Allan... Explicitly *do not* handle NEF files via the video...
2014-07-16 Odin Hørthe OmdalImplement Raw Image media type plugin
2014-07-10 Christopher Allan... Fix bad copy/paste in skip_transcoding code (Fix by...
2014-06-25 Berker PeksagUse new-style class.
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
next