aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-202-3/+4
| |\ \
| * \ \ Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-4/+13
| |\ \ \
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-1/+2
* | | | | use media.get_uploader and fix typoRodney Ewing2013-08-261-1/+1
* | | | | javascript limit validationRodney Ewing2013-08-262-4/+12
* | | | | fix after rebaseRodney Ewing2013-08-261-2/+2
* | | | | max file sizeRodney Ewing2013-08-262-41/+60
* | | | | fixed tests and defaultsRodney Ewing2013-08-261-3/+1
* | | | | made no upload limit the defaultRodney Ewing2013-08-261-3/+3
* | | | | typosRodney Ewing2013-08-261-1/+1
* | | | | added testsRodney Ewing2013-08-261-7/+7
* | | | | added user upload limitsRodney Ewing2013-08-261-0/+34
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-08-211-3/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixing normal submission of media (well for images anyway)Christopher Allan Webber2013-08-161-1/+1
| * | | Updating to the point where we can allllmost run with the new reprocessing codeChristopher Allan Webber2013-08-161-3/+5
| * | | added image reprocessingRodney Ewing2013-08-161-3/+5
* | | | -update to latest masterRodney Ewing2013-08-191-2/+2
* | | | Tweak Celery TaskSebastian Spaeth2013-08-191-1/+2
|/ / /
* | | Revert "Leave slug empty until we are sure media processing was successful."Rodney Ewing2013-08-081-0/+3
* | | Leave slug empty until we are sure media processing was successful.Rodney Ewing2013-08-071-3/+0
| |/ |/|
* | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-3/+3
* | fixes the inability to upload non ascii filenames, werkzeug strips all non as...dunkyp2013-07-111-1/+6
* | New notificationsJoar Wandborg2013-06-091-0/+4
|/
* Refactor submit util new_upload_entryElrond2013-05-212-4/+13
* Remove extra indentation left over from previous commit.Elrond2013-04-271-24/+24
* Fix translations for collections and drop useless try.Elrond2013-04-271-7/+6
* Switching non-forms back to using normal pass_to_ugettextChristopher Allan Webber2013-04-241-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-242-2/+2
* mediagoblin/submit/lib.py: fix typoAlon Levy2013-04-231-1/+1