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
/
gmg_commands
/
addmedia.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-2
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-4
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-3
/
+2
*
Fix trivial spelling and spacing error in cli help
Andrew Browning
2017-03-01
1
-2
/
+2
*
Merge remote-tracking branch 'spechards-mediagoblin/master'
Boris Bobrov
2017-01-29
1
-0
/
+6
|
\
|
*
Add collection option to 'addmedia' cli uploading
Stéphane Péchard
2014-07-13
1
-0
/
+6
*
|
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-4
/
+1
*
|
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-2
/
+2
*
|
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-1
/
+4
*
|
Fix unicode handling in "gmg addmedia".
Berker Peksag
2014-11-22
1
-3
/
+4
*
|
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-6
/
+10
|
/
*
Switching the addmedia tool over to using the get_upload_file_limits tool also.
Christopher Allan Webber
2013-11-14
1
-7
/
+2
*
--license doesn't use the user default so correct that. It does use a URL th...
Christopher Allan Webber
2013-11-14
1
-1
/
+1
*
Hacks to get past unicode barriers
Christopher Allan Webber
2013-11-14
1
-7
/
+17
*
Start of addmedia command. Kinda close to working ;)
Christopher Allan Webber
2013-11-13
1
-0
/
+100