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
/
media_types
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
10
-25
/
+161
|
\
|
*
Raw image mediatype had a non-unicode logging call
Odin Hørthe Omdal
2014-09-07
1
-2
/
+2
|
*
Handle cr2 files through the raw_image media type
Christopher Allan Webber
2014-09-06
2
-2
/
+2
|
*
Make blog_post_listing easier to read
Jessica Tallon
2014-08-19
1
-1
/
+1
|
*
List blogs by URL user rather than request user
ayleph
2014-08-19
1
-1
/
+1
|
*
Updated video thumbnail pipeline to use decodebin2
ayleph
2014-08-01
1
-1
/
+1
|
*
Fix #927 - Clean up federation code after Elrond's review
Jessica Tallon
2014-07-30
1
-35
/
+0
|
*
Remove the option about whether or not spectrograms are created. They always...
Christopher Allan Webber
2014-07-25
2
-14
/
+5
|
*
Add more tests for federation APIs
Jessica Tallon
2014-07-22
1
-4
/
+11
|
*
Fix image upload problem in API
Jessica Tallon
2014-07-22
1
-1
/
+1
|
*
Add .jpe file extension recognition
Jessica Tallon
2014-07-22
1
-1
/
+1
|
*
Refactors api uploading to media managers
xray7224
2014-07-22
1
-1
/
+27
|
*
Explicitly *do not* handle NEF files via the video media type.
Christopher Allan Webber
2014-07-17
1
-0
/
+9
|
*
Implement Raw Image media type plugin
Odin Hørthe Omdal
2014-07-16
4
-2
/
+140
|
*
Fix bad copy/paste in skip_transcoding code (Fix by Beuc, Brett Smith)
Christopher Allan Webber
2014-07-10
1
-2
/
+2
|
*
metadata here should really be stored_metadata.
Christopher Allan Webber
2014-06-06
1
-1
/
+1
*
|
Fix unicode error in pdf media type
Christopher Allan Webber
2014-09-12
1
-1
/
+1
*
|
Fix another tests.
Berker Peksag
2014-08-07
1
-0
/
+1
*
|
Use new-style class.
Berker Peksag
2014-06-25
1
-1
/
+1
*
|
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
3
-13
/
+19
*
|
Continue to port GMG codebase.
Berker Peksag
2014-05-08
2
-3
/
+4
|
/
*
fixes to blog url generation
Boris Bobrov
2014-03-11
5
-17
/
+27
*
Don't fail transcoding if we fail to generate a thumbnail.
Christopher Allan Webber
2014-01-02
1
-0
/
+5
*
media_types/sniff_media: reset file back to 0 offset for actual copy. Require...
Alon Levy
2013-12-26
1
-0
/
+1
*
pdf/processing: fix non pdf regression, copy correct file
Alon Levy
2013-12-26
1
-2
/
+4
*
pdf/processing: avoid possible dead goblin if pdfinfo failed
Alon Levy
2013-12-26
1
-0
/
+5
*
Rename a few files and minor cleanup
Sebastian Spaeth
2013-12-12
5
-20
/
+17
*
Remove "Create blog" from admin top bar
Sebastian Spaeth
2013-12-12
2
-23
/
+0
*
Force evaluation of Query() through count()
Sebastian Spaeth
2013-12-12
2
-6
/
+4
*
Fix "middot" when blog plugin is disabled
Sebastian Spaeth
2013-12-12
1
-2
/
+1
*
Use MEDIA_TYPE, not hardcoded variable of same value
Sebastian Spaeth
2013-12-12
1
-1
/
+1
*
Convert blog plugin to use new privileges system
Sebastian Spaeth
2013-12-12
2
-4
/
+4
*
Revert "Replace hardcoded URL by variable for the same."
Sebastian Spaeth
2013-12-12
1
-1
/
+1
*
Merge branch 'master' into upstream-master
Sebastian Spaeth
2013-12-12
18
-0
/
+1224
|
\
|
*
Write docstringg for view functions.
Aditi Mittal
2013-09-24
1
-9
/
+25
|
*
some fixes
Aditi Mittal
2013-09-21
6
-13
/
+18
|
*
Write template to render blog about page.
Aditi Mittal
2013-09-18
1
-0
/
+38
|
*
Change the text of url to blogs on user profile page.
Aditi Mittal
2013-09-18
1
-3
/
+3
|
*
Url mapping for blog about page.
Aditi Mittal
2013-09-18
1
-1
/
+9
|
*
Add view button and create blog button on blogs dashboard.
Aditi Mittal
2013-09-18
1
-19
/
+28
|
*
Add url to blog post listing page on blog dashboard of a blog.
Aditi Mittal
2013-09-18
1
-0
/
+5
|
*
Write view for blog about page.
Aditi Mittal
2013-09-18
1
-2
/
+29
|
*
Separate Create Blog and Blog Dashboard links on the home page.
Aditi Mittal
2013-09-15
3
-6
/
+26
|
*
Replace tabs with spaces in blog.__init__.
Aditi Mittal
2013-09-15
1
-34
/
+30
|
*
Change blogs query object to list object by .all() function in blog_dashboard...
Aditi Mittal
2013-09-15
1
-45
/
+46
|
*
Capitalize blog title.
Aditi Mittal
2013-09-15
1
-16
/
+16
|
*
Add buton to create a blog.
Aditi Mittal
2013-09-15
1
-19
/
+19
|
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal
2013-09-09
2
-2
/
+2
|
|
\
|
*
|
Add ConfirmDeleteForm and URL mapping for blog_delete view
Aditi Mittal
2013-09-09
2
-1
/
+10
[next]