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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert atom feeds to use feedgenerator library.
Ben Sturmfels
2021-03-16
4
-60
/
+113
*
Update version number, relnotes and upgrading docs in preparation for release.
Ben Sturmfels
2021-03-10
1
-1
/
+1
*
Note that download link sorting will be wrong for higher resolutions.
Ben Sturmfels
2021-03-09
1
-0
/
+1
*
Update video links to support multiple resolution transcoding [#5620].
Ben Sturmfels
2021-03-09
1
-6
/
+10
*
Run LDAP, OpenID and PDF tests under Docker.
Ben Sturmfels
2021-03-09
2
-1
/
+1
*
More robust test fix.
Ben Sturmfels
2021-03-06
1
-2
/
+2
*
Fix broken metadata editing test.
Ben Sturmfels
2021-03-06
1
-1
/
+1
*
Remove remaining Python 2 compatibility code.
Ben Sturmfels
2021-03-05
4
-25
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
74
-175
/
+35
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
157
-1388
/
+1352
*
Reinstate audio spectrograms on Python 3 [#5610].
Fernando Gutierrez
2021-03-03
5
-423
/
+302
*
Drop Python 2 installation support.
Ben Sturmfels
2021-03-03
1
-12
/
+0
*
Avoid Celery/RabbitMQ "connection reset" errors [#5609].
Fernando Gutierrez
2020-05-12
1
-1
/
+0
*
Fix consistency in license list.
Ben Sturmfels
2020-05-11
1
-1
/
+1
*
Fix error generating Atom feed upon blank title [#1018].
Ben Sturmfels
2020-05-11
1
-1
/
+4
*
fixup! Now in 0.11.0 development cycle.
Ben Sturmfels
2020-05-06
1
-1
/
+1
*
Make ldap plugin python3 compatible
Olivier Mehani
2020-05-06
2
-2
/
+2
*
Update version for release.
Ben Sturmfels
2020-05-04
1
-1
/
+1
*
subtitles: Add documentation, limit uploads to *.vtt files, only show for vid...
Ben Sturmfels
2020-04-30
4
-5
/
+35
*
Add deprecation warning when running Python 2 [#5598].
Ben Sturmfels
2020-04-29
1
-0
/
+12
*
Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.
Ben Sturmfels
2020-04-28
2
-6
/
+4
*
Revert "Use audio icon when spectrogram fails. Add note to doc:media-types."
Ben Sturmfels
2020-04-28
1
-34
/
+17
*
Revert "Fix Jorge's audio upload workaround in Python 3."
Ben Sturmfels
2020-04-28
1
-2
/
+2
*
Remove spectrograms from Python 2 also [#5594].
Ben Sturmfels
2020-04-28
1
-6
/
+7
*
Preparing to release 0.10.
Ben Sturmfels
2020-04-28
1
-1
/
+1
*
Unmute videos by default.
Ben Sturmfels
2020-04-24
1
-2
/
+2
*
Decode request.query_string before use.
Ben Sturmfels
2020-04-09
4
-11
/
+11
*
Revert "Decode request.query_string before use."
Ben Sturmfels
2020-04-09
4
-12
/
+13
*
Decode request.query_string before use.
Ben Sturmfels
2020-04-09
4
-13
/
+12
*
Fix Jorge's audio upload workaround in Python 3.
Ben Sturmfels
2020-04-07
1
-2
/
+2
*
Note possible future steps for Python 3 audio thumbnailing.
Ben Sturmfels
2020-04-02
1
-0
/
+4
*
Use audio icon when spectrogram fails. Add note to doc:media-types.
Jorge
2020-04-02
1
-17
/
+34
*
Add visual feedback on link hover
Muto
2020-04-02
1
-0
/
+17
*
Fix audio thumbnailing once and for all.
Ben Sturmfels
2020-04-01
1
-3
/
+24
*
Handle moved SharedDataMiddleware in werkzeug >= 0.15.0.
Ben Sturmfels
2020-04-01
1
-2
/
+5
*
Use items() for Python 3 support.
Ben Sturmfels
2019-11-27
1
-1
/
+1
*
Extend install instructions for raven plugin.
Ben Sturmfels
2019-11-27
1
-1
/
+3
*
Prevent warning when importing GstPbutils.
Ben Sturmfels
2019-11-01
1
-0
/
+1
*
Add datetime_format config option.
Olivier Mehani
2019-09-20
7
-10
/
+13
*
metadata_display: Refine spacing.
Ben Sturmfels
2019-09-18
1
-6
/
+1
*
metadata_display: Improve default alignment/spacing of metadata.
Ben Sturmfels
2019-09-18
1
-2
/
+7
*
Even up top/bottom margins around header dropdown button.
Ben Sturmfels
2019-09-18
1
-2
/
+2
*
Add basic duplicate prevention for batchaddmedia.
Ben Sturmfels
2019-09-18
1
-3
/
+18
*
Update metadata_display plugin for Python 3.
Ben Sturmfels
2019-09-18
1
-1
/
+1
*
Add Python 3 docker-compose recipe for MediaGoblin hacking.
Ben Sturmfels
2019-09-16
1
-0
/
+9
*
batchaddmedia: Simplify the Python 2 & 3 unicode handling.
Ben Sturmfels
2019-09-12
1
-59
/
+12
*
Remove unicode literals in batchaddmedia.
Ben Sturmfels
2019-09-12
1
-13
/
+13
*
Fix URL-based importing with batchaddmedia command.
Ben Sturmfels
2019-09-12
1
-2
/
+18
*
Fix saving original of the video
Boris Bobrov
2018-07-13
2
-2
/
+3
*
simplify an if and fix string formatting
Boris Bobrov
2018-07-13
1
-3
/
+2
[next]