Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Chocobozzz | 2023-08-18 | 3 | -5/+6 |
| | |||||
* | Fix build | Chocobozzz | 2023-08-17 | 1 | -6/+5 |
| | |||||
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 32 | -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 benchmark | Chocobozzz | 2023-07-27 | 1 | -0/+27 |
| | |||||
* | Update code contributors | Chocobozzz | 2023-07-26 | 1 | -9/+12 |
| | |||||
* | Add custom db port when upgrading peertube | Chocobozzz | 2023-07-11 | 1 | -1/+2 |
| | |||||
* | Rename "videos" config to "web-videos" | Chocobozzz | 2023-07-11 | 2 | -4/+4 |
| | |||||
* | Prefer web videos in favour of webtorrent | Chocobozzz | 2023-07-11 | 1 | -4/+4 |
| | |||||
* | Fix build | Chocobozzz | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -1/+4 |
| | |||||
* | Add script to generate storyboards | Chocobozzz | 2023-06-29 | 2 | -2/+91 |
| | |||||
* | Feature/password protected videos (#5836) | Wicklow | 2023-06-29 | 1 | -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 parallel | Chocobozzz | 2023-05-19 | 1 | -1/+2 |
| | |||||
* | Add config file merging in upgrade script | Chocobozzz | 2023-05-16 | 1 | -16/+36 |
| | |||||
* | Breaking: remove node 14 support | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Enable external plugins to test the PR | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Add peertube runner cli | Chocobozzz | 2023-05-09 | 3 | -2/+29 |
| | |||||
* | Update i18n server strings | Chocobozzz | 2023-05-09 | 1 | -0/+8 |
| | |||||
* | Remove unmaintained help script | Chocobozzz | 2023-05-09 | 1 | -21/+0 |
| | |||||
* | Remove transcoding scripts | Chocobozzz | 2023-05-09 | 2 | -160/+0 |
| | | | | We don't have enough energy to maintain them | ||||
* | Don't call plugin register/unregister methods | Chocobozzz | 2023-05-05 | 2 | -2/+7 |
| | |||||
* | Add compatibility with FreeBSD ls | Alvar C.H. Freude | 2023-05-04 | 1 | -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 strings | Chocobozzz | 2023-04-17 | 1 | -1/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2023-03-27 | 1 | -0/+4 |
| | |||||
* | Don't process live when moving to external storage | Chocobozzz | 2023-03-07 | 1 | -0/+2 |
| | |||||
* | Fix button link on mobile | Chocobozzz | 2023-02-15 | 1 | -0/+1 |
| | |||||
* | Add uk-UA locale support | Chocobozzz | 2023-02-13 | 1 | -0/+1 |
| | |||||
* | Fix untranslatable "previous/next video" | Chocobozzz | 2023-02-13 | 1 | -1/+3 |
| | |||||
* | Add is locale support | Chocobozzz | 2023-02-13 | 2 | -1/+2 |
| | |||||
* | Use unknown when category is not set | Chocobozzz | 2023-01-19 | 1 | -1/+0 |
| | | | | Unstead of Misc, that could be a real category | ||||
* | Add back to live feature | Chocobozzz | 2022-12-20 | 1 | -0/+1 |
| | |||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 1 | -4/+4 |
| | |||||
* | Fix running again transcoding on a video only file | Chocobozzz | 2022-11-07 | 1 | -4/+6 |
| | |||||
* | Add migration script | Chocobozzz | 2022-10-24 | 1 | -0/+71 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 2 | -82/+20 |
| | |||||
* | Fix error when running setup:cli | Chocobozzz | 2022-09-28 | 2 | -2/+1 |
| | |||||
* | Inject new player translations | Chocobozzz | 2022-09-16 | 1 | -1/+4 |
| | |||||
* | Prevent job queue to be started before plugins | Chocobozzz | 2022-09-14 | 5 | -5/+5 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 2 | -11/+10 |
| | |||||
* | Allow continusously printing logs through tail and parse-log | Florent | 2022-08-16 | 1 | -2/+3 |
| | |||||
* | Avoid concurrency issue on transcoding | Chocobozzz | 2022-08-09 | 1 | -5/+6 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Limit import depending on transcoding resolutions | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Add option to not transcode original resolution | Chocobozzz | 2022-08-09 | 2 | -6/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix test after hooks | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix log parser with multiple files | Chocobozzz | 2022-07-12 | 1 | -29/+33 |
| | |||||
* | Support hr locale | Chocobozzz | 2022-07-11 | 2 | -1/+2 |
| | |||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 4 | -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 loading | Chocobozzz | 2022-06-28 | 4 | -4/+4 |
| |