Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate audio spectrograms on Python 3 [#5610]. | Fernando Gutierrez | 2021-03-03 | 2 | -2/+4 |
| | | | | | | | | 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 | 3 | -27/+3 |
| | |||||
* | docs: Document video resolution config. | Ben Sturmfels | 2020-05-16 | 1 | -0/+16 |
| | |||||
* | 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 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Now in 0.11.0 development cycle. | Ben Sturmfels | 2020-05-06 | 1 | -0/+12 |
| | |||||
* | 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 |
| | |||||
* | docs: Tweak the release notes and deployment docs following testing. | Ben Sturmfels | 2020-05-04 | 3 | -53/+59 |
| | |||||
* | Add release notes for v0.10.0. | Ben Sturmfels | 2020-05-01 | 1 | -24/+135 |
| | |||||
* | 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 | 1 | -5/+6 |
| | | | | video [#5589]. | ||||
* | 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 | 1 | -2/+6 |
| | |||||
* | Review and update the deploment docs for Debian 10 and CentOS 8 [#5593]. | Ben Sturmfels | 2020-04-29 | 2 | -311/+297 |
| | | | | | | 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. | ||||
* | Fix dependencies and tests for clean Python 2 & 3 test runs under Docker. | Ben Sturmfels | 2020-04-28 | 1 | -0/+3 |
| | | | | | This change gives a clean test run in the Debian-based Python 2 and Python 3 docker images. | ||||
* | Remove spectrograms from Python 2 also [#5594]. | Ben Sturmfels | 2020-04-28 | 1 | -16/+5 |
| | | | | | | For 0.10.0 we're removing specrograms entirely for reliability. This change only disables spectrograms and updates install docs and Dockerfiles. We still need to strip out all the spectrogram code and extlib/freesound/. | ||||
* | Properly quote --without-python3 in docs (#5596). | Ben Sturmfels | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Fix missing logo in docs. | Ben Sturmfels | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu. | Ben Sturmfels | 2020-04-28 | 3 | -6/+11 |
| | | | | The * feels like it might confuse no-programmers. | ||||
* | Add some initial release notes for 0.10.0 (incomplete). | Ben Sturmfels | 2020-04-24 | 1 | -0/+34 |
| | |||||
* | Switch to Python 3 by default. | Ben Sturmfels | 2020-04-24 | 2 | -17/+17 |
| | | | | Addresses #5592. | ||||
* | Adding 'Waitress' where 'FastCGI' was previously referenced | Michael Lynch | 2020-04-15 | 2 | -3/+3 |
| | |||||
* | Removing flup and fastcgi from documentation | Michael Lynch | 2020-04-14 | 3 | -54/+13 |
| | | | | | | flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support. This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources. | ||||
* | Document SSL/TLS SMTP options. | Ben Sturmfels | 2020-04-07 | 1 | -4/+6 |
| | |||||
* | Use audio icon when spectrogram fails. Add note to doc:media-types. | Jorge | 2020-04-02 | 1 | -3/+6 |
| | | | | | | | | | | In addition to side-stepping spectrograms completely in Python 3 in 1038aea8, this commit adds some fallbacks that will help with potential issues in Python 2. Fixes Issue #5457 Signed-off-by: Ben Sturmfels <ben@sturm.com.au> Author: Jorge <mediagoblin@gybs.waa> | ||||
* | Work around lack of scikits.audiolab support on Python 3. | Ben Sturmfels | 2019-09-12 | 1 | -1/+4 |
| | |||||
* | Fix bulkupload documentation example. | Ben Sturmfels | 2019-09-12 | 1 | -1/+1 |
| | | | | | The `bulkupload` command expects "dc:title", rather than "dcterms:title". Similar for description. | ||||
* | Use https:// instead of git:// to clone [#5551] | Andrew Browning | 2018-04-02 | 2 | -5/+5 |
| | | | | This was partially addressed in eee3e41 but missed many items. | ||||
* | remove mentions of mediagoblin_local.ini | Boris Bobrov | 2017-11-13 | 5 | -40/+12 |
| | |||||
* | clarify installation instructions about mediagoblin.ini | Boris Bobrov | 2017-11-13 | 1 | -2/+5 |
| | |||||
* | Handle collection in batchaddmedia command | Simen Heggestøyl | 2017-10-16 | 1 | -0/+1 |
| | | | | | | | Make the batchaddmedia command look for a 'collection-slug' column, that for each row may specify the slug of a collection that the media should be added to. This matches the '--collection-slug' argument of the addmedia command. | ||||
* | Update batchaddmedia csv description docs [5458] | Andrew Browning | 2017-10-08 | 1 | -1/+1 |
| | | | | | | Commit c0ea2bad changed the expected location column header of csv files used by the batchaddmedia command from 'media:location' to 'location'. This change updates the docs to match. | ||||
* | Fix #5517 - Change docs to clone repo using https | Andrew Browning | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Properly escape asterisk in *buntu | Andrew Browning | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Switch to rabbitmq by default and in docs | Boris Bobrov | 2017-06-09 | 1 | -2/+7 |
| | |||||
* | Merge remote-tracking branch 'spechards-mediagoblin/master' | Boris Bobrov | 2017-01-29 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915 | ||||
| * | Add collection option to 'addmedia' cli uploading | Stéphane Péchard | 2014-07-13 | 1 | -0/+1 |
| | | |||||
* | | Fix minor grammar issues in contributing docs; add new contributor. | Ben Sturmfels | 2016-11-13 | 1 | -3/+2 |
| | | |||||
* | | Add links in site-admin documentation foreword | Alexandre Franke | 2016-11-13 | 1 | -3/+5 |
| | | | | | | | | Fixes #5490 | ||||
* | | Spell-check the entire documentation. | Ben Sturmfels | 2016-09-18 | 20 | -159/+155 |
| | | |||||
* | | Fix #822 - doc typo s/Plugin/PluginManager/ | Loic Dachary | 2016-07-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org> | ||||
* | | A bit of a documentation update around celery systemd init files | Christopher Allan Webber | 2016-07-13 | 1 | -0/+3 |
| | | |||||
* | | doc: 0.9.0 release notes | Christopher Allan Webber | 2016-03-29 | 1 | -0/+41 |
| | | | | | | | | * doc/source/siteadmin/relnotes.rst: Add release notes for 0.9.0. |