Chocobozzz
0cda019c1d
Remove invalid jsonld property
2023-04-11 14:06:46 +02:00
Wicklow
b302c80dc0
feature/ability to disable video history by default ( #5728 )
...
* draft: ability to disable video history by default
* Update configuration and add tests
* Updated code based on review comments
* Add tests on registration and video quota
* Remove required video quotas in query
* Fix tests
2023-04-07 10:09:54 +02:00
Wicklow
05a60d8599
Feature/Add replay privacy ( #5692 )
...
* Add replay settings feature
* Fix replay settings behaviour
* Fix tests
* Fix tests
* Fix tests
* Update openapi doc and fix tests
* Add tests and fix code
* Models correction
* Add migration and update controller and middleware
* Add check params tests
* Fix video live middleware
* Updated code based on review comments
2023-03-31 09:12:21 +02:00
Chocobozzz
d91ce83d39
Add filter:html.client.json-ld.result hook
2023-03-24 18:37:55 +01:00
Chocobozzz
c3441b0320
Add video AP hooks
2023-03-16 10:36:33 +01:00
Chocobozzz
96d00a997b
Add test on AP hooks
2023-03-10 15:19:33 +01:00
Chocobozzz
866b5d3f52
Add ability for plugins to alter video jsonld
2023-03-10 14:42:18 +01:00
Chocobozzz
8d1f78044c
Add ability to disable http duration OTEL metrics
2023-02-27 13:53:54 +01:00
John Livingston
5471449f99
Fix #5614 : do not log bearerToken.
2023-02-17 15:10:47 +01:00
Chocobozzz
82e3ae1523
Fix CI
2023-02-17 09:21:11 +01:00
Chocobozzz
182082f52d
Update bullmq
...
Requires redis >= 6.2
2023-02-16 14:10:11 +01:00
Chocobozzz
e65ef81cf5
Update server dependencies
2023-02-16 11:56:58 +01:00
Chocobozzz
20321f2049
Reencode the video on cut
...
Unfortunately copying audio/video is not precise enough and could lead
to inconsistencies
2023-02-14 14:06:34 +01:00
Chocobozzz
4565774669
Fix retrying update on sql serialization conflict
2023-02-14 09:03:22 +01:00
Chocobozzz
afb371d940
Refactor playlist creation for lives
2023-01-27 09:04:02 +01:00
Chocobozzz
a2be43f570
Merge branch 'release/5.0.0' into develop
2023-01-27 08:34:16 +01:00
Chocobozzz
8059e050ef
Fix live with base url object storage
2023-01-27 08:30:56 +01:00
Chocobozzz
e364e31e25
Implement signup approval in server
2023-01-19 13:53:40 +01:00
Chocobozzz
3f3530c3db
Merge branch 'release/5.0.0' into develop
2023-01-12 08:54:13 +01:00
Chocobozzz
8180f60477
Fix ACL incompatibility with some s3 providers
...
We'll move to another method in the future
See https://github.com/Chocobozzz/PeerTube/issues/5497
2023-01-12 08:41:16 +01:00
Chocobozzz
1c30b112b9
Fix lint
2023-01-09 14:42:52 +01:00
Chocobozzz
0a8a79552c
Merge branch 'feature/SO035' into develop
2023-01-09 09:44:00 +01:00
Chocobozzz
cde3d90ded
Use raw sql for comments
2023-01-09 09:29:02 +01:00
Chocobozzz
5847724474
Add tracker opentelemtry metrics
2023-01-05 10:19:51 +01:00
Chocobozzz
60bab7b540
Implement getServerListeningConfig plugin helper
2023-01-04 11:52:54 +01:00
Chocobozzz
60b880acdf
External auth can update user on login
2023-01-04 11:41:29 +01:00
Chocobozzz
7e0c26066a
External auth can set more user fields
...
videoQuota, videoQuotaDaily, adminFlags
2023-01-04 11:41:29 +01:00
Chocobozzz
b65f5367ba
Add ability to customize token lifetime
2023-01-04 11:41:29 +01:00
Chocobozzz
9972ace3a3
Merge branch 'release/5.0.0' into develop
2022-12-30 15:28:49 +01:00
Chocobozzz
54db8e3d5c
Fix P2P with object storage
2022-12-30 15:05:14 +01:00
Chocobozzz
7ce2eac8fc
Improve sync channel logging
2022-12-28 16:11:11 +01:00
Chocobozzz
1fed9cb8d3
Don't need to use redis to block tracker ips
...
There could be many of them, so reduce load by storing IPs directly
inside node memory
2022-12-23 13:40:42 +01:00
Chocobozzz
868314e8bf
Add ability to get user from file token
2022-12-20 09:15:49 +01:00
Chocobozzz
57e11a20f1
Forward 206 status code for object storage proxy
2022-12-19 16:08:00 +01:00
Chocobozzz
71e3e879c0
Support reinjecting token in private m3u8 playlist
2022-12-02 15:25:20 +01:00
Chocobozzz
5949eca71f
Increase old jobs to delete per hour
2022-11-28 15:16:15 +01:00
Chocobozzz
c3b21b68b5
Delete completed/failed jobs directly from bullmq
2022-11-23 17:13:01 +01:00
Chocobozzz
5800f354cc
Filter out invalid images from peertube
2022-11-23 16:23:22 +01:00
Florent
fbad149ff2
Fix DISABLE_LOCAL_SEARCH blocking request to local search API ( #5411 )
2022-11-23 15:50:34 +01:00
Chocobozzz
b1dbb9fefc
Merge branch 'release/4.3.0' into develop
2022-11-16 14:40:34 +01:00
Chocobozzz
f240fb4bea
Fix broadcasting in parallel views
2022-11-16 14:40:10 +01:00
Chocobozzz
99b757488c
Fix server lint
2022-11-15 15:00:23 +01:00
Chocobozzz
4638cd713d
Don't inject untrusted input
...
Even if it's already checked in middlewares
It's better to have safe modals too
2022-11-15 14:41:55 +01:00
Chocobozzz
31a9ed960f
Add configuration for prometheus exporter hostname
2022-11-15 13:56:04 +01:00
Chocobozzz
077600e037
Upgrade server dependencies
2022-11-15 13:48:51 +01:00
Chocobozzz
90dbc73132
Type result
2022-11-14 16:36:17 +01:00
kontrollanten
564b9b5597
refactor(server): redis > ioredis ( #5371 )
...
* refactor(server): redis > ioredis
* refactor(JobQueue): reuse redis connection builder
* fix(redisio)
* fix(redis): setValue
* feat(redis): showFriendlyErrorStack
* feat(redis): auto pipelining
308017a6b9/README.md (autopipelining)
* dont use autopipelining for bullmq
* ioredis events
2022-11-14 16:26:20 +01:00
Chocobozzz
ff91b644fb
Add ability to install alpha/beta/rc plugin
2022-11-14 16:21:59 +01:00
Chocobozzz
4efa5535cc
Fix infinite playlist import
...
Using an hard videos limit in config
2022-11-14 11:11:39 +01:00
Chocobozzz
f30ef8cf98
Fix retranscoding of odd resolution
2022-11-07 10:43:22 +01:00