mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Use new doc links
This commit is contained in:
+18
-18
@@ -25,7 +25,7 @@
|
||||
|
||||
* Add ability for auth plugins to redirect user on logout [#32](https://framagit.org/framasoft/peertube/PeerTube/-/merge_requests/32) & [#33](https://framagit.org/framasoft/peertube/PeerTube/-/merge_requests/33)
|
||||
* Add `input-password` setting to plugins [#3375](https://github.com/Chocobozzz/PeerTube/issues/3375)
|
||||
* Add server plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
|
||||
* Add server plugin hooks (https://docs.joinpeertube.org/api-plugins):
|
||||
* `filter:api.accounts.videos.list.params`
|
||||
* `filter:api.accounts.videos.list.result`
|
||||
* `filter:api.video-channels.videos.list.params`
|
||||
@@ -176,16 +176,16 @@
|
||||
|
||||
### Plugins/Themes/Embed API
|
||||
|
||||
* Add embed API (https://docs.joinpeertube.org/#/api-embed-player):
|
||||
* Add embed API (https://docs.joinpeertube.org/api-embed-player):
|
||||
* `playNextVideo` method
|
||||
* `playPreviousVideo` method
|
||||
* `getCurrentPosition` method
|
||||
* Embed URL parameters
|
||||
* Add ability to disable PeerTube link in embed using an URL param (`peertubeLink=0`)
|
||||
* Add plugins support in embed
|
||||
* Add client plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
|
||||
* Add client plugin hooks (https://docs.joinpeertube.org/api-plugins):
|
||||
* `action:embed.player.loaded` (for embed)
|
||||
* Add custom fields in video update/upload form using `registerVideoField` (https://docs.joinpeertube.org/#/contribute-plugins?id=add-custom-fields-to-video-form)
|
||||
* Add custom fields in video update/upload form using `registerVideoField` (https://docs.joinpeertube.org/contribute-plugins?id=add-custom-fields-to-video-form)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -395,7 +395,7 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
|
||||
|
||||
### CLI tools
|
||||
|
||||
* Add redundancy CLI: https://docs.joinpeertube.org/#/maintain-tools?id=peertube-redundancyjs
|
||||
* Add redundancy CLI: https://docs.joinpeertube.org/maintain-tools?id=peertube-redundancyjs
|
||||
* Add ability to pass remaining options to youtube-dl binary in peertube-import script ([@drzraf](https://github.com/drzraf))
|
||||
|
||||
### Docker
|
||||
@@ -405,19 +405,19 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
|
||||
|
||||
### Maintenance
|
||||
|
||||
* Add nginx configuration to redirect videos to an S3 bucket ([@rigelk](https://github.com/rigelk)) and update of the [corresponding documentation](https://docs.joinpeertube.org/#/admin-remote-storage).
|
||||
* Add nginx configuration to redirect videos to an S3 bucket ([@rigelk](https://github.com/rigelk)) and update of the [corresponding documentation](https://docs.joinpeertube.org/admin-remote-storage).
|
||||
|
||||
### Plugins/Themes/Embed API
|
||||
|
||||
* Add embed API (https://docs.joinpeertube.org/#/api-embed-player):
|
||||
* Add embed API (https://docs.joinpeertube.org/api-embed-player):
|
||||
* `playbackState` can be `ended`
|
||||
* `playbackStatusUpdate` has a `duration` field
|
||||
* `setCaption` and `getCaptions` methods
|
||||
* Add client plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
|
||||
* Add client plugin hooks (https://docs.joinpeertube.org/api-plugins):
|
||||
* `action:login.init`
|
||||
* `action:video-watch.video-threads.loaded`
|
||||
* `action:video-watch.video-thread-replies.loaded` ([@ipbc-dev](https://github.com/ipbc-dev))
|
||||
* Add server plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
|
||||
* Add server plugin hooks (https://docs.joinpeertube.org/api-plugins):
|
||||
* `filter:api.video.pre-import-url.accept.result`
|
||||
* `filter:api.video.pre-import-torrent.accept.result`
|
||||
* `filter:api.video.post-import-url.accept.result`
|
||||
@@ -609,13 +609,13 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
|
||||
|
||||
We added some sections in the documentation website:
|
||||
|
||||
* S3 remote storage: https://docs.joinpeertube.org/#/admin-remote-storage
|
||||
* Instances redundancy: https://docs.joinpeertube.org/#/admin-following-instances
|
||||
* Moderate your instance: https://docs.joinpeertube.org/#/admin-moderation
|
||||
* Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
|
||||
* PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
|
||||
* Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
|
||||
* Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
|
||||
* S3 remote storage: https://docs.joinpeertube.org/admin-remote-storage
|
||||
* Instances redundancy: https://docs.joinpeertube.org/admin-following-instances
|
||||
* Moderate your instance: https://docs.joinpeertube.org/admin-moderation
|
||||
* Customize your instance (install plugins & themes): https://docs.joinpeertube.org/admin-customize-instance
|
||||
* PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/admin-logs
|
||||
* Mute accounts/instances: https://docs.joinpeertube.org/use-mute
|
||||
* Controlled player embed API: https://docs.joinpeertube.org/api-embed-player
|
||||
|
||||
### Docker
|
||||
|
||||
@@ -650,7 +650,7 @@ We added some sections in the documentation website:
|
||||
|
||||
* PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
|
||||
* We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
|
||||
* Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
|
||||
* Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/maintain-tools?id=create-transcoding-jobjs))
|
||||
* Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
|
||||
* Add streaming playlists endpoint
|
||||
* Add `client_body_temp_path` hint
|
||||
@@ -919,7 +919,7 @@ We added some sections in the documentation website:
|
||||
### Features
|
||||
|
||||
* :tada: Support Finnish, Greek and Scottish Gaelic languages
|
||||
* :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
|
||||
* :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/contribute-plugins
|
||||
* Install plugins or themes from the administration panel
|
||||
* Choose a default theme for your instance
|
||||
* Users can choose the theme they want among the list of themes their administrator installed
|
||||
|
||||
Reference in New Issue
Block a user