aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Node 10 is not supported anymoreChocobozzz2021-12-242-2/+7
|
* Global server dep updateChocobozzz2021-12-242-481/+444
|
* Fix types dist pathsChocobozzz2021-12-2414-26/+78
|
* Update plugin guideChocobozzz2021-12-241-0/+1
|
* Fix type conflictChocobozzz2021-12-246-24/+24
|
* Fix shared importsChocobozzz2021-12-2441-96/+78
|
* Move zxx to its own group in select-languages component (#4664)Florian CUNY2021-12-241-3/+13
| | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes
* Fix video import transcodingChocobozzz2021-12-231-2/+2
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-239-16/+64
|
* Fix audio only transcodingChocobozzz2021-12-235-15/+31
|
* Fix error display for embedsChocobozzz2021-12-231-0/+6
|
* Updated notification types in openapi referenceFlorian CUNY2021-12-231-1/+9
| | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565
* Add video caption created and deleted hookslutangar2021-12-234-0/+27
|
* Fix video upload with big previewChocobozzz2021-12-171-1/+5
|
* Fix subscriptionsChocobozzz2021-12-171-2/+3
|
* Ensure we don't move live to object storageChocobozzz2021-12-171-0/+5
|
* Ensure plugins are loaded for client routeChocobozzz2021-12-171-0/+5
|
* Fix internal user subscriptionChocobozzz2021-12-171-2/+2
|
* Fix search result type auto filterChocobozzz2021-12-171-3/+3
|
* Fix migrationsChocobozzz2021-12-173-13/+47
|
* Fix buildChocobozzz2021-12-1716-14/+25
|
* Move test functions outside extra-utilsChocobozzz2021-12-17202-892/+795
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-17242-172/+228
|
* Move typescript utils in its own directoryChocobozzz2021-12-1678-133/+91
|
* Cleanup types dist before compilationChocobozzz2021-12-161-5/+6
|
* Only expose client types dir for peertube-typesChocobozzz2021-12-161-2/+4
|
* Fix generate types package scriptChocobozzz2021-12-162-2/+2
|
* Optimize server eslintChocobozzz2021-12-162-2/+1
|
* Add ffprobe helperChocobozzz2021-12-164-0/+31
|
* Add videos.getFiles plugin helperChocobozzz2021-12-164-3/+139
|
* Fix player with audio only resolutionChocobozzz2021-12-161-2/+1
|
* https://builds.joinpeertube.org/releaseChocobozzz2021-12-162-3/+12
|
* Fix testsChocobozzz2021-12-162-2/+2
|
* fix plugin storage return value when storing a Json arraylutangar2021-12-163-9/+14
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-165-14/+46
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-1612-36/+118
|
* Add P2P enabled/disabled in player cardChocobozzz2021-12-163-2/+9
|
* Hide P2P in player if disabledChocobozzz2021-12-163-3/+20
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-1659-415/+789
|
* Fix videos language testsChocobozzz2021-12-161-1/+3
|
* Fix some build scripts and lintChocobozzz2021-12-166-11/+15
|
* Support sourceMapsChocobozzz2021-12-162-4/+4
|
* refactor(types): create dedicated folder for types package srclutangar2021-12-1620-55/+131
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-1618-18/+544
| | | | | | | | | | | | 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
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-1678-485/+583
| | | | | | | | | | | 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
* Fix lintChocobozzz2021-12-141-1/+8
|
* Ability for admins to set default upload valuesChocobozzz2021-12-1431-89/+467
|
* Increase timeoutChocobozzz2021-12-141-1/+1
|
* Move b frame strategy in transcoding profileChocobozzz2021-12-142-19/+26
| | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy
* Fix typo.John Livingston2021-12-141-1/+1
|