aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Reword.Ben Sturmfels2021-09-181-2/+2
|
* Refine release notes.Ben Sturmfels2021-09-181-20/+19
|
* Update release notes for 0.12.0.Ben Sturmfels2021-09-181-7/+36
|
* Remove --system-site-packages argument to ./configure.Ben Sturmfels2021-09-183-2/+4
| | | | | | | | MediaGoblin ignores this argument and creates a virtualenv with --system-site-packages regardless. Appears it's been this way since the early days. Removing this make the installation instructions easier to read.
* Add note asking for feedback on installation process.Ben Sturmfels2021-09-131-0/+6
|
* Revert "Disable registrations by default due to spam."Ben Sturmfels2021-09-123-18/+12
| | | | | | | Turns out this breaks tests. Will attempt again when I have time to deal with the tests. This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51.
* Update Guix todos.Ben Sturmfels2021-09-121-8/+6
|
* Disable registrations by default due to spam.Ben Sturmfels2021-09-043-12/+18
|
* Update deploy docs for Debian 11.Ben Sturmfels2021-08-232-3/+2
|
* Don't disable existing loggers when initialising Celery.Ben Sturmfels2021-08-231-0/+1
| | | | | | | | | | | | | | | Prior to this change, the Celery logging did not include any of the logging calls within MediaGoblin because `disable_existing_loggers` defaulted to True. This was unhelpful and inconsistent with the logging behaviour of the web process. The MediaGoblin web process sets logging output based on the configuration in paste.ini. This is loaded by the `paster` program, rather than MediaGoblin itself. The MediaGoblin celery process manually loads its logging config from paste.ini, but previously defaulted to `disable_existing_loggers=True`, meaning that none of the application logging flowed through unless the logger was explicitly added to paste.ini.
* Fix images being marked as failed after Celery restart [#5608].Ben Sturmfels2021-08-231-0/+1
| | | | | | | | | | Following the video transcoding work included in v0.10.0, uploading an image and restarting Celery resulted in the image being marked as failed, even after it had been initially successfully processed. The issue was that the initial processing task was not being acknowledged by the task queue following the introduction of the `CELERY_ACKS_LATE` setting. It's not clear why this is the case, but reverting the setting fixes this issue and doesn't negatively impact video processing.
* Remove reference to jsonschema.compat now removed upstream.Marco Pessotto2021-08-201-0/+1
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Convert notifications.js to vanilla JavaScript (no jQuery).Ben Sturmfels2021-08-191-0/+1
|
* None need for TLS in docs.Ben Sturmfels2021-08-191-0/+3
|
* Remove old docs link to Persona.Ben Sturmfels2021-08-161-1/+1
|
* Document running multiple MediaGoblin instances on one server.Ben Sturmfels2021-08-152-4/+22
|
* Document how to display EXIF data.Ben Sturmfels2021-08-151-0/+11
|
* Document how to view Systemd logs.Ben Sturmfels2021-08-151-0/+5
|
* Remove Debian 10 development Dockerfile.Ben Sturmfels2021-08-151-1/+4
| | | | | Debian 11 has been released, so future releases need not provide explicit support for Debian 10.
* Add jgart to authors, mention old persona plugin in pluginwriter docs.Ben Sturmfels2021-04-232-0/+6
|
* Remove Mozilla Persona plugin [#5512].jgart2021-04-232-3/+0
| | | | | | Mozilla persona is RIP since 2016. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* 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
|