Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Update code contributors | Chocobozzz | 2023-07-26 | 1 | -9/+12 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -3/+0 |
| | | | | Prefer to replace paths at compile time | ||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Update credits | Chocobozzz | 2021-11-12 | 1 | -1/+4 |
| | |||||
* | Update contributor list | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Introduce CLI command | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Replace local menu icon | Chocobozzz | 2021-05-28 | 1 | -0/+1 |
| | |||||
* | Update credits | Chocobozzz | 2021-02-24 | 1 | -0/+1 |
| | |||||
* | Fix credit script link | Chocobozzz | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | Only link to crowdfunding pages in credits | Chocobozzz | 2020-12-14 | 1 | -1698/+0 |
| | |||||
* | Update contributors | Chocobozzz | 2020-12-02 | 1 | -93/+1712 |
| | |||||
* | fix lint for credits generation | Rigel Kent | 2020-11-22 | 1 | -13/+12 |
| | |||||
* | move crowdfunding information to CREDITS.md | Rigel Kent | 2020-11-21 | 1 | -124/+225 |
| | | | | | moving that information to properly group contributions and crediting in preparation of the v3 crowdfunding end | ||||
* | Fix icon names | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2020-07-31 | 1 | -122/+118 |
| | |||||
* | Update my-account sub-menus icons (#2977) | Kim | 2020-07-23 | 1 | -0/+1 |
| | | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | update scripts/generate-code-contributors.ts | Rigel Kent | 2020-07-01 | 1 | -4/+5 |
| | |||||
* | Update credits | Chocobozzz | 2020-02-28 | 1 | -1/+2 |
| | |||||
* | Update code contributors | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | Use lower instead of ilike to login users | Chocobozzz | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | Rebuild credits | Chocobozzz | 2020-01-09 | 1 | -59/+140 |
| | | | | Had to update the script now we use weblate | ||||
* | Fix typings | Chocobozzz | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Fix duplicated in CREDITS | Chocobozzz | 2019-11-05 | 1 | -1/+3 |
| | |||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 1 | -0/+3 |
| | |||||
* | Add contributors in about peertube page | Chocobozzz | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | Update credits | Chocobozzz | 2019-05-13 | 1 | -2/+6 |
| | |||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Update credits | Chocobozzz | 2019-01-10 | 1 | -2/+8 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Fix git credits | Chocobozzz | 2018-06-22 | 1 | -0/+80 |