aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Properly quote --without-python3 in docs (#5596).Ben Sturmfels2020-04-281-1/+1
* Fix missing logo in docs.Ben Sturmfels2020-04-281-1/+1
* Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.Ben Sturmfels2020-04-283-6/+11
* Add some initial release notes for 0.10.0 (incomplete).Ben Sturmfels2020-04-241-0/+34
* Unmute videos by default.Ben Sturmfels2020-04-241-2/+2
* Switch to Python 3 by default.Ben Sturmfels2020-04-246-21/+21
* Add draft Fedora dockerfile.Ben Sturmfels2020-04-202-0/+95
* Merge branch 'no-fastcgi' of https://github.com/mtlynch/mediagoblinBen Sturmfels2020-04-165-62/+14
|\
| * Adding 'Waitress' where 'FastCGI' was previously referencedMichael Lynch2020-04-152-3/+3
| * Removing flup and fastcgi from documentationMichael Lynch2020-04-145-62/+14
* | Note how to run test suite under Docker.Ben Sturmfels2020-04-141-2/+8
* | Fix "KeyError: 'No such transport: sqlite. Did you mean sqla?'" in tests.Ben Sturmfels2020-04-142-3/+3
* | Remove "git submodule init && git submodule update" from Dockerfiles.Ben Sturmfels2020-04-142-8/+4
|/
* Require jinja2<3.0.0 due to use of f-strings.Ben Sturmfels2020-04-101-1/+3
* 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
* Document SSL/TLS SMTP options.Ben Sturmfels2020-04-071-4/+6
* 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-022-20/+40
* Fix broken Dockerfile reference.Ben Sturmfels2020-04-021-1/+1
* Add Muto to AUTHORS.Ben Sturmfels2020-04-021-0/+1
* Add visual feedback on link hoverMuto2020-04-021-0/+17
* Fix audio thumbnailing once and for all.Ben Sturmfels2020-04-012-29/+25
* Handle moved SharedDataMiddleware in werkzeug >= 0.15.0.Ben Sturmfels2020-04-011-2/+5
* Note werkzeug breaking in Guix.Ben Sturmfels2020-04-011-1/+2
* Pin werkzeug < 1.0.0.Ben Sturmfels2020-04-011-1/+1
* Note potential issues with guix environment --pure.Ben Sturmfels2019-11-271-1/+6
* Use items() for Python 3 support.Ben Sturmfels2019-11-271-1/+1
* Extend install instructions for raven plugin.Ben Sturmfels2019-11-271-1/+3
* Rename Dockerfiles to be more specific.Ben Sturmfels2019-11-192-0/+0
* Document and improve Docker handling of mounted source code directory.Ben Sturmfels2019-11-194-79/+113
* Prevent warning when importing GstPbutils.Ben Sturmfels2019-11-011-0/+1
* Add Olivier Mehani to AUTHORS.Ben Sturmfels2019-09-201-0/+1
* Add datetime_format config option.Olivier Mehani2019-09-207-10/+13
* Merge branch swo-gitignore.Ben Sturmfels2019-09-201-1/+1
|\
| * Add expression to ignore Vim temporary swap files.Ben Sturmfels2019-09-201-2/+1
| * Adding *.swo to gitignoreMichael Lynch2018-11-101-0/+1
* | Note use of direnv with guix.Ben Sturmfels2019-09-191-1/+9
* | 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
* | Add omitted --system-site-packages for Python 3 on Guix, add update_extlib.sh...Ben Sturmfels2019-09-181-2/+3
* | 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-163-0/+45
* | Reorder Python 2 Dockerfile to install dependencies together.Ben Sturmfels2019-09-161-8/+1
* | Add Python 2 & 3 Docker files for MediaGoblin hacking.Ben Sturmfels2019-09-122-0/+209
* | Work around lack of scikits.audiolab support on Python 3.Ben Sturmfels2019-09-122-1/+29