aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/lib.py
Commit message (Expand)AuthorAgeFilesLines
* 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-301-0/+31
* 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
* Making the API make use of the new submit tooling.Christopher Allan Webber2013-11-141-2/+12
* Breaking out get_upload_file_limits into its own utility.Christopher Allan Webber2013-11-141-2/+18
* 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-131-28/+55
* Starting to split out a submit_media utilityChristopher Allan Webber2013-11-121-0/+82
* 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
|/
* Refactor submit util new_upload_entryElrond2013-05-211-0/+11
* mediagoblin/submit/lib.py: fix typoAlon Levy2013-04-231-1/+1
* Refactor file field checking.Elrond2013-03-291-0/+11
* Don't pass request into run_process_mediaSebastian Spaeth2013-01-151-4/+8
* Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-151-35/+6
* prepare_queue_task: Take app not request.Elrond2012-12-261-3/+6
* Processing: Factor out prepare_entry.Elrond2012-12-261-0/+28
* Factor out the actual calling of the processing.Elrond2012-12-261-0/+24
* upload refactor: push url handlingElrond2012-12-261-0/+50