aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Direct wiki links to archive.org.Ben Sturmfels2021-03-125-7/+7
|
* Tweak upgrade docs.Ben Sturmfels2021-03-102-57/+55
|
* Update version number, relnotes and upgrading docs in preparation for release.Ben Sturmfels2021-03-104-29/+41
|
* Fix typo.Ben Sturmfels2021-03-102-2/+13
|
* Add Jesús E. to AUTHORS.Ben Sturmfels2021-03-102-1/+2
|
* Note that download link sorting will be wrong for higher resolutions.Ben Sturmfels2021-03-091-0/+1
|
* Update relnotes.Ben Sturmfels2021-03-091-0/+1
|
* Update video links to support multiple resolution transcoding [#5620].Ben Sturmfels2021-03-091-6/+10
| | | | | | | We may need to push download link creation into the view in the future to make it more fully featured, but this will solve the immediate issue with missing download links on new media after 0.10.0. Sorting of entries won't be right if your media is over 999p since it's alphabetical.
* Update tox Python to match Python 3.4 in deployment docs.Ben Sturmfels2021-03-091-1/+1
|
* Say `git submodule update --init` - it's shorter.Ben Sturmfels2021-03-094-9/+5
|
* Remove test lines in Dockerfiles.Ben Sturmfels2021-03-093-2/+1
|
* Run LDAP, OpenID and PDF tests under Docker.Ben Sturmfels2021-03-096-5/+34
|
* Remove outdated docs on missing Python 3 spectrograms.Ben Sturmfels2021-03-091-6/+0
|
* Extend Fedora Dockerfile, add sourcehut builds for Debian and Fedora.Ben Sturmfels2021-03-096-26/+160
| | | | | | Previously had partial docs for Fedora 31. This updates to Fedora 33, adds support for audio and video and adds dependencies to allow the test suite to run to completion.
* Fix raw image plugin installation docs [#5523].Ben Sturmfels2021-03-083-5/+27
| | | | | Dependencies need to be installed from PyPI in Debian 10/11 due to missing python3-py3exiv2 package.
* Mention some additional default settings in the config [#5618].Olivier Mehani2021-03-081-0/+11
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Add Charlotte Koch to AUTHORS.Ben Sturmfels2021-03-062-0/+2
|
* Pin sqlalchemy to a known good version.Charlotte Koch2021-03-061-1/+1
| | | | | | | | The latest version is 1.4.0b1 which changes some internals a bit... internals which unforuntately mediagoblin's DatabaseManager screw around with (namely, _decl_class_registry) Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Note that Docker deployments are not officially supported or mature.Ben Sturmfels2021-03-063-1/+19
|
* Update relnotes re. passing test suite.Ben Sturmfels2021-03-061-2/+3
|
* Re-enable tests in Dockerfiles.Ben Sturmfels2021-03-062-4/+8
|
* More robust test fix.Ben Sturmfels2021-03-061-2/+2
|
* Fix broken metadata editing test.Ben Sturmfels2021-03-061-1/+1
|
* Update relnotes.Ben Sturmfels2021-03-061-1/+1
|
* Remove reference to --with-python3.Ben Sturmfels2021-03-062-2/+2
|
* 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-05158-1391/+1353
|
* Remove six library.Ben Sturmfels2021-03-054-5/+1
|
* Update relnotes with bug fixes since 0.10.0.Ben Sturmfels2021-03-031-0/+3
|
* Show last git commit when building Docker image.Ben Sturmfels2021-03-032-0/+2
|
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-0311-1042/+311
| | | | | | | | The `audiotospectrogram` module is a complete rewrite of the existing spectrogram code with support for Python 3. This allows us to drop the bundled `freesound` library and Python 2-only `audioprocessing` and `spectrogram` modules. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Drop Python 2 installation support.Ben Sturmfels2021-03-038-228/+9
|
* Use official repo in Dockerfile.Ben Sturmfels2021-03-031-2/+2
|
* Pin wtforms due to removal of ext module.Ben Sturmfels2021-03-031-1/+2
|
* docs: Document video resolution config.Ben Sturmfels2020-05-161-0/+16
|
* Further document guix workaround for Werkzeug.Ben Sturmfels2020-05-131-1/+6
|
* Fix Mac dev setup issues [#5442].Jeremy Bowman2020-05-133-1/+7
| | | | | | | | | A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed.
* Increase Nginx upload limit to 100m, improve related docs [#5496].Ben Sturmfels2020-05-133-16/+26
| | | | | | By increasing the limit from 8m to 100m, we should immediately fix initial problems for people trying to upload audio or video. From there, they can read the documentation more closely when they try to upload larger files.
* Avoid Celery/RabbitMQ "connection reset" errors [#5609].Fernando Gutierrez2020-05-123-1/+2
| | | | | | This change starts Celery only after RabbitMQ is available. It also returns the unnecessarily low BROKER_HEARTBEAT setting to default of 120.0 to help prevent connections being reset on machines under load.
* 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! docs: Add chapter on upgrading, inc. system Python upgrades [#972].Ben Sturmfels2020-05-111-0/+88
|
* docs: Add chapter on upgrading, inc. system Python upgrades [#972].Ben Sturmfels2020-05-113-61/+9
|
* docs: Tweak deployment docs headings, link to configuration docs.Ben Sturmfels2020-05-112-50/+41
|
* fixup! Now in 0.11.0 development cycle.Ben Sturmfels2020-05-062-2/+2
|
* Now in 0.11.0 development cycle.Ben Sturmfels2020-05-061-0/+12
|
* Make ldap plugin python3 compatibleOlivier Mehani2020-05-062-2/+2
| | | | Signed-off-by: Olivier Mehani <shtrom+mediagoblin@ssji.net>
* docs: Update relnotes to remove "node_modules".Ben Sturmfels2020-05-051-8/+14
|
* docs: Link up subtitles and video qualities in release notes.Ben Sturmfels2020-05-041-2/+2
|