aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-052-4/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-053-15/+15
* Use tuple as default return type of workflow()vijeth-aradhya2017-06-211-0/+4
* Simple hack to handle main workflow problemvijeth-aradhya2017-06-171-1/+5
* Individual resolution transcoding fixesvijeth-aradhya2017-06-131-1/+0
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-1/+1
* Add priority to the celery tasksvijeth-aradhya2017-06-121-1/+1
* Add workflow method to VideoProcessingManagervijeth-aradhya2017-06-051-4/+6
* Merge remote-tracking branch 'spechards-mediagoblin/master'Boris Bobrov2017-01-291-2/+11
|\
| * Add creator to filter collectionsStéphane Péchard2014-09-231-2/+3
| * Add collection option to 'addmedia' cli uploadingStéphane Péchard2014-07-131-2/+9
* | Fix #928 - cleanup to avoid duplicated get_upload_file_limitsLoic Dachary2016-07-252-4/+1
* | Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-6/+12
* | Add a comment when we do / don't add collections dropdownChristopher Allan Webber2016-01-071-0/+2
* | Add collection drop down to submit page.tom2016-01-072-3/+24
* | Fix add collection view for new schemaDaniel Krol2015-11-091-2/+4
* | Comment changes for federationJessica Tallon2015-10-201-0/+3
* | Add public_id fixes throughout the codeJessica Tallon2015-10-071-4/+8
* | Collection changes and migration for federationJessica Tallon2015-10-071-3/+3
* | wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-3/+3
* | Fix bug 647Boris Bobrov2015-03-021-1/+1
* | Add new hook for two-step media type checkingBoris Bobrov2015-02-161-13/+4
* | Fix #1054 - Add missing attributes to Activity.serializeJessica Tallon2014-12-081-2/+2
* | Fix #1024 - Correctly set generator on ActivitiesJessica Tallon2014-12-021-2/+7
* | Fix #1017 - Exception caused by activity being set on incorrect foreign keyJessica Tallon2014-10-291-8/+8
* | Only create a slug after a media upload via the API when there is a titleJessica Tallon2014-10-221-3/+0
* | Merge branch '905-activities'Jessica Tallon2014-10-071-0/+10
|\ \
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-4/+6
| * | Create activity model and add activity creationJessica Tallon2014-08-221-0/+8
* | | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-163-2/+73
|\| |
| * | Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-6/+6
| * | Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-302-0/+69
| |/
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-1/+1
| * Fixed a small error relating to the default value of media_metadatatilly-Q2014-05-141-1/+1
| * Made it possible to submit media with the metadata providedtilly-Q2014-04-211-1/+3
* | Fix another tests.Berker Peksag2014-08-071-1/+1
* | Use six.text_type instead of unicode().Berker Peksag2014-06-022-8/+12
|/
* Making the API make use of the new submit tooling.Christopher Allan Webber2013-11-141-2/+12
* Pass in request.urlgen to submit_media so it can update the feed_url stuffChristopher Allan Webber2013-11-141-1/+2
* Switching use of submit_media to be keyword arguments in views.py.Christopher Allan Webber2013-11-141-7/+8
* Breaking out get_upload_file_limits into its own utility.Christopher Allan Webber2013-11-142-12/+23
* A couple more adjustments for unicode'ification of some arguments.Christopher Allan Webber2013-11-141-2/+2
* Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-2/+2
* Docstring for submit_media()Christopher Allan Webber2013-11-131-0/+18
* Refactoring submission utility to make it more generic! Reusable!Christopher Allan Webber2013-11-132-120/+88
* Starting to split out a submit_media utilityChristopher Allan Webber2013-11-121-0/+82
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-1/+2
|\
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-3/+7
| |\
| * | I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-1/+0
| * | This is a quick commit. I gave admins the ability to ban or unban userstilly-Q2013-08-291-0/+1