aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Fix server crash on blog about page [#5572]Andrew Browning2018-07-081-1/+3
* Process videos with incorrect date tags [#5409]Andrew Browning2018-04-081-4/+7
* Prevent video plugin from processing svg [#934]Andrew Browning2018-04-041-0/+10
* Apply button_warning style to blog delete buttonsAndrew Browning2017-06-192-3/+3
* Re #5308 added cascade to blog mediatypeRobert Smith2017-06-171-2/+4
* Add space between words in blog messageAndrew Browning2017-06-061-1/+1
* Use GLib instead of GObjectBoris Bobrov2016-07-251-4/+4
* Prevent erroring out in some cases of checking video metadataChristopher Allan Webber2016-07-141-1/+1
* Import messages in blog viewsAndrew Browning2016-04-031-1/+1
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-16/+32
* Fix the blog_delete page for admins.宋文武2016-04-021-1/+1
* Blog media type initial migration.Christopher Allan Webber2016-03-261-0/+59
* PDF media type initial migration.Christopher Allan Webber2016-03-261-0/+46
* STL media type initial migration.Christopher Allan Webber2016-03-261-0/+40
* Ascii media type initial migration.Christopher Allan Webber2016-03-261-0/+33
* Video media type initial migration.Christopher Allan Webber2016-03-261-0/+36
* Audio media type initial migration.Christopher Allan Webber2016-03-261-0/+32
* Image media type initial migration.Christopher Allan Webber2016-03-261-0/+36
* Check all tags for existence before using themBoris Bobrov2016-03-091-8/+15
* Check tags for existence before using themBoris Bobrov2016-03-081-0/+5
* Fix #5440 - Typo in blog viewsAndrew Browning2016-03-061-1/+1
* removed debug prints, added video iconBoris Bobrov2016-02-051-1/+1
* Display type icon in thumbnailsBoris Bobrov2016-02-051-0/+1
* Prevent `dict changed during iteration` in videoBoris Bobrov2016-02-051-1/+1
* Pass filename instead of file object when calling PIL.Image.save()宋文武2016-01-212-7/+3
* Fix issue 5366 Update blog viewsayleph2016-01-154-8/+8
* Merge branch 'stable'Boris Bobrov2015-12-212-2/+6
|\
| * Work around pbutils import warning bug (5066)Boris Bobrov2015-12-212-2/+6
| * Fix Issue 5375 Deprecated function in video thumbayleph2015-12-201-1/+1
| * Change all unicode() calls with six.text_type().Berker Peksag2015-06-252-4/+8
| * Fix typo.Berker Peksag2015-06-251-1/+1
| * Fix more print statements. Refs #5331Berker Peksag2015-06-251-1/+3
| * Fix print statements to be python3 compatible. Refs #5331Sebastian Spaeth2015-06-251-2/+2
* | Fix typo in VideoData docstringBoris Bobrov2015-12-201-1/+1
* | Fix Issue 5375 Deprecated function in video thumbayleph2015-12-201-1/+1
* | Fix issue 983 PDF UnicodeDecodeErrorayleph2015-12-101-1/+1
* | Fix for issue 5070 gst incomplete fileayleph2015-11-191-0/+1
* | Collection changes and migration for federationJessica Tallon2015-10-071-17/+9
* | Fix some unit tests and bugsJessica Tallon2015-08-241-4/+4
* | Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+7
* | Change all unicode() calls with six.text_type().Berker Peksag2015-06-252-4/+8
* | Fix typo.Berker Peksag2015-06-251-1/+1
* | Fix more print statements. Refs #5331Berker Peksag2015-06-251-1/+3
* | Fix print statements to be python3 compatible. Refs #5331Sebastian Spaeth2015-06-251-2/+2
|/
* Use of deprecated frombytes when processing videos causes the task to failChristopher Allan Webber2015-05-221-1/+1
* Move check that metadata exists earlierBoris Bobrov2015-04-231-4/+4
* fixed 5068Boris Bobrov2015-04-221-2/+2
* Proper handling of tags in skip_transcodeBoris Bobrov2015-03-201-6/+6
* Prevent exception on transcoding failure (bug 460)Boris Bobrov2015-03-202-15/+22
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-14/+13