Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a troubleshooting page to the docs. | Ben Sturmfels | 2021-09-20 | 1 | -0/+1 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-09-20 | 1 | -5/+1 |
| | |||||
* | Set videos to preload="metadata" to prevent upfront download [trac#5625]. | Michael McMahon | 2021-09-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Setting was previously preload="auto". While preload="auto" *does not* cause a full upfront download on Firefox, Abrowser, IceCat or Chromium, a user reported on the LibrePlanet mailing list that it was causing a full download on their browser. The specifications leave it up to the browser do decide whether to download, but it makes sense to do what we can to avoid surprising people on low bandwidth/quota internet connections. https://html.spec.whatwg.org/multipage/media.html#attr-media-preload Further, media.libreplanet.org (one of MediaGoblin's biggest users) has implement this change locally, so it makes sense for us to stay in sync. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Add db/migrations/env.py to MANIFEST.in | Elisei Roca | 2021-09-20 | 1 | -0/+1 |
| | | | | | | | This fixes a warning I have with packaging where this file would get installed in the wrong place (/usr/mediagoblin/env.py). Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Extend left/right arrow key navigation to paginated views [#5627]. | Olivier Mehani | 2021-09-19 | 1 | -0/+5 |
| | | | | | | Includes "home", "collection", "view all user's media" and "user's profile" views. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Extend release instructions. | Ben Sturmfels | 2021-09-19 | 1 | -2/+1 |
| | |||||
* | Remove mention of Python 2.7. | Ben Sturmfels | 2021-09-19 | 1 | -2/+1 |
| | |||||
* | Reword. | Ben Sturmfels | 2021-09-18 | 1 | -2/+2 |
| | |||||
* | Refine release notes. | Ben Sturmfels | 2021-09-18 | 1 | -20/+19 |
| | |||||
* | Update release notes for 0.12.0. | Ben Sturmfels | 2021-09-18 | 1 | -7/+36 |
| | |||||
* | Remove --system-site-packages argument to ./configure. | Ben Sturmfels | 2021-09-18 | 3 | -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 Sturmfels | 2021-09-13 | 1 | -0/+6 |
| | |||||
* | Revert "Disable registrations by default due to spam." | Ben Sturmfels | 2021-09-12 | 3 | -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 Sturmfels | 2021-09-12 | 1 | -8/+6 |
| | |||||
* | Disable registrations by default due to spam. | Ben Sturmfels | 2021-09-04 | 3 | -12/+18 |
| | |||||
* | Update deploy docs for Debian 11. | Ben Sturmfels | 2021-08-23 | 2 | -3/+2 |
| | |||||
* | Don't disable existing loggers when initialising Celery. | Ben Sturmfels | 2021-08-23 | 1 | -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 Sturmfels | 2021-08-23 | 1 | -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 Pessotto | 2021-08-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Convert notifications.js to vanilla JavaScript (no jQuery). | Ben Sturmfels | 2021-08-19 | 1 | -0/+1 |
| | |||||
* | None need for TLS in docs. | Ben Sturmfels | 2021-08-19 | 1 | -0/+3 |
| | |||||
* | Remove old docs link to Persona. | Ben Sturmfels | 2021-08-16 | 1 | -1/+1 |
| | |||||
* | Document running multiple MediaGoblin instances on one server. | Ben Sturmfels | 2021-08-15 | 2 | -4/+22 |
| | |||||
* | Document how to display EXIF data. | Ben Sturmfels | 2021-08-15 | 1 | -0/+11 |
| | |||||
* | Document how to view Systemd logs. | Ben Sturmfels | 2021-08-15 | 1 | -0/+5 |
| | |||||
* | Remove Debian 10 development Dockerfile. | Ben Sturmfels | 2021-08-15 | 1 | -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 Sturmfels | 2021-04-23 | 1 | -0/+1 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-04-23 | 1 | -0/+1 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-04-10 | 1 | -0/+1 |
| | |||||
* | Document re-installation of plugins during upgrade [#5611]. | Ben Sturmfels | 2021-04-09 | 2 | -6/+16 |
| | |||||
* | Now in the 0.12.0 development cycle. | Ben Sturmfels | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Note fixed Debian 11 test suite. | Ben Sturmfels | 2021-04-05 | 1 | -0/+4 |
| | |||||
* | docs: Fix broken link to separate Celery section. | Ben Sturmfels | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Note Guix "meta" issue tracking the packaging process. | Ben Sturmfels | 2021-03-30 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+5 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Convert atom feeds to use feedgenerator library. | Ben Sturmfels | 2021-03-16 | 1 | -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 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 | 2 | -3/+3 |
| | |||||
* | 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 | 2 | -27/+39 |
| | |||||
* | Fix typo. | Ben Sturmfels | 2021-03-10 | 2 | -2/+13 |
| | |||||
* | Add Jesús E. to AUTHORS. | Ben Sturmfels | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 |
| | |||||
* | Say `git submodule update --init` - it's shorter. | Ben Sturmfels | 2021-03-09 | 1 | -2/+1 |
| | |||||
* | Remove test lines in Dockerfiles. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 |
| |