PeerTube/server/initializers/migrations
Alecks Gates cb0eda5602
Add Podcast RSS feeds (#5487)
* 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>
2023-05-22 16:00:05 +02:00
..
0505-user-last-login-date.ts Add last login date to users 2020-05-07 10:39:09 +02:00
0510-video-file-metadata.ts Fix broken migration introduced in 2.2.0-rc.1 2020-05-25 08:59:59 +02:00
0515-video-abuse-reason-timestamps.ts predefined report reasons & improved reporter UI (#2842) 2020-06-22 13:00:39 +02:00
0520-abuses-split.ts Relax migrations 2020-07-11 08:58:06 +02:00
0525-abuse-messages.ts Add migrations for abuse messages 2020-07-31 11:35:19 +02:00
0530-playlist-multiple-video.ts Add server migration for playlists 2020-08-19 11:30:21 +02:00
0535-video-live.ts Check live duration and size 2020-11-09 15:33:04 +01:00
0540-video-file-infohash.ts Live streaming implementation first step 2020-11-09 15:33:04 +01:00
0545-video-live-save-replay.ts Fix live migrations 2020-11-10 10:45:20 +01:00
0550-actor-follow-cleanup.ts Cleanup follows of orphean actors 2020-11-10 16:29:35 +01:00
0555-actor-follow-url.ts Add actor follow url migration 2020-11-20 12:09:14 +01:00
0560-user-feed-token.ts Move uuid stuff in extra utils 2021-12-29 14:44:58 +01:00
0565-actor-follow-local-url.ts Add local actor follow url migration 2020-12-01 15:04:38 +01:00
0570-permanent-live.ts Add permanent live support 2020-12-03 15:21:16 +01:00
0575-duplicate-thumbnail.ts Generate a name for thumbnails 2021-02-16 10:36:44 +01:00
0580-caption-filename.ts Generate a name for caption files 2021-02-16 10:36:44 +01:00
0585-video-file-names.ts Add video files migration 2021-02-18 13:38:09 +01:00
0590-trackers.ts Don't guess remote tracker URL 2021-02-18 13:38:09 +01:00
0595-remote-url.ts Don't guess remote tracker URL 2021-02-18 13:38:09 +01:00
0600-duplicate-video-files.ts Fix latest migrations 2021-02-19 08:41:32 +01:00
0605-actor-missing-keys.ts Add compat with openssl 3 2022-07-12 12:08:12 +02:00
0610-views-index copy.ts Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
0612-captions-unique.ts Remove duplicate captions 2021-04-08 14:45:40 +02:00
0615-latest-versions-notification-settings.ts Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
0620-latest-versions-application.ts Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
0625-latest-versions-notification.ts Add new plugin/peertube version notifs 2021-03-24 18:18:41 +01:00
0630-banner.ts Add banner migrations 2021-04-08 10:07:53 +02:00
0635-actor-image-size.ts Add size info in db for actor images 2021-04-08 13:38:04 +02:00
0640-unique-keys.ts Add migration to remove duplicated keys 2021-04-26 14:27:42 +02:00
0645-actor-remote-creation-date.ts Fix remote actor creation date 2021-05-07 09:00:09 +02:00
0650-actor-custom-pages.ts Instance homepage support (#4007) 2021-05-27 15:59:55 +02:00
0655-streaming-playlist-filenames.ts Use random names for VOD HLS playlists 2021-07-26 11:29:31 +02:00
0660-object-storage.ts Fix object storage migration 2021-08-19 09:27:14 +02:00
0665-no-account-warning-modal.ts Allow accounts to skip account setup modal 2021-08-27 10:15:55 +02:00
0670-pending-job-default.ts Fix pending job table migration 2021-08-30 16:28:36 +02:00
0675-p2p-enabled.ts Add ability for admins to set default p2p policy 2021-12-16 10:08:55 +01:00
0680-files-storage-default.ts Fix video file storage column consistency 2022-02-22 14:49:23 +01:00
0685-multiple-actor-images.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
0690-live-latency-mode.ts Add latency setting support 2022-03-09 09:23:10 +01:00
0695-remove-remote-rates.ts Don't store remote rates of remote videos 2022-03-18 11:21:50 +01:00
0700-edition-finished-notification.ts Rename studio to editor 2022-03-22 17:24:32 +01:00
0705-local-video-viewers.ts Support video views/viewers stats in server 2022-04-15 09:49:35 +02:00
0710-live-sessions.ts Support live session in server 2022-05-03 14:49:15 +02:00
0715-video-source.ts store uploaded video filename (#4885) 2022-06-21 15:31:25 +02:00
0720-session-ending-processed.ts Clearer live session 2022-07-22 15:22:21 +02:00
0725-node-version.ts Automatically rebuild native modules on ABI change 2022-08-03 15:08:36 +02:00
0730-video-channel-sync.ts Channel sync (#5135) 2022-08-10 09:53:39 +02:00
0735-video-channel-sync-import-foreign-key.ts Add ability to list imports of a channel sync 2022-08-10 14:32:00 +02:00
0740-fix-old-enums.ts Fix old DB enum names 2022-09-13 15:22:02 +02:00
0745-user-otp.ts Support two factor authentication in backend 2022-10-07 10:51:16 +02:00
0750-user-registration.ts Implement signup approval in server 2023-01-19 13:53:40 +01:00
0755-unique-viewer-url.ts Add missing url unique index in local video viewer 2023-01-19 13:54:52 +01:00
0760-video-live-replay-setting.ts Feature/Add replay privacy (#5692) 2023-03-31 09:12:21 +02:00
0765-remote-transcoding.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
0770-actor-preferred-username.ts Set actor preferred name case insensitive 2023-05-11 16:16:27 +02:00
0775-add-user-is-email-public.ts Add Podcast RSS feeds (#5487) 2023-05-22 16:00:05 +02:00