aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
* Convert atom feeds to use feedgenerator library.Ben Sturmfels2021-03-164-60/+113
* Update version number, relnotes and upgrading docs in preparation for release.Ben Sturmfels2021-03-101-1/+1
* Note that download link sorting will be wrong for higher resolutions.Ben Sturmfels2021-03-091-0/+1
* Update video links to support multiple resolution transcoding [#5620].Ben Sturmfels2021-03-091-6/+10
* Run LDAP, OpenID and PDF tests under Docker.Ben Sturmfels2021-03-092-1/+1
* More robust test fix.Ben Sturmfels2021-03-061-2/+2
* Fix broken metadata editing test.Ben Sturmfels2021-03-061-1/+1
* Remove remaining Python 2 compatibility code.Ben Sturmfels2021-03-054-25/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-0574-175/+35
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-05157-1388/+1352
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-035-423/+302
* Drop Python 2 installation support.Ben Sturmfels2021-03-031-12/+0
* Avoid Celery/RabbitMQ "connection reset" errors [#5609].Fernando Gutierrez2020-05-121-1/+0
* Fix consistency in license list.Ben Sturmfels2020-05-111-1/+1
* Fix error generating Atom feed upon blank title [#1018].Ben Sturmfels2020-05-111-1/+4
* fixup! Now in 0.11.0 development cycle.Ben Sturmfels2020-05-061-1/+1
* Make ldap plugin python3 compatibleOlivier Mehani2020-05-062-2/+2
* Update version for release.Ben Sturmfels2020-05-041-1/+1
* subtitles: Add documentation, limit uploads to *.vtt files, only show for vid...Ben Sturmfels2020-04-304-5/+35
* Add deprecation warning when running Python 2 [#5598].Ben Sturmfels2020-04-291-0/+12
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-282-6/+4
* Revert "Use audio icon when spectrogram fails. Add note to doc:media-types."Ben Sturmfels2020-04-281-34/+17
* Revert "Fix Jorge's audio upload workaround in Python 3."Ben Sturmfels2020-04-281-2/+2
* Remove spectrograms from Python 2 also [#5594].Ben Sturmfels2020-04-281-6/+7
* Preparing to release 0.10.Ben Sturmfels2020-04-281-1/+1
* Unmute videos by default.Ben Sturmfels2020-04-241-2/+2
* Decode request.query_string before use.Ben Sturmfels2020-04-094-11/+11
* Revert "Decode request.query_string before use."Ben Sturmfels2020-04-094-12/+13
* Decode request.query_string before use.Ben Sturmfels2020-04-094-13/+12
* Fix Jorge's audio upload workaround in Python 3.Ben Sturmfels2020-04-071-2/+2
* Note possible future steps for Python 3 audio thumbnailing.Ben Sturmfels2020-04-021-0/+4
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-17/+34
* Add visual feedback on link hoverMuto2020-04-021-0/+17
* Fix audio thumbnailing once and for all.Ben Sturmfels2020-04-011-3/+24
* Handle moved SharedDataMiddleware in werkzeug >= 0.15.0.Ben Sturmfels2020-04-011-2/+5
* Use items() for Python 3 support.Ben Sturmfels2019-11-271-1/+1
* Extend install instructions for raven plugin.Ben Sturmfels2019-11-271-1/+3
* Prevent warning when importing GstPbutils.Ben Sturmfels2019-11-011-0/+1
* Add datetime_format config option.Olivier Mehani2019-09-207-10/+13
* metadata_display: Refine spacing.Ben Sturmfels2019-09-181-6/+1
* metadata_display: Improve default alignment/spacing of metadata.Ben Sturmfels2019-09-181-2/+7
* Even up top/bottom margins around header dropdown button.Ben Sturmfels2019-09-181-2/+2
* Add basic duplicate prevention for batchaddmedia.Ben Sturmfels2019-09-181-3/+18
* Update metadata_display plugin for Python 3.Ben Sturmfels2019-09-181-1/+1
* Add Python 3 docker-compose recipe for MediaGoblin hacking.Ben Sturmfels2019-09-161-0/+9
* batchaddmedia: Simplify the Python 2 & 3 unicode handling.Ben Sturmfels2019-09-121-59/+12
* Remove unicode literals in batchaddmedia.Ben Sturmfels2019-09-121-13/+13
* Fix URL-based importing with batchaddmedia command.Ben Sturmfels2019-09-121-2/+18
* Fix saving original of the videoBoris Bobrov2018-07-132-2/+3
* simplify an if and fix string formattingBoris Bobrov2018-07-131-3/+2