aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage/cloudfiles.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
|
* 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-021-1/+1
|
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-2/+8
|\ | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-2/+8
| | | | | | | | | | | | | | | | | | | | | | * DONE Initially testing with arista ** DONE Video display templates *** TODO Multi-browser support ** TODO Video thumbnails ** TODO Link to original video ** TODO Video cropping Also contains a lot of "debug" print's
* | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+1
|/ | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+156
* Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class`