aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
* [audio.html]: force downloadJesús2022-03-011-2/+2
* Show spectrogram if javascript is enabledJesús2022-03-011-6/+25
* Add Search plugin: indexedsearchJesús2022-02-2814-0/+1330
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-289-137/+229
* Replace py-bcrypt with bcrypt.Elisei Roca2021-10-111-5/+4
* Fix some unused imports and local variables.Ben Sturmfels2021-09-2327-94/+63
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-2355-145/+145
* Set videos to preload="metadata" to prevent upfront download [trac#5625].Michael McMahon2021-09-203-9/+9
* Remove unneeded shebang from test_processing.py.Elisei Roca2021-09-201-2/+0
* Extend left/right arrow key navigation to paginated views [#5627].Olivier Mehani2021-09-195-2/+12
* Update for 0.13.0 development cycle.Ben Sturmfels2021-09-191-1/+1
* Set static path relative to codebase.Ben Sturmfels2021-09-171-0/+3
* Implement `gmg serve` and `gmg celery`.Ben Sturmfels2021-09-173-25/+65
* Revert "Disable registrations by default due to spam."Ben Sturmfels2021-09-121-1/+1
* Disable registrations by default due to spam.Ben Sturmfels2021-09-041-1/+1
* Don't disable existing loggers when initialising Celery.Ben Sturmfels2021-08-231-1/+1
* Fix images being marked as failed after Celery restart [#5608].Ben Sturmfels2021-08-231-1/+3
* Remove reference to jsonschema.compat now removed upstream.Marco Pessotto2021-08-201-3/+2
* Convert notifications.js to vanilla JavaScript (no jQuery).Ben Sturmfels2021-08-193-34/+27
* Convert header_dropdown.js to vanilla JavaScript (no jQuery).Ben Sturmfels2021-08-192-19/+62
* Remove additional mentions of persona in templates and docs.Ben Sturmfels2021-04-235-34/+7
* Remove Mozilla Persona plugin [#5512].jgart2021-04-2315-961/+0
* Remove redundant link to flask-wtf.Ben Sturmfels2021-04-232-1/+0
* Remove redundant symlink to tinymce.Ben Sturmfels2021-04-231-1/+0
* Remove the slightly un-intuitive "Resolve" button on the report handling page.Rodrigo Martins2021-04-102-24/+20
* Now in the 0.12.0 development cycle.Ben Sturmfels2021-04-051-1/+1
* Fix tests on Debian 11.Ben Sturmfels2021-04-041-2/+11
* 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