Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1 | -3/+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) | ||||
* | Fix build | Chocobozzz | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -3/+0 |
| | |||||
* | Breaking: remove ios 11, safari 11 support | Chocobozzz | 2023-02-27 | 1 | -2/+2 |
| | | | | | Angular doesn't support these web browsers anymore Safari 11 and iOS 11 are not supported anymore by Apple | ||||
* | Fix embed build with old web browsers | Chocobozzz | 2023-02-21 | 1 | -14/+18 |
| | |||||
* | Fix stucked HLS player | Chocobozzz | 2022-07-21 | 1 | -0/+2 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Fix embed compat with safari 10 | Chocobozzz | 2022-06-24 | 1 | -0/+1 |
| | |||||
* | Fix babel for mjs files | Chocobozzz | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Compat embed with ios 11 | Chocobozzz | 2021-09-01 | 1 | -0/+17 |
| | |||||
* | Specify absolute tsconfig path for webpack | Chocobozzz | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Remove unused webpack plugin | Chocobozzz | 2021-08-30 | 1 | -15/+0 |
| | |||||
* | Fix webpack config | Chocobozzz | 2021-08-17 | 1 | -6/+8 |
| | |||||
* | Remove solution style ts config | Chocobozzz | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-08-11 | 1 | -1/+2 |
| | |||||
* | Update embed webpack config | Chocobozzz | 2021-05-27 | 1 | -12/+21 |
| | |||||
* | Use named chunk for embed on analyze | Chocobozzz | 2021-02-25 | 1 | -1/+5 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | video-embed: inject custom CSS | kontrollanten | 2020-12-14 | 1 | -1/+9 |
| | | | | closes #3420 | ||||
* | Use sass instead of deprecated node sass | Chocobozzz | 2020-11-19 | 1 | -12/+0 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 1 | -22/+22 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -14/+4 |
| | |||||
* | deal with refresh token in embed | Rigel Kent | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | decouple video abuse details from embed, add embed to block list details | Rigel Kent | 2020-08-06 | 1 | -1/+3 |
| | |||||
* | Analyze embed too with bundlewatch | Chocobozzz | 2020-08-06 | 1 | -3/+9 |
| | |||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Client dependencies upgrade | Chocobozzz | 2020-04-01 | 1 | -6/+8 |
| | |||||
* | Correctly type videojs player | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Fix videos list user NSFW policy | Chocobozzz | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 1 | -30/+30 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature | ||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 1 | -1/+6 |
| | |||||
* | Fix AP activity validator | Chocobozzz | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | Store webtorrent chunks in indexdb | Chocobozzz | 2018-05-15 | 1 | -2/+2 |
| | |||||
* | Upgrade to webpack 4 | Chocobozzz | 2018-04-06 | 1 | -1/+6 |
| | |||||
* | Upgrade scripts and embed webpack config | Chocobozzz | 2017-12-12 | 2 | -0/+200 |