Make "make check" actually run tests
[mediagoblin.git] / mediagoblin / media_types /
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...
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-07 Berker PeksagThe file() builtin has been removed in Python 3. Use...
2014-06-06 Christopher Allan... metadata here should really be stored_metadata.
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-08 Berker PeksagContinue to port GMG codebase.
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-03-11 Boris Bobrovfixes to blog url generation
2014-01-05 jpopeMerge remote-tracking branch 'upstream/master' into...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2014-01-02 Christopher Allan... Don't fail transcoding if we fail to generate a thumbnail.
2013-12-27 Alon Levymedia_types/sniff_media: reset file back to 0 offset...
2013-12-27 Alon Levypdf/processing: fix non pdf regression, copy correct...
2013-12-27 Alon Levypdf/processing: avoid possible dead goblin if pdfinfo...
2013-12-12 Sebastian SpaethRename a few files and minor cleanup
2013-12-12 Sebastian SpaethRemove "Create blog" from admin top bar
2013-12-12 Sebastian SpaethForce evaluation of Query() through count()
2013-12-12 Sebastian SpaethFix "middot" when blog plugin is disabled
2013-12-12 Sebastian SpaethUse MEDIA_TYPE, not hardcoded variable of same value
2013-12-12 Sebastian SpaethConvert blog plugin to use new privileges system
2013-12-12 Sebastian SpaethRevert "Replace hardcoded URL by variable for the same."
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-11-14 Christopher Allan... Generic'ifying the submit code to not rely on the werkz...
2013-11-08 Christopher Allan... Fixing the ascii art media type. There was an ordering...
2013-10-09 Christopher Allan... Merge remote-tracking branch 'tilly-q/OPW-Moderation...
2013-10-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-09-28 Christopher Allan... Merge remote-tracking branch 'spaetz/master'
2013-09-24 Aditi MittalWrite docstringg for view functions.
2013-09-21 Aditi Mittalsome fixes
2013-09-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-19 Rodney Ewingskip video processing if necessary
2013-09-19 Rodney Ewingskip stl processing if necessary
2013-09-19 Rodney Ewingskip pdf processing if necessary
2013-09-19 Rodney Ewingskip audio reprocessing if necessary
2013-09-19 Rodney Ewingskip ascii thumb resizing if necessary
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-18 Aditi MittalWrite template to render blog about page.
2013-09-18 Aditi MittalChange the text of url to blogs on user profile page.
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Aditi MittalUrl mapping for blog about page.
2013-09-18 Aditi MittalAdd view button and create blog button on blogs dashboard.
2013-09-18 Aditi MittalAdd url to blog post listing page on blog dashboard...
2013-09-18 Aditi MittalWrite view for blog about page.
2013-09-15 Aditi MittalSeparate Create Blog and Blog Dashboard links on the...
2013-09-15 Aditi MittalReplace tabs with spaces in blog.__init__.
2013-09-15 Aditi MittalChange blogs query object to list object by .all()...
2013-09-15 Aditi MittalCapitalize blog title.
2013-09-15 Aditi MittalAdd buton to create a blog.
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-09-09 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-09 Aditi MittalAdd ConfirmDeleteForm and URL mapping for blog_delete...
2013-09-09 Aditi MittalWrite view function for blog deletion
2013-09-09 Aditi MittalWrite code for deleting a blog
2013-09-09 Aditi MittalWrite template for confirmation for blog deletion and...
2013-09-07 Aditi MittalGet max_blog_count variable from config_spec.ini file...
2013-09-07 Aditi MittalReindentation
2013-09-07 Aditi MittalAdd user to invidual blog dashboard context.
2013-09-07 Aditi MittalCorrect template syntax error.
2013-09-07 Aditi MittalPut buttons for blog create and blog dashboard on view...
2013-09-07 Aditi MittalCapitalize first letter of tags
2013-09-07 Aditi MittalWrite on the template when there is no blog for the...
next