index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
submit
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-8
/
+8
*
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-1
/
+0
*
Fix #5451 - add_message inconsistencies
Andrew Browning
2016-04-02
1
-6
/
+12
*
Add a comment when we do / don't add collections dropdown
Christopher Allan Webber
2016-01-07
1
-0
/
+2
*
Add collection drop down to submit page.
tom
2016-01-07
1
-2
/
+20
*
Fix add collection view for new schema
Daniel Krol
2015-11-09
1
-2
/
+4
*
Add new hook for two-step media type checking
Boris Bobrov
2015-02-16
1
-13
/
+4
*
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-5
/
+7
*
Pass in request.urlgen to submit_media so it can update the feed_url stuff
Christopher Allan Webber
2013-11-14
1
-1
/
+2
*
Switching use of submit_media to be keyword arguments in views.py.
Christopher Allan Webber
2013-11-14
1
-7
/
+8
*
Breaking out get_upload_file_limits into its own utility.
Christopher Allan Webber
2013-11-14
1
-10
/
+5
*
Refactoring submission utility to make it more generic! Reusable!
Christopher Allan Webber
2013-11-13
1
-92
/
+33
*
Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'
Christopher Allan Webber
2013-10-07
1
-1
/
+2
|
\
|
*
I did some more code-keeping in this commit. I added a lot of documentation, so
tilly-Q
2013-09-03
1
-1
/
+0
|
*
This is a quick commit. I gave admins the ability to ban or unban users
tilly-Q
2013-08-29
1
-0
/
+1
|
*
Merge branch 'master' into OPW-Moderation-Update
tilly-Q
2013-08-20
1
-1
/
+2
|
|
\
|
*
\
Merge branch 'ticket-679' into OPW-Moderation-Update
tilly-Q
2013-07-29
1
-4
/
+13
|
|
\
\
|
*
|
|
This was a simple commit. I changed all references to Groups into Privileges so
tilly-Q
2013-07-03
1
-1
/
+2
*
|
|
|
use media.get_uploader and fix typo
Rodney Ewing
2013-08-26
1
-1
/
+1
*
|
|
|
javascript limit validation
Rodney Ewing
2013-08-26
1
-3
/
+8
*
|
|
|
fix after rebase
Rodney Ewing
2013-08-26
1
-2
/
+2
*
|
|
|
max file size
Rodney Ewing
2013-08-26
1
-22
/
+30
*
|
|
|
fixed tests and defaults
Rodney Ewing
2013-08-26
1
-3
/
+1
*
|
|
|
made no upload limit the default
Rodney Ewing
2013-08-26
1
-3
/
+3
*
|
|
|
typos
Rodney Ewing
2013-08-26
1
-1
/
+1
*
|
|
|
added tests
Rodney Ewing
2013-08-26
1
-7
/
+7
*
|
|
|
added user upload limits
Rodney Ewing
2013-08-26
1
-0
/
+34
|
|
_
|
/
|
/
|
|
*
|
|
Tweak Celery Task
Sebastian Spaeth
2013-08-19
1
-1
/
+2
*
|
|
Revert "Leave slug empty until we are sure media processing was successful."
Rodney Ewing
2013-08-08
1
-0
/
+3
*
|
|
Leave slug empty until we are sure media processing was successful.
Rodney Ewing
2013-08-07
1
-3
/
+0
|
|
/
|
/
|
*
|
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-3
/
+3
*
|
fixes the inability to upload non ascii filenames, werkzeug strips all non as...
dunkyp
2013-07-11
1
-1
/
+6
*
|
New notifications
Joar Wandborg
2013-06-09
1
-0
/
+4
|
/
*
Refactor submit util new_upload_entry
Elrond
2013-05-21
1
-4
/
+2
*
Remove extra indentation left over from previous commit.
Elrond
2013-04-27
1
-24
/
+24
*
Fix translations for collections and drop useless try.
Elrond
2013-04-27
1
-7
/
+6
*
Switching non-forms back to using normal pass_to_ugettext
Christopher Allan Webber
2013-04-24
1
-1
/
+1
*
Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
Aditi Mittal
2013-04-24
1
-1
/
+1
*
Merge remote-tracking branch 'JDShu/649_use_form_data_field'
Elrond
2013-03-30
1
-6
/
+6
|
\
|
*
Use WTForms data field in submit/views.py
Hans Lo
2013-03-27
1
-6
/
+6
*
|
Refactor file field checking.
Elrond
2013-03-29
1
-5
/
+3
|
/
*
user.get('moo') -> user.moo
Sebastian Spaeth
2013-01-22
1
-1
/
+1
*
Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...
Christopher Allan Webber
2013-01-22
1
-1
/
+2
|
\
|
*
Add a license preference field
Mark Holmquist
2013-01-17
1
-1
/
+2
*
|
Don't pass request into run_process_media
Sebastian Spaeth
2013-01-15
1
-1
/
+4
*
|
Make PuSHing the Pubhubsubbub server an async task (#436, #585)
Sebastian Spaeth
2013-01-15
1
-6
/
+2
|
/
*
prepare_queue_task: Take app not request.
Elrond
2012-12-26
1
-2
/
+2
*
Processing: Factor out prepare_entry.
Elrond
2012-12-26
1
-25
/
+3
[next]