aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-053-5/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-054-14/+11
* Fix more print statements. Refs #5331Berker Peksag2015-06-251-2/+4
* Fix bug 647Boris Bobrov2015-03-022-22/+11
* Fix urlparse import.Berker Peksag2014-07-281-1/+1
* Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-5/+5
* The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-072-4/+4
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+1
* Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-262-2/+6
* Continue to port GMG codebase.Berker Peksag2014-05-082-2/+5
* added user upload limitsRodney Ewing2013-08-263-0/+16
* CloudFiles: Default to SSL URIsJoar Wandborg2013-06-071-1/+1
* Merge remote-tracking branch 'cwebber/254_delete_queue_directories'Elrond2013-04-082-5/+37
|\
| * Removing docstring bit about delete_file possibly deleting directories in the...Christopher Allan Webber2013-01-221-4/+0
| * Implement delete_dir in the FileStorageSebastian Spaeth2013-01-222-3/+39
* | Make copying to/from storage systems memory efficient (#419)Sebastian Spaeth2013-03-032-7/+8
* | Added .send method to cloudfiles storage objectJoar Wandborg2013-03-031-1/+9
* | Make Cloudfiles copy memory efficient too (#419)Sebastian Spaeth2013-03-021-0/+48
|/
* Fixed attachmentsJoar Wandborg2012-10-231-1/+4
* Non-performance improvements to cloudfilesJoar Wandborg2012-08-051-8/+27
* Make filestorage available to code that only imports storage.Brett Smith2012-07-081-0/+2
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-033-5/+6
* Also make sure mimetype here is set correctly via mimetype[0] (Thanks Shackra!)Christopher Allan Webber2012-04-181-1/+1
* Save the MIMEtype to cloudfiles correctly.Shackra2012-04-161-0/+6
* It's 2012 all up in hereChristopher Allan Webber2012-02-024-4/+4
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-2/+8
|\
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-2/+8
* | Slightly clearer docs on copy_local_to_storageChristopher Allan Webber2011-11-201-0/+4
* | copy_local_to_storage, both general and specialized-for-BasicFileStorage vers...Christopher Allan Webber2011-11-202-0/+22
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+1
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+1
| |/
* | Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-011-2/+2
|\ \
| * | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-2/+2
| |/
* / mountstorage - Changed typo in importJoar Wandborg2011-09-151-1/+1
|/
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-124-0/+630