aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-8/+8
* Fix #928 - cleanup to avoid duplicated get_upload_file_limitsLoic Dachary2016-07-251-1/+0
* 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-071-2/+20
* Fix add collection view for new schemaDaniel Krol2015-11-091-2/+4
* Add new hook for two-step media type checkingBoris Bobrov2015-02-161-13/+4
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-5/+7
* 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-141-10/+5
* Refactoring submission utility to make it more generic! Reusable!Christopher Allan Webber2013-11-131-92/+33
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-1/+2
|\
| * 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-201-1/+2
| |\
| * \ 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-261-3/+8
* | | | fix after rebaseRodney Ewing2013-08-261-2/+2
* | | | max file sizeRodney Ewing2013-08-261-22/+30
* | | | 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
| |_|/ |/| |
* | | 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-211-4/+2
* 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-241-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-291-5/+3
|/
* 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