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
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
3
-5
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
4
-14
/
+11
*
Fix more print statements. Refs #5331
Berker Peksag
2015-06-25
1
-2
/
+4
*
Fix bug 647
Boris Bobrov
2015-03-02
2
-22
/
+11
*
Fix urlparse import.
Berker Peksag
2014-07-28
1
-1
/
+1
*
Cleanup mediagoblin._compat and fix translation tests.
Berker Peksag
2014-07-28
1
-5
/
+5
*
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
2
-4
/
+4
*
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-1
/
+1
*
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
2
-2
/
+6
*
Continue to port GMG codebase.
Berker Peksag
2014-05-08
2
-2
/
+5
*
added user upload limits
Rodney Ewing
2013-08-26
3
-0
/
+16
*
CloudFiles: Default to SSL URIs
Joar Wandborg
2013-06-07
1
-1
/
+1
*
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
Elrond
2013-04-08
2
-5
/
+37
|
\
|
*
Removing docstring bit about delete_file possibly deleting directories in the...
Christopher Allan Webber
2013-01-22
1
-4
/
+0
|
*
Implement delete_dir in the FileStorage
Sebastian Spaeth
2013-01-22
2
-3
/
+39
*
|
Make copying to/from storage systems memory efficient (#419)
Sebastian Spaeth
2013-03-03
2
-7
/
+8
*
|
Added .send method to cloudfiles storage object
Joar Wandborg
2013-03-03
1
-1
/
+9
*
|
Make Cloudfiles copy memory efficient too (#419)
Sebastian Spaeth
2013-03-02
1
-0
/
+48
|
/
*
Fixed attachments
Joar Wandborg
2012-10-23
1
-1
/
+4
*
Non-performance improvements to cloudfiles
Joar Wandborg
2012-08-05
1
-8
/
+27
*
Make filestorage available to code that only imports storage.
Brett Smith
2012-07-08
1
-0
/
+2
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
3
-5
/
+6
*
Also make sure mimetype here is set correctly via mimetype[0] (Thanks Shackra!)
Christopher Allan Webber
2012-04-18
1
-1
/
+1
*
Save the MIMEtype to cloudfiles correctly.
Shackra
2012-04-16
1
-0
/
+6
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
4
-4
/
+4
*
Merge branch 'video_gstreamer-only'
Joar Wandborg
2011-11-21
1
-2
/
+8
|
\
|
*
Multimedia support - Commiting from a not yet finished state - Details below
Joar Wandborg
2011-09-23
1
-2
/
+8
*
|
Slightly clearer docs on copy_local_to_storage
Christopher Allan Webber
2011-11-20
1
-0
/
+4
*
|
copy_local_to_storage, both general and specialized-for-BasicFileStorage vers...
Christopher Allan Webber
2011-11-20
2
-0
/
+22
*
|
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-0
/
+1
|
\
\
|
*
|
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-0
/
+1
|
|
/
*
|
Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'
Christopher Allan Webber
2011-10-01
1
-2
/
+2
|
\
\
|
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-2
/
+2
|
|
/
*
/
mountstorage - Changed typo in import
Joar Wandborg
2011-09-15
1
-1
/
+1
|
/
*
Feature #587 - Split storage.py into submodules
Joar Wandborg
2011-09-12
4
-0
/
+630