aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-1610-25/+161
|\
| * Raw image mediatype had a non-unicode logging callOdin Hørthe Omdal2014-09-071-2/+2
| * Handle cr2 files through the raw_image media typeChristopher Allan Webber2014-09-062-2/+2
| * Make blog_post_listing easier to readJessica Tallon2014-08-191-1/+1
| * List blogs by URL user rather than request userayleph2014-08-191-1/+1
| * Updated video thumbnail pipeline to use decodebin2ayleph2014-08-011-1/+1
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-35/+0
| * Remove the option about whether or not spectrograms are created. They always...Christopher Allan Webber2014-07-252-14/+5
| * Add more tests for federation APIsJessica Tallon2014-07-221-4/+11
| * Fix image upload problem in APIJessica Tallon2014-07-221-1/+1
| * Add .jpe file extension recognitionJessica Tallon2014-07-221-1/+1
| * Refactors api uploading to media managersxray72242014-07-221-1/+27
| * Explicitly *do not* handle NEF files via the video media type.Christopher Allan Webber2014-07-171-0/+9
| * Implement Raw Image media type pluginOdin Hørthe Omdal2014-07-164-2/+140
| * Fix bad copy/paste in skip_transcoding code (Fix by Beuc, Brett Smith)Christopher Allan Webber2014-07-101-2/+2
| * metadata here should really be stored_metadata.Christopher Allan Webber2014-06-061-1/+1
* | Fix unicode error in pdf media typeChristopher Allan Webber2014-09-121-1/+1
* | Fix another tests.Berker Peksag2014-08-071-0/+1
* | Use new-style class.Berker Peksag2014-06-251-1/+1
* | The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-072-4/+4
* | Use six.text_type instead of unicode().Berker Peksag2014-06-023-13/+19
* | Continue to port GMG codebase.Berker Peksag2014-05-082-3/+4
|/
* fixes to blog url generationBoris Bobrov2014-03-115-17/+27
* Don't fail transcoding if we fail to generate a thumbnail.Christopher Allan Webber2014-01-021-0/+5
* media_types/sniff_media: reset file back to 0 offset for actual copy. Require...Alon Levy2013-12-261-0/+1
* pdf/processing: fix non pdf regression, copy correct fileAlon Levy2013-12-261-2/+4
* pdf/processing: avoid possible dead goblin if pdfinfo failedAlon Levy2013-12-261-0/+5
* Rename a few files and minor cleanupSebastian Spaeth2013-12-125-20/+17
* Remove "Create blog" from admin top barSebastian Spaeth2013-12-122-23/+0
* Force evaluation of Query() through count()Sebastian Spaeth2013-12-122-6/+4
* Fix "middot" when blog plugin is disabledSebastian Spaeth2013-12-121-2/+1
* Use MEDIA_TYPE, not hardcoded variable of same valueSebastian Spaeth2013-12-121-1/+1
* Convert blog plugin to use new privileges systemSebastian Spaeth2013-12-122-4/+4
* Revert "Replace hardcoded URL by variable for the same."Sebastian Spaeth2013-12-121-1/+1
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-1218-0/+1224
|\
| * Write docstringg for view functions.Aditi Mittal2013-09-241-9/+25
| * some fixesAditi Mittal2013-09-216-13/+18
| * Write template to render blog about page.Aditi Mittal2013-09-181-0/+38
| * Change the text of url to blogs on user profile page.Aditi Mittal2013-09-181-3/+3
| * Url mapping for blog about page.Aditi Mittal2013-09-181-1/+9
| * Add view button and create blog button on blogs dashboard.Aditi Mittal2013-09-181-19/+28
| * Add url to blog post listing page on blog dashboard of a blog.Aditi Mittal2013-09-181-0/+5
| * Write view for blog about page.Aditi Mittal2013-09-181-2/+29
| * Separate Create Blog and Blog Dashboard links on the home page.Aditi Mittal2013-09-153-6/+26
| * Replace tabs with spaces in blog.__init__.Aditi Mittal2013-09-151-34/+30
| * Change blogs query object to list object by .all() function in blog_dashboard...Aditi Mittal2013-09-151-45/+46
| * Capitalize blog title.Aditi Mittal2013-09-151-16/+16
| * Add buton to create a blog.Aditi Mittal2013-09-151-19/+19
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-092-2/+2
| |\
| * | Add ConfirmDeleteForm and URL mapping for blog_delete viewAditi Mittal2013-09-092-1/+10