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
/
user_pages
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-8
/
+7
*
Convert atom feeds to use feedgenerator library.
Ben Sturmfels
2021-03-16
1
-29
/
+27
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
2
-23
/
+23
*
Merge branch 'transcoding_progress'
Boris Bobrov
2018-07-12
1
-3
/
+2
|
\
|
*
Render webm_480 as default if webm_video is absent
vijeth-aradhya
2017-06-17
1
-3
/
+2
*
|
Merge remote-tracking branch 'gsoc2016/Subtitle-1'
Boris Bobrov
2018-07-10
1
-1
/
+1
|
\
\
|
*
|
Removed almost all of the code from core
saksham1115
2016-07-19
1
-11
/
+1
|
*
|
Only video uploader can edit their subtitles
saksham1115
2016-07-19
1
-1
/
+1
|
*
|
Made decorators views for Customize Interface
saksham1115
2016-07-19
1
-0
/
+5
|
*
|
Subtitle built over attachments : working
saksham1115
2016-07-19
1
-0
/
+5
*
|
|
Fix #5514 - Add to Collection causes server error
ayleph
2017-08-15
1
-7
/
+7
*
|
|
Fix #5513 - Can't delete blog post drafts
ayleph
2017-08-15
1
-0
/
+8
|
|
/
|
/
|
*
|
Fix #5500 UnicodeEncodeError in atom feed
Andrew Browning
2017-02-14
1
-1
/
+1
*
|
Apply consistency & PEP8 to atom feeds
Andrew Browning
2016-11-04
1
-20
/
+28
|
/
*
Fix #5451 - add_message inconsistencies
Andrew Browning
2016-04-02
1
-24
/
+49
*
Fix comment ID links on media comment report page
Andrew Browning
2016-03-05
1
-1
/
+1
*
Change Notification.object_id to be ID of Comemnt not TextComment
Jessica Tallon
2016-02-29
1
-1
/
+1
*
Change `uploader` to `actor`
Boris Bobrov
2016-02-01
1
-1
/
+1
*
some fixes to the panel looks
Boris Bobrov
2016-02-01
1
-2
/
+9
*
added filtering by entry state in processing panel
Boris Bobrov
2016-02-01
2
-1
/
+13
*
removed querying of unused metrics in media panel
Boris Bobrov
2016-01-28
1
-20
/
+0
*
processing panel new looks
Boris Bobrov
2016-01-28
1
-1
/
+5
*
Fix issue 5371 broken collection atom feeds
ayleph
2016-01-06
1
-2
/
+2
*
Comment changes for federation
Jessica Tallon
2015-10-20
2
-30
/
+30
*
Add public_id fixes throughout the code
Jessica Tallon
2015-10-07
1
-0
/
+15
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
2
-52
/
+61
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-8
/
+8
*
wtforms.fields.TextField was deprecated
Jakob Kramer
2015-03-12
1
-1
/
+1
*
Change 'federation' name to 'api' which is more suitable
Jessica Tallon
2015-02-15
2
-1
/
+36
*
Fix #1017 - Exception caused by activity being set on incorrect foreign key
Jessica Tallon
2014-10-29
1
-4
/
+3
*
Merge branch '905-activities'
Jessica Tallon
2014-10-07
1
-2
/
+4
|
\
|
*
Add __repr__ to Activity and Generator class
Jessica Tallon
2014-10-07
1
-1
/
+1
|
*
Fix all the unit tests and clean up code
Jessica Tallon
2014-10-06
1
-3
/
+3
|
*
Add better support for targets on Activities
Jessica Tallon
2014-08-26
1
-1
/
+1
|
*
Create activity model and add activity creation
Jessica Tallon
2014-08-22
1
-2
/
+4
*
|
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
3
-10
/
+16
|
\
|
|
*
Add new hook 'collection_add_media'
Odin Hørthe Omdal
2014-08-18
1
-7
/
+9
|
*
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...
Loïc Le Ninan
2014-06-13
1
-3
/
+3
|
*
Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin int...
tilly-Q
2014-05-12
2
-6
/
+2
|
|
\
|
|
*
Move the metadata display table over to being contained in a plugin
Christopher Allan Webber
2014-05-12
2
-6
/
+2
|
*
|
Created the media metadata editor page
tilly-Q
2014-05-06
1
-0
/
+4
|
|
/
|
*
Created the basic structure of the metadata display table in rdfa lite
tilly-Q
2014-04-21
2
-2
/
+6
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-2
/
+4
|
/
*
Adding a general purpose context hook for the media display page.
Christopher Allan Webber
2014-04-07
1
-5
/
+15
*
Undo changes since gsoc in media_confirm_delete
Sebastian Spaeth
2013-12-12
1
-22
/
+4
*
Convert blog plugin to use new privileges system
Sebastian Spaeth
2013-12-12
1
-1
/
+1
*
Merge branch 'master' into upstream-master
Sebastian Spaeth
2013-12-12
1
-4
/
+22
|
\
|
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal
2013-09-18
1
-0
/
+5
|
|
\
|
*
\
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi
2013-08-25
1
-2
/
+3
|
|
\
\
[next]