aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'JDShu/649_use_form_data_field'Elrond2013-03-301-6/+6
|\
| * Use WTForms data field in submit/views.pyHans Lo2013-03-271-6/+6
* | Refactor file field checking.Elrond2013-03-292-5/+14
|/
* 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-152-5/+12
* | Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-152-41/+8
|/
* prepare_queue_task: Take app not request.Elrond2012-12-262-5/+8
* Processing: Factor out prepare_entry.Elrond2012-12-262-25/+31
* Factor out the actual calling of the processing.Elrond2012-12-262-21/+26
* upload refactor: push url handlingElrond2012-12-262-26/+52
* 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 things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-5/+5
* Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routesChristopher Allan Webber2012-10-141-1/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-7/+4
* 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-183-1/+58
* 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-232-27/+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-025-5/+5
* 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-212-3/+2
* Minor formatting and syntax fix.Aaron Williamson2012-01-182-1/+2
* 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-174-85/+107
|\|