aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add billiard required by celeryHEADmasterJesús2022-03-011-0/+1
|
* Add snowballstemmer required by sphinxJesús2022-03-011-0/+1
|
* [audio.html]: force downloadJesús2022-03-011-2/+2
|
* Show spectrogram if javascript is enabledJesús2022-03-011-6/+25
|
* Enable search to public usersJesús2022-02-282-0/+2
|
* Add Search plugin: indexedsearchJesús2022-02-2817-0/+1333
|
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-2843-259/+36066
|
* Remove duplicate pdf.js submoduleJesús2022-02-281-3/+0
|
* Move permissions lines.Ben Sturmfels2021-10-111-10/+10
|
* Fix virtualenv permissions.Ben Sturmfels2021-10-111-1/+2
|
* Replace py-bcrypt with bcrypt.Elisei Roca2021-10-114-7/+7
| | | | | | | | | 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 Sturmfels2021-10-111-8/+8
|
* Add instructions to set permissions on installation directories.Ben Sturmfels2021-10-111-0/+9
|
* Fix docs RST formatting.Ben Sturmfels2021-10-081-1/+1
|
* Note the need to wrap PDF-related binaries for Guix.Ben Sturmfels2021-10-051-0/+6
|
* Fix typos.jgart2021-10-051-2/+2
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Add cc0 license to guix package.jgart2021-09-231-2/+2
| | | | | | | | | | | | `license:` as a prefix is a common convention for imported license names in guix upstream code. licenses in guix are modeled as variables that point to the instantiation of a particular license record. See (guix licenses) module for more info. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Fix some unused imports and local variables.Ben Sturmfels2021-09-2327-94/+63
|
* Update deploying docs to require Python 3.6+.Ben Sturmfels2021-09-232-4/+6
|
* Add Ubuntu 20.04 CI build, reinstate Debian 10 build.Ben Sturmfels2021-09-234-4/+144
|
* Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04.Ben Sturmfels2021-09-232-1/+9
| | | | | 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 Sturmfels2021-09-231-3/+3
|
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-2357-162/+160
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* Fix spacing.Ben Sturmfels2021-09-201-1/+2
|
* Mention building docs in contributing.Ben Sturmfels2021-09-201-0/+1
|
* Add a stub "contributing" page to documentation.Ben Sturmfels2021-09-202-0/+30
|
* Don't ignore .patch files.Ben Sturmfels2021-09-201-1/+0
| | | | I like to be able to see these in Magit.
* Actually add the page. :)Ben Sturmfels2021-09-201-0/+51
|
* Add a troubleshooting page to the docs.Ben Sturmfels2021-09-202-0/+2
|
* Update relnotes.Ben Sturmfels2021-09-201-5/+1
|
* Set videos to preload="metadata" to prevent upfront download [trac#5625].Michael McMahon2021-09-204-10/+11
| | | | | | | | | | | | | | | | 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>
* Fix link.Ben Sturmfels2021-09-201-2/+2
|
* Neaten up readme.Ben Sturmfels2021-09-201-34/+23
|
* Fix readme join link.Ben Sturmfels2021-09-201-1/+1
|
* Link to website from readme.Ben Sturmfels2021-09-201-4/+4
|
* Add a goblin to our readme.Ben Sturmfels2021-09-201-0/+2
|
* Convert README to Markdown for better display on SourceHut.Ben Sturmfels2021-09-201-16/+11
|
* Remove unneeded shebang from test_processing.py.Elisei Roca2021-09-201-2/+0
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Add db/migrations/env.py to MANIFEST.inElisei Roca2021-09-204-5/+3
| | | | | | | 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>
* Fix references to non-existant package.json [trac#5615].Ben Sturmfels2021-09-191-6/+6
|
* Extend left/right arrow key navigation to paginated views [#5627].Olivier Mehani2021-09-196-2/+17
| | | | | | Includes "home", "collection", "view all user's media" and "user's profile" views. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Update for 0.13.0 development cycle.Ben Sturmfels2021-09-192-2/+2
|
* Extend release instructions.Ben Sturmfels2021-09-192-4/+9
|
* Remove mention of Python 2.7.Ben Sturmfels2021-09-191-2/+1
|
* 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-185-4/+6
| | | | | | | | 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.
* Fix bad name of Debian CI build file.Ben Sturmfels2021-09-181-0/+0
|
* Switch to propagated inputs.Ben Sturmfels2021-09-171-3/+4
|