Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 lint | Chocobozzz | 2023-07-17 | 1 | -1/+1 |
| | |||||
* | Fix password E2E tests | Chocobozzz | 2023-07-17 | 1 | -2/+0 |
| | |||||
* | Fix e2e tests | Chocobozzz | 2023-07-17 | 5 | -25/+61 |
| | |||||
* | Some player fixes on Android, Safari and iOS | Chocobozzz | 2023-07-17 | 3 | -4/+5 |
| | |||||
* | Add e2e tests for password protected videos (#5860) | Wicklow | 2023-07-17 | 6 | -3/+367 |
| | |||||
* | Fix lint | Chocobozzz | 2023-07-12 | 1 | -9/+9 |
| | |||||
* | Prefer web videos in favour of webtorrent | Chocobozzz | 2023-07-11 | 4 | -18/+18 |
| | |||||
* | Fix local e2e tests | Chocobozzz | 2023-05-25 | 4 | -6/+8 |
| | |||||
* | Update client dependencies | Chocobozzz | 2023-05-25 | 4 | -5/+4 |
| | |||||
* | Fix lint | Chocobozzz | 2023-05-24 | 2 | -5/+5 |
| | |||||
* | Prevent invalid end watch section warnings | Chocobozzz | 2023-05-10 | 1 | -2/+0 |
| | |||||
* | Breaking: drop firefox 68 support | Chocobozzz | 2023-02-28 | 1 | -2/+2 |
| | | | | Only support firefox >= 78 | ||||
* | Update E2E | Chocobozzz | 2023-02-28 | 1 | -7/+6 |
| | |||||
* | 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 E2E with firefox | Chocobozzz | 2023-02-27 | 6 | -27/+42 |
| | |||||
* | Update server dependencies | Chocobozzz | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | Create screenshots directory when needed | Chocobozzz | 2023-02-15 | 4 | -8/+38 |
| | |||||
* | Fix signup e2e test | Wicklow | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Add E2E client tests for signup approval | Chocobozzz | 2023-01-19 | 13 | -92/+600 |
| | |||||
* | Support reinjecting token in private m3u8 playlist | Chocobozzz | 2022-12-02 | 2 | -0/+19 |
| | |||||
* | Upgrade chromedriver | Chocobozzz | 2022-11-15 | 1 | -0/+3 |
| | |||||
* | Start E2E videos at 00:00:00 | Chocobozzz | 2022-11-02 | 1 | -4/+4 |
| | |||||
* | Reapply playsinline on player fallback | Chocobozzz | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Improve login test reliability for ios | Chocobozzz | 2022-10-31 | 1 | -6/+6 |
| | |||||
* | Remove browserstack.err | Chocobozzz | 2022-10-31 | 1 | -1/+0 |
| | |||||
* | Improve E2E tests | Chocobozzz | 2022-10-28 | 21 | -37/+181 |
| | | | | | Add tests for private video static endpoints Fix tests for local firefox | ||||
* | Use android 7 for browser stack | Chocobozzz | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | Fix z-index with custom homepage | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Add live play tests | Chocobozzz | 2022-06-24 | 2 | -1/+38 |
| | |||||
* | Add E2E tests for signup | Chocobozzz | 2022-06-21 | 8 | -13/+173 |
| | |||||
* | Fix local E2E tests | Chocobozzz | 2022-05-20 | 2 | -3/+13 |
| | |||||
* | Fix e2e tests | Chocobozzz | 2022-04-20 | 1 | -4/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 1 | -2/+1 |
| | |||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 6 | -9/+128 |
| | | | | | Add video form tab selection Add ability to display an error | ||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -1/+6 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 10 | -22/+222 |
| | |||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 9 | -14/+234 |
| | |||||
* | Fix E2E tests | Chocobozzz | 2021-11-24 | 3 | -1/+9 |
| | |||||
* | Remove protractor workaround | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | | | | We don't use it anymore | ||||
* | Fix NSFW filter and add tests | Chocobozzz | 2021-09-03 | 20 | -106/+516 |
| | |||||
* | Improve e2e workflow and add doc | Chocobozzz | 2021-09-02 | 5 | -23/+28 |
| | |||||
* | Migrate to webdriverio | Chocobozzz | 2021-09-01 | 17 | -429/+597 |
| | |||||
* | Fix E2E tests | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 3 | -2/+2 |
| | |||||
* | Remove solution style ts config | Chocobozzz | 2021-08-17 | 1 | -2/+2 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 4 | -6/+6 |
| | | | | And use them as default in client | ||||
* | Fix E2E tests | Chocobozzz | 2021-05-10 | 1 | -1/+6 |
| | |||||
* | Fix E2E tests | Chocobozzz | 2021-05-05 | 1 | -1/+1 |
| |