aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary castChocobozzz2023-07-281-2/+0
|
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-283-12/+0
| | | | Deprecated since 4.2
* Add ability to force transcodingChocobozzz2023-07-284-18/+59
|
* Improve runner managementChocobozzz2023-07-2721-52/+213
| | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token
* Fix playlist owner font sizeChocobozzz2023-07-261-1/+1
|
* Implement video file replacement in clientChocobozzz2023-07-2523-234/+550
|
* Fix updating P2P settingChocobozzz2023-07-213-3/+4
|
* Improve recommended videos without video tagsChocobozzz2023-07-191-20/+20
|
* Force ltr on code inputsChocobozzz2023-07-194-3/+6
|
* Fix anonymous autoplayChocobozzz2023-07-171-4/+4
|
* Don't update opengraph in angularChocobozzz2023-07-171-26/+0
| | | | We already set these tags in the server
* Add e2e tests for password protected videos (#5860)Wicklow2023-07-171-3/+3
|
* Merge branch 'release/5.2.0' into developChocobozzz2023-07-126-12/+20
|\
| * Fix terms/code of conduct link toggleChocobozzz2023-07-126-12/+20
| |
* | Rename webtorrent config to web_videosChocobozzz2023-07-113-10/+10
| |
* | Prefer web videos in favour of webtorrentChocobozzz2023-07-118-39/+37
| |
* | Remove webtorrent support from clientChocobozzz2023-07-105-240/+249
| |
* | Fix fetching storyboard of password protected videoChocobozzz2023-06-292-3/+5
| |
* | Better channel deletion messageChocobozzz2023-06-291-1/+1
| |
* | More robust wait transcoding checkbox displayChocobozzz2023-06-291-6/+2
| |
* | Add storyboard supportChocobozzz2023-06-296-22/+92
| |
* | Simplify ICU in componentsChocobozzz2023-06-2918-139/+174
| |
* | Feature/password protected videos (#5836)Wicklow2023-06-2940-93/+320
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Alphabetical order for channels filterChocobozzz2023-06-192-7/+9
|
* Fix languages alphabetical sortChocobozzz2023-06-191-1/+3
|
* Fix REST API menu linkChocobozzz2023-06-071-1/+1
|
* Fix custom default route linkChocobozzz2023-06-052-2/+10
|
* Fix video channels quick filter overflowChocobozzz2023-06-051-0/+6
|
* Don't display unknown informationChocobozzz2023-06-051-2/+6
|
* Automatic colspan for tablesChocobozzz2023-05-2620-30/+50
|
* Fix video edit page overflowChocobozzz2023-05-251-0/+3
|
* Fix scss lintChocobozzz2023-05-253-3/+10
|
* Add tooltip to plugin authChocobozzz2023-05-251-1/+1
| | | | In case the cell is truncated
* Remove invalid console logsChocobozzz2023-05-252-3/+1
|
* Broadcast message level should be translatedChocobozzz2023-05-241-3/+3
|
* Better label for default transcoding profileChocobozzz2023-05-242-8/+8
|
* Add contained in playlists badges gapChocobozzz2023-05-242-1/+9
|
* Fix notification settingsChocobozzz2023-05-245-3/+8
|
* Migrate deprecated accordion componentChocobozzz2023-05-244-86/+122
|
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-2428-63/+84
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-2486-350/+303
|
* Update angularChocobozzz2023-05-2314-29/+25
|
* Update common client packagesChocobozzz2023-05-231-5/+7
|
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-229-5/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Help button must not send the parent formChocobozzz2023-05-222-0/+2
|
* Fix menu dropdownsChocobozzz2023-05-224-11/+6
| | | | | Better responsive Avoid menu scrollbar displayed in notification popove
* Add bulk actions on runner jobsChocobozzz2023-05-193-16/+58
|
* Improve remote runner config UXChocobozzz2023-05-195-53/+81
|
* Add % to runner job percentageChocobozzz2023-05-191-1/+5
|
* Remove uneeded date pipeChocobozzz2023-05-171-1/+1
|