Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Debian 11 CI build. | Ben Sturmfels | 2021-03-29 | 1 | -0/+74 | |
| | ||||||
* | Build docs in Docker and CI. | Ben Sturmfels | 2021-03-29 | 5 | -4/+25 | |
| | ||||||
* | Add "feedgenerator" requirement to setup.py. | Ben Sturmfels | 2021-03-29 | 1 | -0/+1 | |
| | ||||||
* | docs: Tune up the celery and production deployments documentation. | Ben Sturmfels | 2021-03-29 | 2 | -136/+79 | |
| | ||||||
* | docs: Remove explicit references to Python 3 (now assumed). | Ben Sturmfels | 2021-03-29 | 1 | -20/+6 | |
| | ||||||
* | docs: Tune up configuration documentation. | Ben Sturmfels | 2021-03-29 | 3 | -40/+44 | |
| | ||||||
* | Update relnotes. | Ben Sturmfels | 2021-03-29 | 1 | -0/+2 | |
| | ||||||
* | docs: Mention that `dbupdate` is sometimes required after changing config. | Rodrigo Martins | 2021-03-29 | 2 | -0/+6 | |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | |||||
* | Add stub Dockerfile for Debian 11. | Ben Sturmfels | 2021-03-28 | 3 | -1/+152 | |
| | ||||||
* | Convert atom feeds to use feedgenerator library. | Ben Sturmfels | 2021-03-16 | 7 | -69/+133 | |
| | | | | | | | | | | | | | | | Issue is that Werkzeug > 1.0.0 has removed werkzeug.contrib.atom.AtomFeed, making it difficult to use a distribution-packaged version of werkzeug. To solve this, I've replaced use of werkzeug.contrib.atom.AtomFeed with feedgenerator.Atom1Feed. After the change, the only major difference between the feeds before and after is that they use <summary> instead of <content>. Minor differences include no longer adding 'type="text/html"' on some <link> elements and no "xml:base" attribute on <entry> elements. I don't think these differences will have any noticable effect. Tested on Liferea feed reader. | |||||
* | Improve Guix packaging incrementally. | Ben Sturmfels | 2021-03-15 | 1 | -46/+57 | |
| | ||||||
* | Use OS install of email-validator package for Guix. | Ben Sturmfels | 2021-03-14 | 1 | -2/+2 | |
| | | | | This package is now available as `python-email-validator`. | |||||
* | Clarify how to find the version number. | Ben Sturmfels | 2021-03-12 | 1 | -2/+2 | |
| | ||||||
* | Remove note about missing Fedora audio/video docs - these are now available. | Ben Sturmfels | 2021-03-12 | 1 | -5/+0 | |
| | ||||||
* | Direct wiki links to archive.org. | Ben Sturmfels | 2021-03-12 | 5 | -7/+7 | |
| | ||||||
* | Tweak upgrade docs. | Ben Sturmfels | 2021-03-10 | 2 | -57/+55 | |
| | ||||||
* | Update version number, relnotes and upgrading docs in preparation for release. | Ben Sturmfels | 2021-03-10 | 4 | -29/+41 | |
| | ||||||
* | Fix typo. | Ben Sturmfels | 2021-03-10 | 2 | -2/+13 | |
| | ||||||
* | Add Jesús E. to AUTHORS. | Ben Sturmfels | 2021-03-10 | 2 | -1/+2 | |
| | ||||||
* | Note that download link sorting will be wrong for higher resolutions. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 | |
| | ||||||
* | Update relnotes. | 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 | |
| | | | | | | | 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 Sturmfels | 2021-03-09 | 1 | -1/+1 | |
| | ||||||
* | Say `git submodule update --init` - it's shorter. | Ben Sturmfels | 2021-03-09 | 4 | -9/+5 | |
| | ||||||
* | Remove test lines in Dockerfiles. | Ben Sturmfels | 2021-03-09 | 3 | -2/+1 | |
| | ||||||
* | Run LDAP, OpenID and PDF tests under Docker. | Ben Sturmfels | 2021-03-09 | 6 | -5/+34 | |
| | ||||||
* | Remove outdated docs on missing Python 3 spectrograms. | Ben Sturmfels | 2021-03-09 | 1 | -6/+0 | |
| | ||||||
* | Extend Fedora Dockerfile, add sourcehut builds for Debian and Fedora. | Ben Sturmfels | 2021-03-09 | 6 | -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 Sturmfels | 2021-03-08 | 3 | -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 Mehani | 2021-03-08 | 1 | -0/+11 | |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | |||||
* | Add Charlotte Koch to AUTHORS. | Ben Sturmfels | 2021-03-06 | 2 | -0/+2 | |
| | ||||||
* | Pin sqlalchemy to a known good version. | Charlotte Koch | 2021-03-06 | 1 | -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 Sturmfels | 2021-03-06 | 3 | -1/+19 | |
| | ||||||
* | Update relnotes re. passing test suite. | Ben Sturmfels | 2021-03-06 | 1 | -2/+3 | |
| | ||||||
* | Re-enable tests in Dockerfiles. | Ben Sturmfels | 2021-03-06 | 2 | -4/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Update relnotes. | Ben Sturmfels | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | Remove reference to --with-python3. | Ben Sturmfels | 2021-03-06 | 2 | -2/+2 | |
| | ||||||
* | 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 | 158 | -1391/+1353 | |
| | ||||||
* | Remove six library. | Ben Sturmfels | 2021-03-05 | 4 | -5/+1 | |
| | ||||||
* | Update relnotes with bug fixes since 0.10.0. | Ben Sturmfels | 2021-03-03 | 1 | -0/+3 | |
| | ||||||
* | Show last git commit when building Docker image. | Ben Sturmfels | 2021-03-03 | 2 | -0/+2 | |
| | ||||||
* | Reinstate audio spectrograms on Python 3 [#5610]. | Fernando Gutierrez | 2021-03-03 | 11 | -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 Sturmfels | 2021-03-03 | 8 | -228/+9 | |
| | ||||||
* | Use official repo in Dockerfile. | Ben Sturmfels | 2021-03-03 | 1 | -2/+2 | |
| | ||||||
* | Pin wtforms due to removal of ext module. | Ben Sturmfels | 2021-03-03 | 1 | -1/+2 | |
| | ||||||
* | docs: Document video resolution config. | Ben Sturmfels | 2020-05-16 | 1 | -0/+16 | |
| |