aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Update relnotes.Ben Sturmfels2021-04-231-0/+1
|
* Update relnotes.Ben Sturmfels2021-04-101-0/+1
|
* Document re-installation of plugins during upgrade [#5611].Ben Sturmfels2021-04-092-6/+16
|
* Now in the 0.12.0 development cycle.Ben Sturmfels2021-04-051-1/+1
|
* Note fixed Debian 11 test suite.Ben Sturmfels2021-04-051-0/+4
|
* docs: Fix broken link to separate Celery section.Ben Sturmfels2021-03-301-1/+1
|
* docs: Add a draft release checklist.Ben Sturmfels2021-03-302-0/+24
|
* Note Guix "meta" issue tracking the packaging process.Ben Sturmfels2021-03-301-0/+2
|
* docs: Tune up the celery and production deployments documentation.Ben Sturmfels2021-03-292-136/+79
|
* docs: Remove explicit references to Python 3 (now assumed).Ben Sturmfels2021-03-291-20/+6
|
* docs: Tune up configuration documentation.Ben Sturmfels2021-03-293-40/+44
|
* Update relnotes.Ben Sturmfels2021-03-291-0/+2
|
* docs: Mention that `dbupdate` is sometimes required after changing config.Rodrigo Martins2021-03-291-0/+5
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Convert atom feeds to use feedgenerator library.Ben Sturmfels2021-03-161-0/+9
| | | | | | | | | | | | | | | 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.
* Clarify how to find the version number.Ben Sturmfels2021-03-121-2/+2
|
* Remove note about missing Fedora audio/video docs - these are now available.Ben Sturmfels2021-03-121-5/+0
|
* 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-102-27/+39
|
* Fix typo.Ben Sturmfels2021-03-102-2/+13
|
* Add Jesús E. to AUTHORS.Ben Sturmfels2021-03-101-1/+1
|
* Update relnotes.Ben Sturmfels2021-03-091-0/+1
|
* Say `git submodule update --init` - it's shorter.Ben Sturmfels2021-03-091-2/+1
|
* Remove test lines in Dockerfiles.Ben Sturmfels2021-03-091-0/+1
|
* 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-093-8/+15
| | | | | | 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-082-5/+14
| | | | | Dependencies need to be installed from PyPI in Debian 10/11 due to missing python3-py3exiv2 package.
* Add Charlotte Koch to AUTHORS.Ben Sturmfels2021-03-061-0/+1
|
* Update relnotes re. passing test suite.Ben Sturmfels2021-03-061-2/+3
|
* Update relnotes.Ben Sturmfels2021-03-061-1/+1
|
* Update relnotes with bug fixes since 0.10.0.Ben Sturmfels2021-03-031-0/+3
|
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-032-2/+4
| | | | | | | | 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-033-27/+3
|
* docs: Document video resolution config.Ben Sturmfels2020-05-161-0/+16
|
* 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-121-0/+1
| | | | | | 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.
* 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
|
* Now in 0.11.0 development cycle.Ben Sturmfels2020-05-061-0/+12
|
* 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
|
* Remove reference to Gitorious.Ben Sturmfels2020-05-041-8/+0
|
* docs: Tweak the release notes and deployment docs following testing.Ben Sturmfels2020-05-043-53/+59
|
* Add release notes for v0.10.0.Ben Sturmfels2020-05-011-24/+135
|
* docs: Note possible permission issues during install.Ben Sturmfels2020-04-301-0/+11
|
* subtitles: Add documentation, limit uploads to *.vtt files, only show for ↵Ben Sturmfels2020-04-301-5/+6
| | | | video [#5589].
* Test and update the media-types docs with Debian 10 and CentOS.Ben Sturmfels2020-04-292-85/+85
| | | | Unfortunately wasn't able to get video going in CentOS.
* Fix headings in production.rst.Ben Sturmfels2020-04-291-2/+2
|
* Fix some docs build warnings.Ben Sturmfels2020-04-296-18/+23
|