aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Improve responsive on medium destkop screensChocobozzz2023-05-261-1/+1
|
* Add missing tests env docChocobozzz2023-05-261-0/+2
|
* Specify runner name when unregistering the runnerChocobozzz2023-05-261-1/+1
|
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Add correct feed image to RSS channel * Prefer HLS videos for podcast RSS Remove video/stream titles, add optional height attribute to podcast RSS * Prefix podcast RSS images with root server URL * Add optional video query support to include captions * Add transcripts & person images to podcast RSS feed * Prefer webseed/webtorrent files over HLS fragmented mp4s * Experimentally adding podcast fields to basic config page * Add validation for new basic config fields * Don't include "content" in podcast feed, use full description for "description" * Initial test implementation of Podcast RSS This is a pretty simple implementation to add support for The Podcast Namespace in RSS -- instead of affecting the existing RSS implementation, this adds a new UI option. I attempted to retain compatibility with the rest of the RSS feed implementation as much as possible and have created a temporary fork of the "pfeed" library to support this effort. * Update to pfeed-podcast 1.2.2 * Add correct feed image to RSS channel * Prefer HLS videos for podcast RSS Remove video/stream titles, add optional height attribute to podcast RSS * Prefix podcast RSS images with root server URL * Add optional video query support to include captions * Add transcripts & person images to podcast RSS feed * Prefer webseed/webtorrent files over HLS fragmented mp4s * Experimentally adding podcast fields to basic config page * Add validation for new basic config fields * Don't include "content" in podcast feed, use full description for "description" * Add medium/socialInteract to podcast RSS feeds. Use HTML for description * Change base production image to bullseye, install prosody in image * Add liveItem and trackers to Podcast RSS feeds Remove height from alternateEnclosure, replaced with title. * Clear Podcast RSS feed cache when live streams start/end * Upgrade to Node 16 * Refactor clearCacheRoute to use ApiCache * Remove unnecessary type hint * Update dockerfile to node 16, install python-is-python2 * Use new file paths for captions/playlists * Fix legacy videos in RSS after migration to object storage * Improve method of identifying non-fragmented mp4s in podcast RSS feeds * Don't include fragmented MP4s in podcast RSS feeds * Add experimental support for podcast:categories on the podcast RSS item * Fix undefined category when no videos exist Allows for empty feeds to exist (important for feeds that might only go live) * Add support for podcast:locked -- user has to opt in to show their email * Use comma for podcast:categories delimiter * Make cache clearing async * Fix merge, temporarily test with pfeed-podcast * Syntax changes * Add EXT_MIMETYPE constants for captions * Update & fix tests, fix enclosure mimetypes, remove admin email * Add test for podacst:socialInteract * Add filters hooks for podcast customTags * Remove showdown, updated to pfeed-podcast 6.1.2 * Add 'action:api.live-video.state.updated' hook * Avoid assigning undefined category to podcast feeds * Remove nvmrc * Remove comment * Remove unused podcast config * Remove more unused podcast config * Fix MChannelAccountDefault type hint missed in merge * Remove extra line * Re-add newline in config * Fix lint errors for isEmailPublic * Fix thumbnails in podcast feeds * Requested changes based on review * Provide podcast rss 2.0 only on video channels * Misc cleanup for a less messy PR * Lint fixes * Remove pfeed-podcast * Add peertube version to new hooks * Don't use query include, remove TODO * Remove film medium hack * Clear podcast rss cache before video/channel update hooks * Clear podcast rss cache before video uploaded/deleted hooks * Refactor podcast feed cache clearing * Set correct person name from video channel * Styling * Fix tests --------- Co-authored-by: Chocobozzz <me@florianbigard.com>
* More robust chunk handlerChocobozzz2023-05-191-0/+1
|
* Add nginx config to receive runner job resultsChocobozzz2023-05-171-0/+7
|
* Fix docker compose guideChocobozzz2023-05-161-7/+8
|
* Better runner error UX when server is not runChocobozzz2023-05-161-2/+2
|
* Add peertube-runner CLI docChocobozzz2023-05-091-25/+59
|
* Add TMP persistent directoryChocobozzz2023-05-091-0/+1
| | | | To store files that must be preserved between peertube restarts
* Add runner jobs openapiChocobozzz2023-05-091-4/+694
|
* Fix activitypub doc URLChocobozzz2023-05-093-9/+9
|
* Update tools docChocobozzz2023-05-091-44/+1
|
* Breaking: docker requires compose v2Chocobozzz2023-04-141-4/+13
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-121-0/+11
| | | | | * filter already watched videos * Updated code based on review comments
* feat(docker): make database name configurable (#5734)Joël Galeran2023-04-072-4/+11
| | | | | | | | | | * feat(docker): make database name configurable WIP Related https://github.com/Chocobozzz/PeerTube/issues/5708 * Update .env * PEERTUBE_DB_NAME & add comments
* feature/ability to disable video history by default (#5728)Wicklow2023-04-071-2/+0
| | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests
* Remove $ for bash commandsChocobozzz2023-04-049-238/+238
| | | | It prevents easy copy
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-161-0/+44
|\
| * Add video AP hooksChocobozzz2023-03-161-0/+44
| |
* | Add custom sequelize model types documentationChocobozzz2023-03-161-0/+8
| |
* | Add server code new feature walkthroughChocobozzz2023-03-161-0/+74
|/
* Deprecate node 14Chocobozzz2023-03-151-1/+1
|
* Fix plugin guideChocobozzz2023-03-101-1/+1
|
* Add missing docker env for object storage configChocobozzz2023-03-071-0/+9
|
* Add redis version noteChocobozzz2023-02-281-3/+3
|
* Fix E2E with firefoxChocobozzz2023-02-271-1/+1
|
* Add missing requirements on email in OpenAPIWicklow2023-02-231-0/+4
|
* Fix filters on playlistsWicklow2023-02-231-2/+65
|
* Update doc anchor linksChocobozzz2023-02-233-6/+6
|
* Move to new documentation linksChocobozzz2023-02-226-20/+20
|
* Fix embed doc title hierarchyChocobozzz2023-02-221-40/+40
|
* TypoChocobozzz2023-02-221-1/+1
|
* Prefer absolute links in docChocobozzz2023-02-223-3/+3
|
* Fix translation docChocobozzz2023-02-221-9/+17
|
* Fix list registrations api docChocobozzz2023-02-161-1/+13
|
* Fix channel update/create openapi docChocobozzz2023-02-151-2/+12
|
* Pointer to Debian guide on how to add a sudo userNuño Sempere2023-02-131-1/+1
|
* Update docker.mdruvilonix2023-02-131-3/+10
| | | | | | | 1. I don't know if you're supposed to do something other than enter `$EDITOR ./docker-compose.yml` into terminal, but when I did that it gave a permission error, so I just used nano. Same with `.env`. 2. Newer versions of Docker Compose use the command `docker compose`, not `docker-compose`. 3. Grepping the password from logs was not working. I looked at the full logs, and I didn't see anything about a password. I added how to set a custom password. Maybe the grepping part should be removed or changed to make it work.
* Add ability to not send an email for registrationChocobozzz2023-01-201-0/+3
|
* Add signup approval API REST docChocobozzz2023-01-191-18/+276
|
* Add note regarding changelog for docker upgradeChocobozzz2023-01-091-1/+1
|
* External auth can update user on loginChocobozzz2023-01-041-1/+21
|
* Remove dead linkChocobozzz2022-12-301-2/+0
|
* Improve upgrade documentationChocobozzz2022-12-281-14/+20
|
* Don't not autoplay live without autoplay settingChocobozzz2022-12-141-5/+1
|
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-021-1/+8
|
* Add missing uuids search query docChocobozzz2022-11-231-0/+9
|
* Fix: missing peertube version in documentationJohn Livingston2022-11-021-0/+2
|