josé m
334744a25c
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2248 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
2023-12-20 15:30:27 +01:00
Anatoly
abbd309b5c
Translated using Weblate (Russian)
...
Currently translated at 99.9% (2247 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
2023-12-20 15:30:27 +01:00
Renne Rocha
60fe81bab3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 62.7% (1411 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pt_BR/
2023-12-20 15:30:27 +01:00
Balázs Meskó
1786c82e7d
Translated using Weblate (Hungarian)
...
Currently translated at 72.9% (1639 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2023-12-20 15:30:27 +01:00
Balázs Meskó
b85c1865e4
Translated using Weblate (Hungarian)
...
Currently translated at 72.4% (1628 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2023-12-20 15:30:27 +01:00
Balázs Meskó
070624a422
Translated using Weblate (Hungarian)
...
Currently translated at 72.2% (1625 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2023-12-20 15:30:27 +01:00
Jeff Huang
1d934040d7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2248 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
2023-12-20 15:30:26 +01:00
Goudarz Jafari
3b60d8e14b
Translated using Weblate (Persian)
...
Currently translated at 100.0% (142 of 142 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fa/
2023-12-20 15:30:26 +01:00
Goudarz Jafari
9855f7d7c6
Translated using Weblate (Persian)
...
Currently translated at 100.0% (272 of 272 strings)
Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/fa/
2023-12-20 15:30:26 +01:00
josé m
bb1a75cfe9
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2248 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
2023-12-20 15:30:26 +01:00
Aitor Salaberria
1c697fa24c
Translated using Weblate (Basque)
...
Currently translated at 100.0% (2248 of 2248 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
2023-12-20 15:30:26 +01:00
Chocobozzz
f0b8938a80
Update peertube runner version
2023-12-20 15:30:14 +01:00
Henri BAUDESSON
83f8ea5c14
Runner download videoFileUrl follow redirect
...
The runner downloads the video file from the url set in the paylaod
of a transcoding job. This url is pointing to our API and the runner
will make POST request to it with an jobToken and a runnerToken.
Doing this ensure we can verify the tokens and return the video file.
But returning the video file also means that we are using server
resources to serve the file. If the runner is able to follow the
redirect, we can do our usual verification and return a redirect
response to the url of the video file, the runner will download it
using his own resources.
2023-12-20 15:26:43 +01:00
FediThing
cbe57fa266
Update video-watch.component.html
...
Tweaked error message so that users realise that refreshing the page may help the video to load properly.
2023-12-20 15:26:26 +01:00
Chocobozzz
66776b6a25
Merge branch 'release/6.0.0' into develop
2023-12-20 14:07:47 +01:00
Chocobozzz
b5ae080f32
Fix tests
2023-12-20 13:51:01 +01:00
Chocobozzz
c37b19ffa9
Add no-constant-binary-expression eslint rule
...
https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/
2023-12-20 11:04:38 +01:00
Chocobozzz
8d1f0853cc
Relax missing two factor log level
2023-12-20 10:55:47 +01:00
Chocobozzz
b6b50bf0b4
Use new plugin index sort and recommended tags
2023-12-20 10:55:47 +01:00
Chocobozzz
fe37e5232b
Add ability to customize views/playback interval
2023-12-20 10:55:47 +01:00
Chocobozzz
49a4b8cb7d
Add stats to logger
2023-12-20 10:55:47 +01:00
Chocobozzz
bca6d58676
Automatically filter on local videos in admin
...
We expect admins will mostly want to act on local videos
2023-12-20 10:55:47 +01:00
Chocobozzz
b4f4432459
Viewers federation protocol v2
...
More efficient than the current one where instance is not fast enough to
send all viewers if a video becomes popular
The new protocol can be enabled by setting env
USE_VIEWERS_FEDERATION_V2='true'
Introduce a result field in View activity that contains the number of
viewers. This field is used by the origin instance to send the total
viewers on the video to remote instances. The difference with the
current protocol is that we don't have to send viewers individually to
remote instances.
There are 4 cases:
* View activity from federation on Remote Video -> instance replaces
all current viewers by a new viewer that contains the result counter
* View activity from federation on Local Video -> instance adds the
viewer without considering the result counter
* Local view on Remote Video -> instance adds the viewer and send it to
the origin instance
* Local view on Local Video -> instance adds the viewer
Periodically PeerTube cleanups expired viewers. On local videos, the
instance sends to remote instances a View activity with the result
counter so they can update their viewers counter for that particular
video
2023-12-20 10:55:47 +01:00
Chocobozzz
a73f476c8a
We don't need cookies for REST API
2023-12-20 10:55:47 +01:00
Chocobozzz
dbdc20e673
Optimize views endpoint
...
Lazy write data in redis
2023-12-20 10:55:47 +01:00
Chocobozzz
eba9528391
Optimize async middleware
...
Avoid using bluebird, a simple for/await is enought
2023-12-20 10:55:47 +01:00
Chocobozzz
9e0efe45ff
Improve tests
2023-12-20 10:55:28 +01:00
Chocobozzz
7b23f24b24
Fix thumbnail generation when on bad input seek
2023-12-19 08:23:38 +01:00
Chocobozzz
c93b7088c2
Fix downloading video files from object storage
...
With title that contains non ISO 8859 characters
2023-12-19 07:26:09 +01:00
Chocobozzz
c72d5ead39
Fix big play button skin applied to settings menu
2023-12-18 09:36:22 +01:00
Chocobozzz
a043de80d2
Fix build concurrency issue
2023-12-18 09:36:08 +01:00
Chocobozzz
1e121c9898
Fix invalid state change notif of remote live
2023-12-15 15:58:07 +01:00
Chocobozzz
4662badde7
Fix privacy error on live update without privacy
2023-12-15 15:51:59 +01:00
Chocobozzz
af8a47125f
Better isNewVideo variable/functions name
2023-12-15 14:52:12 +01:00
Chocobozzz
bd1dd8fd95
Reload overviews page on logout
2023-12-15 11:23:03 +01:00
Chocobozzz
675f219639
Fix webtorrent crash
...
See https://github.com/Chocobozzz/PeerTube/issues/6109
2023-12-15 10:18:20 +01:00
Chocobozzz
ea685879bb
Fix time to int parsing
2023-12-15 09:54:08 +01:00
Chocobozzz
edc695263f
Escape quotes for html attributes
2023-12-14 11:33:08 +01:00
Chocobozzz
63c4a02ce0
Fix views events with lives
2023-12-14 11:12:18 +01:00
Chocobozzz
d5fd8227b4
Avoid sending seek event on video start time
2023-12-14 09:52:50 +01:00
Chocobozzz
1aab639928
Bumped to version v6.0.2
2023-12-11 09:09:56 +01:00
Chocobozzz
d72ac67bcd
Update changelog
2023-12-11 08:56:19 +01:00
Chocobozzz
5ca370e395
Fix lint
2023-12-08 14:04:20 +01:00
Chocobozzz
83e1e4dfb2
Fix backward compat upgrade script
2023-12-08 11:16:43 +01:00
Chocobozzz
ba050fb0df
Fix displaying many countries
2023-12-08 11:07:49 +01:00
Chocobozzz
8031504212
Fix updating started live error
2023-12-08 10:20:15 +01:00
Chocobozzz
ff338f7dda
Fix embed when waiting for a live
2023-12-08 10:13:08 +01:00
Chocobozzz
b39214cb13
Fix tests
2023-12-08 09:34:35 +01:00
Chocobozzz
e06e2da187
Fix cpu count when cpu info not available
2023-12-08 09:13:16 +01:00
Chocobozzz
64d9b7abd2
Fix client tests
2023-12-08 09:13:12 +01:00