Chocobozzz
499be42ca2
Update plugin guide
2021-12-24 11:30:03 +01:00
Chocobozzz
c7cdac4409
Fix type conflict
2021-12-24 10:40:51 +01:00
Chocobozzz
d17c7b4e8c
Fix shared imports
2021-12-24 10:14:47 +01:00
Florian CUNY
1e9c1b1b44
Move zxx to its own group in select-languages component ( #4664 )
...
* Move zxx to its own group in select-languages component
* Fix lint
* Fix lint, again
* Apply requested changes
2021-12-24 09:27:27 +01:00
Chocobozzz
5354af75b3
Fix video import transcoding
2021-12-23 13:40:47 +01:00
Chocobozzz
dbd9fb44dd
Don't stuck state when move transcoding job failed
2021-12-23 11:13:06 +01:00
Chocobozzz
482b26231b
Fix audio only transcoding
2021-12-23 10:57:55 +01:00
Chocobozzz
c7c6afc66d
Fix error display for embeds
2021-12-23 09:57:02 +01:00
Florian CUNY
597da8dd81
Updated notification types in openapi reference
...
Relates to https://github.com/Chocobozzz/PeerTube/issues/1565
2021-12-23 09:56:58 +01:00
lutangar
5e3d29ab21
Add video caption created and deleted hooks
2021-12-23 09:35:35 +01:00
Chocobozzz
293074ae79
Fix video upload with big preview
2021-12-17 15:50:02 +01:00
Chocobozzz
8484599294
Fix subscriptions
2021-12-17 15:21:24 +01:00
Chocobozzz
709565486f
Ensure we don't move live to object storage
2021-12-17 14:55:12 +01:00
Chocobozzz
9d9a37330c
Ensure plugins are loaded for client route
2021-12-17 14:48:38 +01:00
Chocobozzz
9e2789aa4b
Fix internal user subscription
2021-12-17 14:42:31 +01:00
Chocobozzz
3576225156
Fix search result type auto filter
2021-12-17 14:41:52 +01:00
Chocobozzz
6def7d34e6
Fix migrations
2021-12-17 14:27:16 +01:00
Chocobozzz
f304a1580b
Fix build
2021-12-17 13:58:07 +01:00
Chocobozzz
c55e3d7227
Move test functions outside extra-utils
2021-12-17 12:24:03 +01:00
Chocobozzz
bf54587a3e
shared/ typescript types dir server-commands
2021-12-17 09:29:23 +01:00
Chocobozzz
6b5f72beda
Move typescript utils in its own directory
2021-12-16 18:04:16 +01:00
Chocobozzz
077f344891
Cleanup types dist before compilation
2021-12-16 18:03:52 +01:00
Chocobozzz
9d1b826b8a
Only expose client types dir for peertube-types
2021-12-16 18:03:24 +01:00
Chocobozzz
41e5b788d9
Fix generate types package script
2021-12-16 17:19:42 +01:00
Chocobozzz
b8a4afa4c2
Optimize server eslint
2021-12-16 17:06:52 +01:00
Chocobozzz
754c52b9b9
Add ffprobe helper
2021-12-16 17:00:46 +01:00
Chocobozzz
2e9c7877eb
Add videos.getFiles plugin helper
2021-12-16 16:49:43 +01:00
Chocobozzz
2b6af10e9f
Fix player with audio only resolution
2021-12-16 14:57:00 +01:00
Chocobozzz
c501f44119
https://builds.joinpeertube.org/release
2021-12-16 14:35:41 +01:00
Chocobozzz
51872b82a1
Fix tests
2021-12-16 10:17:39 +01:00
lutangar
ced38c0ffe
fix plugin storage return value when storing a Json array
2021-12-16 10:17:39 +01:00
Chocobozzz
8530211822
Add ability to disable p2p in embed with URL
2021-12-16 10:08:55 +01:00
Chocobozzz
b65de1be4d
Use different p2p policy for embeds and webapp
2021-12-16 10:08:55 +01:00
Chocobozzz
9576506763
Add P2P enabled/disabled in player card
2021-12-16 10:08:55 +01:00
Chocobozzz
bf1c3c78b0
Hide P2P in player if disabled
2021-12-16 10:08:55 +01:00
Chocobozzz
a9bfa85d2c
Add ability for admins to set default p2p policy
2021-12-16 10:08:55 +01:00
Chocobozzz
c77fdc605b
Fix videos language tests
2021-12-16 10:08:43 +01:00
Chocobozzz
9b3294a849
Fix some build scripts and lint
2021-12-16 10:08:43 +01:00
Chocobozzz
75278e2890
Support sourceMaps
2021-12-16 10:08:43 +01:00
lutangar
b8fa3e8c73
refactor(types): create dedicated folder for types package src
...
fix guide examples and add types package readme
refactor(tsconfig): move back base tsconfig to base directory
2021-12-16 10:08:43 +01:00
lutangar
8b03e2ce1a
feat(types): create peertube-types package
...
Create dedicated Typescript "types" configuration file for each "projects".
Create a types folder which includes every useful ts definition:
- client
- server
- shared
Add tooling to create a proper package, extract dependencies, etc...
Add CI Github task.
refactor(types): publish types package in release script
2021-12-16 10:08:43 +01:00
lutangar
06aad80165
chore(refactor): remove shared folder dependencies to the server
...
Many files from the `shared` folder were importing files from the `server` folder.
When attempting to use Typescript project references to describe dependencies,
it highlighted a circular dependency beetween `shared` <-> `server`.
The Typescript project forbid such usages.
Using project references greatly improve performance by rebuilding only
the updated project and not all source files.
> see https://www.typescriptlang.org/docs/handbook/project-references.html
2021-12-16 10:08:43 +01:00
Chocobozzz
854f533c12
Fix lint
2021-12-14 17:38:59 +01:00
Chocobozzz
3cf68b869d
Ability for admins to set default upload values
2021-12-14 17:17:01 +01:00
Chocobozzz
a6f919e455
Increase timeout
2021-12-14 14:21:29 +01:00
Chocobozzz
14857212f1
Move b frame strategy in transcoding profile
...
We may use a too high value for some encoders and it allows to specify
custom values/strategy
2021-12-14 10:46:31 +01:00
John Livingston
9234110650
Fix typo.
2021-12-14 09:00:08 +01:00
Chocobozzz
ab18fadfd1
Fix AP audience
2021-12-13 17:33:59 +01:00
Chocobozzz
97f026c7f0
Fix nn/nb locales
2021-12-13 17:23:08 +01:00
Chocobozzz
56cdd9973b
Update translations
2021-12-13 17:08:13 +01:00