Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention some additional default settings in the config [#5618]. | Olivier Mehani | 2021-03-08 | 1 | -0/+11 | |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | |||||
* | Add Charlotte Koch to AUTHORS. | Ben Sturmfels | 2021-03-06 | 2 | -0/+2 | |
| | ||||||
* | Pin sqlalchemy to a known good version. | Charlotte Koch | 2021-03-06 | 1 | -1/+1 | |
| | | | | | | | | The latest version is 1.4.0b1 which changes some internals a bit... internals which unforuntately mediagoblin's DatabaseManager screw around with (namely, _decl_class_registry) Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | |||||
* | Note that Docker deployments are not officially supported or mature. | Ben Sturmfels | 2021-03-06 | 3 | -1/+19 | |
| | ||||||
* | Update relnotes re. passing test suite. | Ben Sturmfels | 2021-03-06 | 1 | -2/+3 | |
| | ||||||
* | Re-enable tests in Dockerfiles. | Ben Sturmfels | 2021-03-06 | 2 | -4/+8 | |
| | ||||||
* | More robust test fix. | Ben Sturmfels | 2021-03-06 | 1 | -2/+2 | |
| | ||||||
* | Fix broken metadata editing test. | Ben Sturmfels | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | Update relnotes. | Ben Sturmfels | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | Remove reference to --with-python3. | Ben Sturmfels | 2021-03-06 | 2 | -2/+2 | |
| | ||||||
* | Remove remaining Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 4 | -25/+1 | |
| | ||||||
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 74 | -175/+35 | |
| | ||||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 158 | -1391/+1353 | |
| | ||||||
* | Remove six library. | Ben Sturmfels | 2021-03-05 | 4 | -5/+1 | |
| | ||||||
* | Update relnotes with bug fixes since 0.10.0. | Ben Sturmfels | 2021-03-03 | 1 | -0/+3 | |
| | ||||||
* | Show last git commit when building Docker image. | Ben Sturmfels | 2021-03-03 | 2 | -0/+2 | |
| | ||||||
* | Reinstate audio spectrograms on Python 3 [#5610]. | Fernando Gutierrez | 2021-03-03 | 11 | -1042/+311 | |
| | | | | | | | | 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 Sturmfels | 2021-03-03 | 8 | -228/+9 | |
| | ||||||
* | Use official repo in Dockerfile. | Ben Sturmfels | 2021-03-03 | 1 | -2/+2 | |
| | ||||||
* | Pin wtforms due to removal of ext module. | Ben Sturmfels | 2021-03-03 | 1 | -1/+2 | |
| | ||||||
* | docs: Document video resolution config. | Ben Sturmfels | 2020-05-16 | 1 | -0/+16 | |
| | ||||||
* | Further document guix workaround for Werkzeug. | Ben Sturmfels | 2020-05-13 | 1 | -1/+6 | |
| | ||||||
* | Fix Mac dev setup issues [#5442]. | Jeremy Bowman | 2020-05-13 | 3 | -1/+7 | |
| | | | | | | | | | A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed. | |||||
* | Increase Nginx upload limit to 100m, improve related docs [#5496]. | Ben Sturmfels | 2020-05-13 | 3 | -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 Gutierrez | 2020-05-12 | 3 | -1/+2 | |
| | | | | | | 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. | |||||
* | Fix consistency in license list. | Ben Sturmfels | 2020-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fix error generating Atom feed upon blank title [#1018]. | Ben Sturmfels | 2020-05-11 | 1 | -1/+4 | |
| | ||||||
* | fixup! docs: Add chapter on upgrading, inc. system Python upgrades [#972]. | Ben Sturmfels | 2020-05-11 | 1 | -0/+88 | |
| | ||||||
* | docs: Add chapter on upgrading, inc. system Python upgrades [#972]. | Ben Sturmfels | 2020-05-11 | 3 | -61/+9 | |
| | ||||||
* | docs: Tweak deployment docs headings, link to configuration docs. | Ben Sturmfels | 2020-05-11 | 2 | -50/+41 | |
| | ||||||
* | fixup! Now in 0.11.0 development cycle. | Ben Sturmfels | 2020-05-06 | 2 | -2/+2 | |
| | ||||||
* | Now in 0.11.0 development cycle. | Ben Sturmfels | 2020-05-06 | 1 | -0/+12 | |
| | ||||||
* | Make ldap plugin python3 compatible | Olivier Mehani | 2020-05-06 | 2 | -2/+2 | |
| | | | | Signed-off-by: Olivier Mehani <shtrom+mediagoblin@ssji.net> | |||||
* | docs: Update relnotes to remove "node_modules". | Ben Sturmfels | 2020-05-05 | 1 | -8/+14 | |
| | ||||||
* | docs: Link up subtitles and video qualities in release notes. | Ben Sturmfels | 2020-05-04 | 1 | -2/+2 | |
| | ||||||
* | Remove reference to Gitorious. | Ben Sturmfels | 2020-05-04 | 1 | -8/+0 | |
| | ||||||
* | Update version for release. | Ben Sturmfels | 2020-05-04 | 1 | -1/+1 | |
| | ||||||
* | docs: Tweak the release notes and deployment docs following testing. | Ben Sturmfels | 2020-05-04 | 4 | -53/+60 | |
| | ||||||
* | Add release notes for v0.10.0. | Ben Sturmfels | 2020-05-01 | 4 | -57/+178 | |
| | ||||||
* | Allow Python 2 minor version upgrades [#5595]. | Ben Sturmfels | 2020-04-30 | 1 | -77/+77 | |
| | ||||||
* | Forcibly pin all Python 2 dependencies [#5595]. | Ben Sturmfels | 2020-04-30 | 1 | -11/+77 | |
| | | | | | This is really horrible, but seems like the only way to stop Python 2 installs breaking randomly in the future. | |||||
* | Fix Python 2 package dependencies and sub-dependencies [#5595]. | Ben Sturmfels | 2020-04-30 | 1 | -2/+7 | |
| | | | | | | | | | | | This fixes the installation process *right now* on Python 2. The problem is that packages are dropping Python 2 support all over the place and due to our (deliberate) loose dependency version specifications and the loose sub-dependency version specifications, it's one horrible mess. But it works right now. Next up I'll be pinning all the currently installed Python 2 packages and all dependencies. | |||||
* | docs: Note possible permission issues during install. | Ben Sturmfels | 2020-04-30 | 1 | -0/+11 | |
| | ||||||
* | subtitles: Add documentation, limit uploads to *.vtt files, only show for ↵ | Ben Sturmfels | 2020-04-30 | 5 | -10/+41 | |
| | | | | video [#5589]. | |||||
* | Add deprecation warning when running Python 2 [#5598]. | Ben Sturmfels | 2020-04-29 | 1 | -0/+12 | |
| | ||||||
* | Test and update the media-types docs with Debian 10 and CentOS. | Ben Sturmfels | 2020-04-29 | 2 | -85/+85 | |
| | | | | Unfortunately wasn't able to get video going in CentOS. | |||||
* | Fix headings in production.rst. | Ben Sturmfels | 2020-04-29 | 1 | -2/+2 | |
| | ||||||
* | Fix some docs build warnings. | Ben Sturmfels | 2020-04-29 | 6 | -18/+23 | |
| | ||||||
* | Add CentOS rabbitmq instructions. | Ben Sturmfels | 2020-04-29 | 2 | -6/+7 | |
| | ||||||
* | Review and update the deploment docs for Debian 10 and CentOS 8 [#5593]. | Ben Sturmfels | 2020-04-29 | 5 | -318/+303 | |
| | | | | | | Mostly a thorough test and cleanup. The significant change is moving the systemd config into the deployment docs an the registration/security considerations to production considerations docs. |