aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetical order for channels filterChocobozzz2023-06-191-1/+1
|
* Fix languages alphabetical sortChocobozzz2023-06-191-1/+3
|
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-243-6/+10
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-241-2/+2
|
* Update angularChocobozzz2023-05-238-18/+15
|
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Always translate user roleChocobozzz2023-04-171-1/+1
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-141-9/+0
|
* Add ability for plugins to add metadataChocobozzz2023-03-141-0/+9
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-13/+4
|
* Add ability for plugins to add metadataChocobozzz2023-03-101-0/+9
|
* Fix hotkeys close buttonChocobozzz2023-02-281-1/+1
|
* Fix hotkeys page themingChocobozzz2023-02-271-6/+6
|
* Fix default trending algorithm in admin configChocobozzz2023-02-202-5/+8
|
* Correctly handle 502 errorsChocobozzz2023-02-171-0/+4
|
* Fix live update of autoplay next videoChocobozzz2023-02-151-0/+1
|
* Fix mention detectionChocobozzz2023-02-151-3/+50
|
* Refactor login redirection/button linksChocobozzz2023-02-144-13/+22
| | | | Correctly handle external auth redirection in all cases
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-231-1/+2
|\
| * Fix auto play setting for anonymous usersChocobozzz2023-01-231-1/+2
| |
* | Refactor row selection resetChocobozzz2023-01-201-1/+7
| |
* | Support bulk registration request removalChocobozzz2023-01-202-2/+8
| |
* | Support mailto for custom markupChocobozzz2023-01-191-4/+6
| |
* | Redirect to default login url on 401Chocobozzz2023-01-041-20/+25
| | | | | | | | Can be an external URL
* | Prevent sending log error to server on 404Chocobozzz2022-12-281-1/+5
|/
* Fix client lintChocobozzz2022-11-151-2/+2
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-142-7/+24
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-283-10/+17
|
* Fix bad date display for jobsChocobozzz2022-10-251-0/+2
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-243-18/+18
|
* Add ability for plugins to register ws routesChocobozzz2022-10-111-0/+5
|
* Implement two factor in clientChocobozzz2022-10-074-16/+64
|
* Add channels link in menuChocobozzz2022-09-281-0/+9
|
* Fix error messagesChocobozzz2022-09-231-1/+1
|
* More precise date for jobsChocobozzz2022-08-101-8/+15
|
* Add error info on router errorChocobozzz2022-08-031-2/+2
|
* Add channel hooksChocobozzz2022-08-031-1/+4
|
* Add ability for client to create server logsChocobozzz2022-07-1812-49/+55
|
* Reset table pagination on searchChocobozzz2022-07-121-0/+5
|
* Rename not fount page to error pageChocobozzz2022-07-081-1/+1
|
* feat: custom msg upon 401 responsekontrollanten2022-07-081-0/+2
| | | | closes #4768
* Fix setting theme in clientChocobozzz2022-06-271-2/+2
|
* Improve theme labelChocobozzz2022-06-161-4/+19
|
* Fix login form scrollingChocobozzz2022-06-151-1/+1
|
* Fix socket io lazy loadingChocobozzz2022-06-131-2/+2
|
* Better icon namesChocobozzz2022-06-131-1/+1
|
* Support ICU in TS componentsChocobozzz2022-06-081-46/+65
|
* Add missing i18n for hotkeysChocobozzz2022-05-251-1/+3
|
* Improve admin users list tableChocobozzz2022-05-241-4/+4
| | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* Fix redirect users after login with external authChocobozzz2022-05-201-17/+54
|