Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Chocobozzz | 2023-08-18 | 1 | -1/+1 |
| | |||||
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -1/+4 |
| | |||||
* | 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 | ||||
* | Update i18n server strings | Chocobozzz | 2023-05-09 | 1 | -0/+8 |
| | |||||
* | Add user role label to translatable strings | Chocobozzz | 2023-04-17 | 1 | -1/+2 |
| | |||||
* | Fix button link on mobile | Chocobozzz | 2023-02-15 | 1 | -0/+1 |
| | |||||
* | Fix untranslatable "previous/next video" | Chocobozzz | 2023-02-13 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Inject new player translations | Chocobozzz | 2022-09-16 | 1 | -1/+4 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 1 | -8/+7 |
| | |||||
* | Add new player string to custom translations | Chocobozzz | 2022-05-31 | 1 | -0/+2 |
| | |||||
* | Add missing player translation | Chocobozzz | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | Fast forward on HLS decode error | Chocobozzz | 2022-02-02 | 1 | -1/+2 |
| | |||||
* | Add fast forward/rewind on mobile | Chocobozzz | 2022-01-12 | 1 | -0/+2 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -5/+3 |
| | | | | Prefer to replace paths at compile time | ||||
* | Add P2P enabled/disabled in player card | Chocobozzz | 2021-12-16 | 1 | -0/+3 |
| | |||||
* | Add meaning to date short names | Chocobozzz | 2021-12-13 | 1 | -1/+0 |
| | |||||
* | Update translations | Chocobozzz | 2021-12-13 | 1 | -2/+3 |
| | |||||
* | Fix "Off" player string localization | Chocobozzz | 2021-10-21 | 1 | -0/+1 |
| | |||||
* | Add player mode to player stats | Chocobozzz | 2021-04-28 | 1 | -1/+2 |
| | |||||
* | Cleanup stats for nerds | Chocobozzz | 2021-04-28 | 1 | -1/+15 |
| | |||||
* | Revert "Fix context menu when watching a playlist" | Chocobozzz | 2021-04-21 | 1 | -6/+2 |
| | | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade | ||||
* | Fix context menu when watching a playlist | Chocobozzz | 2021-04-21 | 1 | -2/+6 |
| | |||||
* | Update i18n with new player keys | Chocobozzz | 2020-12-04 | 1 | -0/+2 |
| | |||||
* | Fix player translations | Chocobozzz | 2020-11-09 | 1 | -4/+4 |
| | |||||
* | Add missing player localized strings | Chocobozzz | 2020-11-09 | 1 | -1/+3 |
| | |||||
* | Update player and server translations | Chocobozzz | 2020-08-14 | 1 | -6/+25 |
| | |||||
* | Handle unavailable videos in embed playlists | Chocobozzz | 2020-08-07 | 1 | -1/+2 |
| | |||||
* | Handle basic playlist in embed | Chocobozzz | 2020-08-07 | 1 | -1/+3 |
| | |||||
* | Add logic to handle playlist in embed | Chocobozzz | 2020-08-07 | 1 | -1/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2020-07-31 | 1 | -4/+4 |
| | |||||
* | Fix embed p2p warning localization | Chocobozzz | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Try new worflow with french | Chocobozzz | 2019-11-07 | 1 | -60/+13 |
| | |||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 1 | -0/+3 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 1 | -1/+3 |
| | |||||
* | Translate copy magnet URI | Chocobozzz | 2019-02-15 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -1/+4 |
| | |||||
* | Add missing translations in embed template | Chocobozzz | 2019-01-14 | 1 | -1/+7 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add audit logs for video import | Chocobozzz | 2018-08-06 | 1 | -1/+10 |
| | |||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Move iso639 strings in its own translation file | Chocobozzz | 2018-06-13 | 1 | -5/+15 |
| | |||||
* | Add server localization | Chocobozzz | 2018-06-06 | 1 | -19/+51 |
| | |||||
* | Rename messages locale to angular | Chocobozzz | 2018-06-06 | 1 | -9/+14 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -0/+49 |