aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/image
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-13/+12
* Simple hack to handle main workflow problemvijeth-aradhya2017-06-171-5/+0
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-2/+1
* Add priority to the celery tasksvijeth-aradhya2017-06-121-1/+2
* Add workflow method to other media ProcessingManagersvijeth-aradhya2017-06-051-0/+6
* Image media type initial migration.Christopher Allan Webber2016-03-261-0/+36
* Pass filename instead of file object when calling PIL.Image.save()宋文武2016-01-211-2/+1
* Fix #1053 - Add height and width attributes and MetadataProcess taskJessica Tallon2014-12-111-7/+65
* Fix #1010 - Typos in mediagoblin/media_types/image/migrations.pyJessica Tallon2014-10-271-3/+3
* Merge branch 'location'Jessica Tallon2014-10-093-6/+58
|\
| * Add location model and migrationsJessica Tallon2014-10-093-6/+58
* | Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-1/+1
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-5/+1
|\|
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-35/+0
| * 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
| * Implement Raw Image media type pluginOdin Hørthe Omdal2014-07-161-2/+0
* | The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-1/+1
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
* | Continue to port GMG codebase.Berker Peksag2014-05-081-2/+3
|/
* Use MEDIA_TYPE, not hardcoded variable of same valueSebastian Spaeth2013-12-121-1/+1
* Revert "Replace hardcoded URL by variable for the same."Sebastian Spaeth2013-12-121-1/+1
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-121-0/+2
|\
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-091-1/+1
| |\
| * \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-08-312-2/+9
| |\ \
| * \ \ Pull changes and resolve merge conflict.Aditi2013-08-281-4/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-252-71/+239
| |\ \ \ \
| * | | | | Replace hardcoded URL by variable for the same.Aditi2013-07-191-1/+1
* | | | | | Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-13/+9
* | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-181-0/+41
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | skip image resizing if possibleRodney Ewing2013-08-211-0/+41
| | |/ / / | |/| | |
* | | | | typo. conversions not convirsionsRodney Ewing2013-09-061-1/+1
| |_|_|/ |/| | |
* | | | image media_type now have their own config_spec.iniRodney Ewing2013-08-292-2/+9
| |_|/ |/| |
* | | Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.Christopher Allan Webber2013-08-251-6/+1
|/ /
* | make sure size is a tupleRodney Ewing2013-08-161-1/+1
* | refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-9/+12
* | include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-161-0/+1
* | typosRodney Ewing2013-08-161-2/+2
* | add quality and filter args to image processorsRodney Ewing2013-08-161-21/+57
* | Cleanup image common processorRodney Ewing2013-08-161-15/+0
* | remove old codeRodney Ewing2013-08-161-1/+0
* | add bulk_run, thumbs, and initial sub_commandsRodney Ewing2013-08-161-4/+8
* | Add image resizer and some cleanup of old codeRodney Ewing2013-08-162-185/+56
* | Fix (by Rodney Ewing) for processing, specifically the way resize_tool was be...Christopher Allan Webber2013-08-161-5/+2
* | Don't forget to run copy_original()! That's critical!Christopher Allan Webber2013-08-161-0/+1
* | A couple of fixes to stupid things I did while coding this. And it WORKS!Christopher Allan Webber2013-08-161-9/+19