| Commit message (Expand) | Author | Age | Files | Lines |
* | Added pygst.require('0.10') since it's absence breaks stuff | Joar Wandborg | 2012-03-30 | 1 | -0/+2 |
* | Cleaned up media_types.video.transcoders | Joar Wandborg | 2012-03-29 | 1 | -4/+4 |
* | And remove some now useless methods. | Elrond | 2012-03-29 | 1 | -36/+0 |
* | Remove the DictReadProxy thing. | Elrond | 2012-03-29 | 1 | -47/+4 |
* | Fix some simple errors. | Elrond | 2012-03-29 | 2 | -4/+5 |
* | Change models to a _v0 suffix. | Elrond | 2012-03-29 | 2 | -48/+50 |
* | Make a copy of models for v0. | Elrond | 2012-03-29 | 1 | -0/+375 |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Joar Wandborg | 2012-03-29 | 3 | -2/+54 |
|\ |
|
| * | Audio: And add empty migrations. | Elrond | 2012-03-29 | 1 | -0/+17 |
| * | Audio: Add models and disable media_data. | Elrond | 2012-03-29 | 2 | -2/+37 |
* | | Cleanded up video imports, removed PyGTK dependency | Joar Wandborg | 2012-03-29 | 2 | -38/+30 |
|/ |
|
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Joar Wandborg | 2012-03-29 | 3 | -2/+12 |
|\ |
|
| * | 411: Add relationship and backrefs to media_data tables. | Elrond | 2012-03-28 | 3 | -2/+12 |
* | | Seeking works in firefox | Joar Wandborg | 2012-03-29 | 2 | -34/+148 |
|/ |
|
* | Changed audio.* Image* imports | Joar Wandborg | 2012-03-27 | 1 | -1/+1 |
* | Fixed test_submission -> test_evil_file test | Joar Wandborg | 2012-03-27 | 1 | -3/+2 |
* | Merge remote-tracking branch 'joar/audio+sniffing' | Joar Wandborg | 2012-03-27 | 21 | -90/+920 |
|\ |
|
| * | Media type refractors, pep8, lint | Joar Wandborg | 2012-03-26 | 7 | -32/+34 |
| * | Faster sniffing | Joar Wandborg | 2012-03-22 | 6 | -25/+255 |
| * | Replaced 'not foo == None' with 'foo is not None' in ascii sniffing too | Joar Wandborg | 2012-03-08 | 1 | -1/+1 |
| * | Clean up the workbench after audio processing | Joar Wandborg | 2012-03-08 | 1 | -0/+3 |
| * | Changed `not foo == None` to `foo is not None` in image sniff handler | Joar Wandborg | 2012-03-08 | 1 | -1/+1 |
| * | Added a notice about mgg.global_config perhaps sometime not | Joar Wandborg | 2012-03-08 | 1 | -0/+2 |
| * | Removed diaper patterns from audio/video sniffers, video preload set to 'meta... | Joar Wandborg | 2012-03-07 | 8 | -22/+40 |
| * | Audio thumbnailing & spectrograms, media plugins use sniffing | Joar Wandborg | 2012-02-28 | 10 | -28/+228 |
| * | Removed old audio.transcoder file (the real one is audio.transcoders) | Joar Wandborg | 2012-02-16 | 1 | -18/+0 |
| * | Added sniffing logic for image media type | Joar Wandborg | 2012-02-16 | 1 | -0/+24 |
| * | Changed media processing delegation to a 'sniffing' method | Joar Wandborg | 2012-02-15 | 10 | -12/+55 |
| * | Audio media handler, media sniffing, video fixes | Joar Wandborg | 2012-02-14 | 9 | -16/+334 |
* | | Removing superfluous whitespace | Christopher Allan Webber | 2012-03-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/slikdigit/bassam' | Christopher Allan Webber | 2012-03-26 | 2 | -7/+21 |
|\ \ |
|
| * | | fix for ticket #404 | Bassam | 2012-03-15 | 2 | -15/+30 |
* | | | Merge remote-tracking branch 'remotes/bretts/bug261-resized-filenames' | Christopher Allan Webber | 2012-03-26 | 6 | -256/+238 |
|\ \ \ |
|
| * \ \ | Merge remote branch 'origin/master' into bug261-resized-filenames | Brett Smith | 2012-03-26 | 79 | -2451/+2653 |
| |\ \ \ |
|
| * | | | | Rename to FilenameBuilder, with a main method named fill. | Brett Smith | 2012-03-26 | 4 | -26/+28 |
| * | | | | Refactor video processing to use FilenameMunger. | Brett Smith | 2012-03-25 | 1 | -8/+4 |
| * | | | | Use FilenameMunger. | Brett Smith | 2012-03-25 | 1 | -28/+17 |
| * | | | | Add documentation to the FilenameMunger class. | Brett Smith | 2012-03-25 | 1 | -1/+16 |
| * | | | | Add FilenameMunger class to processing, with tests. | Brett Smith | 2012-03-25 | 2 | -0/+36 |
| * | | | | Add tests for image processing. Check filenames and image sizes. | Brett Smith | 2012-03-20 | 2 | -0/+24 |
| * | | | | Make a function to generate test image filenames. | Brett Smith | 2012-03-20 | 1 | -11/+9 |
| * | | | | Prefer nose assert_* methods to the assert built-in. | Brett Smith | 2012-03-20 | 1 | -7/+10 |
| * | | | | Refactor false image tests. | Brett Smith | 2012-03-20 | 1 | -28/+13 |
| * | | | | Refactor normal upload tests. | Brett Smith | 2012-03-20 | 1 | -27/+17 |
| * | | | | Refactor MediaEntry fetches/checks into check_media(). | Brett Smith | 2012-03-20 | 1 | -14/+13 |
| * | | | | Refactor data posts into one do_post function. | Brett Smith | 2012-03-20 | 1 | -112/+52 |
| * | | | | small readability improvements in resize_image | Brett Smith | 2012-03-18 | 1 | -3/+3 |
| * | | | | Refactor image resize code, with better filenames (#261) | Brett Smith | 2012-03-17 | 1 | -41/+48 |
* | | | | | Add comment in JavaScript file about duplicating the password field | Jef van Schendel | 2012-03-26 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Jef van Schendel | 2012-03-25 | 3 | -2/+33 |
|\ \ \ \ |
|