aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
Commit message (Expand)AuthorAgeFilesLines
* Use WTForms data field in submit/views.pyHans Lo2013-03-271-6/+6
* user.get('moo') -> user.mooSebastian Spaeth2013-01-221-1/+1
* Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...Christopher Allan Webber2013-01-221-1/+2
|\
| * Add a license preference fieldMark Holmquist2013-01-171-1/+2
* | Don't pass request into run_process_mediaSebastian Spaeth2013-01-151-1/+4
* | Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-151-6/+2
|/
* prepare_queue_task: Take app not request.Elrond2012-12-261-2/+2
* Processing: Factor out prepare_entry.Elrond2012-12-261-25/+3
* Factor out the actual calling of the processing.Elrond2012-12-261-21/+2
* upload refactor: push url handlingElrond2012-12-261-26/+2
* Remove mongo style .id = ObjectId()Elrond2012-12-241-4/+0
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-2/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-5/+5
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-8/+8
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-291-9/+9
* Added basic collection functionalityAaron Williamson2012-09-181-0/+44
* Fix docstring typo.Brett Smith2012-07-081-1/+1
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-7/+12
|\
| * Changed media processing delegation to a 'sniffing' methodJoar Wandborg2012-02-151-3/+6
* | remove unused `mg.submit.security' moduleJakob Kramer2012-03-231-1/+1
* | Move celery task into own task.pyElrond2012-03-211-1/+2
* | Allow .id instead of ._id for the Mongo backendElrond2012-02-251-1/+1
* | Use task_id in generating the queue file pathElrond2012-02-211-9/+9
* | Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-3/+1
|/
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Nearly complete support for TagsElrond2012-01-281-1/+1
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Fix unit tests with new license supportElrond2012-01-211-3/+1
* Minor formatting and syntax fix.Aaron Williamson2012-01-181-1/+1
* Merge branch 'mediagoblin-upstream' into feature544_basic_license_dataAaron Williamson2012-01-181-0/+28
|\
| * Cleaned the codeMichele Azzolari2012-01-171-2/+4
| * We handle exceptions if PuSH failsMichele Azzolari2012-01-171-4/+14
| * As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-121-5/+7
| * As suggested by Elrond, we use only one settingMichele Azzolari2012-01-121-1/+1
| * Added PuSH capabilityMichele Azzolari2012-01-111-0/+14
* | Merged changes with upstreamAaron Williamson2012-01-171-80/+99
|\|
| * Dot-Notation for MediaEntry.queued_media_fileElrond2012-01-041-1/+1
| * Fixed submission error handling and broken testsJoar Wandborg2011-12-311-3/+9
| * ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-311-2/+6
| * Dot-Notation for MediaEntry.media_typeElrond2011-12-051-1/+1
| * Dot-Notation for MediaEntry.description(_html)Elrond2011-12-051-3/+3
| * Dot-Notation for MediaEntry.titleElrond2011-12-051-1/+1
| * Dot-Notation for MediaEntry.uploaderElrond2011-12-051-1/+1
| * Dot-Notation for Users.usernameElrond2011-12-051-1/+1
| * Fixes after merging video into master - part 2Joar Wandborg2011-11-211-66/+69
| * Fixes after merging video branch into masterJoar Wandborg2011-11-211-2/+5
| * Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-8/+9
| |\
| | * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-6/+7
| * | Dot-Notation: x._id = ObjectId() doesn't seem to work properlyElrond2011-11-151-1/+1
| * | Dot-Notation for "_id"Elrond2011-11-151-5/+5