Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -10/+9 |
| | |||||
* | Move permissions lines. | Ben Sturmfels | 2021-10-11 | 1 | -10/+10 |
| | |||||
* | Fix virtualenv permissions. | Ben Sturmfels | 2021-10-11 | 1 | -1/+2 |
| | |||||
* | Replace py-bcrypt with bcrypt. | Elisei Roca | 2021-10-11 | 1 | -0/+1 |
| | | | | | | | | | Almost a drop-in replacement, only needed some str - byte conversions. The former has not seen a release since 2013, the latter is active with a last release on Aug. 16th 2020. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Add sudo. | Ben Sturmfels | 2021-10-11 | 1 | -8/+8 |
| | |||||
* | Add instructions to set permissions on installation directories. | Ben Sturmfels | 2021-10-11 | 1 | -0/+9 |
| | |||||
* | Fix docs RST formatting. | Ben Sturmfels | 2021-10-08 | 1 | -1/+1 |
| | |||||
* | Fix typos. | jgart | 2021-10-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Update deploying docs to require Python 3.6+. | Ben Sturmfels | 2021-09-23 | 2 | -4/+6 |
| | |||||
* | Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04. | Ben Sturmfels | 2021-09-23 | 1 | -0/+7 |
| | | | | | This also aligns with our requirement of Python 3.6 or greater due to recent jinja2 versions requiring f-strings. | ||||
* | Fix old references to Debian 10 in deployment docs. | Ben Sturmfels | 2021-09-23 | 1 | -3/+3 |
| | |||||
* | Actually add the page. :) | Ben Sturmfels | 2021-09-20 | 1 | -0/+51 |
| | |||||
* | 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 |
| |