aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video/video.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Prefer displaying channel for playlist elementChocobozzz2023-02-151-0/+18
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-0/+5
|
* Add bulk action on following/followersChocobozzz2022-07-271-1/+2
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-271-8/+8
|\
| * Fix boolean data attributes in homepageChocobozzz2022-06-271-8/+8
| |
* | Fix fetching unlisted video in clientChocobozzz2022-06-241-5/+5
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-211-1/+16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Reduce videos sort complexityChocobozzz2022-04-151-2/+19
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-151-4/+0
|
* Remove unnecessary functionChocobozzz2022-01-181-8/+2
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+12
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-0/+9
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-0/+3
|
* Move admin stuff in +adminChocobozzz2021-11-021-91/+12
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-20/+59
|
* Some fixes for admin videos listChocobozzz2021-11-021-8/+8
|
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+5
|
* Deprecate filter video queryChocobozzz2021-10-291-17/+17
| | | | Introduce include and isLocal instead
* Add videos list admin componentChocobozzz2021-10-291-14/+71
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-1/+19
|
* Add ability to view my followersChocobozzz2021-10-201-2/+2
|
* Add video filters to common video pagesChocobozzz2021-08-251-70/+40
|
* Migrate client to eslintChocobozzz2021-08-181-9/+9
|
* Filter videos by live in custom markupChocobozzz2021-08-021-22/+12
|
* Fix privacy descriptionsChocobozzz2021-07-261-19/+15
|
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-0/+12
|
* Fix privacy input altered by pluginsChocobozzz2021-07-121-8/+4
|
* Support accountHandle and channelHandleChocobozzz2021-07-011-2/+2
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-6/+11
|
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-031-7/+1
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-1/+17
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+6
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* more explicit error messages for file uploadsRigel Kent2020-12-031-3/+3
|
* refactor scoped token serviceRigel Kent2020-11-251-12/+9
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+13
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-4/+23
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+1
|
* Fix circular dependenciesChocobozzz2020-08-141-1/+2
|
* Migrate to $localizeChocobozzz2020-08-141-9/+7
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* add ng-select for templatable select optionsRigel Kent2020-08-111-5/+7
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-021-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+380