aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsChocobozzz2023-08-183-5/+6
|
* Fix buildChocobozzz2023-08-171-6/+5
|
* Migrate server to ESMChocobozzz2023-08-1132-1421/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports)
* Increase rate limits for benchmarkChocobozzz2023-07-271-0/+27
|
* Update code contributorsChocobozzz2023-07-261-9/+12
|
* Add custom db port when upgrading peertubeChocobozzz2023-07-111-1/+2
|
* Rename "videos" config to "web-videos"Chocobozzz2023-07-112-4/+4
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-111-4/+4
|
* Fix buildChocobozzz2023-07-101-1/+1
|
* Remove webtorrent support from clientChocobozzz2023-07-101-1/+4
|
* Add script to generate storyboardsChocobozzz2023-06-292-2/+91
|
* Feature/password protected videos (#5836)Wicklow2023-06-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* peertube runner tests in parallelChocobozzz2023-05-191-1/+2
|
* Add config file merging in upgrade scriptChocobozzz2023-05-161-16/+36
|
* Breaking: remove node 14 supportChocobozzz2023-05-091-1/+1
|
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+1
|
* Add peertube runner cliChocobozzz2023-05-093-2/+29
|
* Update i18n server stringsChocobozzz2023-05-091-0/+8
|
* Remove unmaintained help scriptChocobozzz2023-05-091-21/+0
|
* Remove transcoding scriptsChocobozzz2023-05-092-160/+0
| | | | We don't have enough energy to maintain them
* Don't call plugin register/unregister methodsChocobozzz2023-05-052-2/+7
|
* Add compatibility with FreeBSD lsAlvar C.H. Freude2023-05-041-1/+1
| | | The ls command of FreebSD does not understand the --search=time parameter for the ls command. "ls -t" is equivalent and behaves on Linux in the same way.
* Add user role label to translatable stringsChocobozzz2023-04-171-1/+2
|
* Fix testsChocobozzz2023-03-271-0/+4
|
* Don't process live when moving to external storageChocobozzz2023-03-071-0/+2
|
* Fix button link on mobileChocobozzz2023-02-151-0/+1
|
* Add uk-UA locale supportChocobozzz2023-02-131-0/+1
|
* Fix untranslatable "previous/next video"Chocobozzz2023-02-131-1/+3
|
* Add is locale supportChocobozzz2023-02-132-1/+2
|
* Use unknown when category is not setChocobozzz2023-01-191-1/+0
| | | | Unstead of Misc, that could be a real category
* Add back to live featureChocobozzz2022-12-201-0/+1
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-4/+4
|
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-4/+6
|
* Add migration scriptChocobozzz2022-10-241-0/+71
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-242-82/+20
|
* Fix error when running setup:cliChocobozzz2022-09-282-2/+1
|
* Inject new player translationsChocobozzz2022-09-161-1/+4
|
* Prevent job queue to be started before pluginsChocobozzz2022-09-145-5/+5
|
* Prefer using Object.valuesChocobozzz2022-08-172-11/+10
|
* Allow continusously printing logs through tail and parse-logFlorent2022-08-161-2/+3
|
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-5/+6
|
* Use bullmq job dependencyChocobozzz2022-08-091-1/+1
|
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-1/+1
|
* Add option to not transcode original resolutionChocobozzz2022-08-092-6/+3
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Fix test after hooksChocobozzz2022-07-131-1/+1
|
* Fix log parser with multiple filesChocobozzz2022-07-121-29/+33
|
* Support hr localeChocobozzz2022-07-112-1/+2
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-064-7/+7
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Rename video full loadingChocobozzz2022-06-284-4/+4
|