aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-111-12/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 clientChocobozzz2023-07-101-768/+16
|
* Simplify ICU in componentsChocobozzz2023-06-291-0/+48
|
* Upgrade @peertube/xliffmergeChocobozzz2023-05-251-257/+13
|
* Update chart.jsChocobozzz2023-05-251-8/+15
|
* Revert hls.js upgradeChocobozzz2023-05-251-4/+4
| | | | See https://github.com/Chocobozzz/PeerTube/issues/5790
* Update client dependenciesChocobozzz2023-05-251-853/+979
|
* Update angularChocobozzz2023-05-231-827/+990
|
* Update common client packagesChocobozzz2023-05-231-1270/+1873
|
* Upgrade hls.jsChocobozzz2023-05-101-4/+4
| | | | Should fix a fragment loading crash
* Fix E2E with firefoxChocobozzz2023-02-271-9/+9
|
* Update client dependenciesChocobozzz2023-02-161-902/+879
|
* Upgrade to latest angular versionChocobozzz2023-02-161-1363/+1027
|
* Fix mention detectionChocobozzz2023-02-151-5/+0
|
* Add E2E client tests for signup approvalChocobozzz2023-01-191-106/+339
|
* Fix incorrect merge with hls.js dependencyChocobozzz2022-12-281-4/+4
|
* Upgrade player p2p dependencyChocobozzz2022-12-231-9/+9
|
* Add back to live featureChocobozzz2022-12-201-4/+4
|
* Update socket ioChocobozzz2022-11-281-6/+6
|
* Upgrade chromedriverChocobozzz2022-11-151-33/+20
|
* Update client dependenciesChocobozzz2022-11-151-1170/+1323
|
* Rollback dependencies that want node 16Chocobozzz2022-10-281-30/+42
| | | | Node 14 is still a LTS for a few months
* Improve E2E testsChocobozzz2022-10-281-158/+144
| | | | | Add tests for private video static endpoints Fix tests for local firefox
* Upgrade hls.jsChocobozzz2022-09-121-4/+4
|
* Fix webtorrent playerChocobozzz2022-09-121-10/+18
|
* Update client depChocobozzz2022-09-091-1230/+1263
|
* Upgrade client dependenciesChocobozzz2022-07-271-2161/+1914
|
* Fix stucked HLS playerChocobozzz2022-07-211-12/+13
|
* Fix live playerChocobozzz2022-07-191-4/+4
|
* Fix HLS player seekingChocobozzz2022-07-111-15/+16
|
* Fix embed compat with safari 10Chocobozzz2022-06-241-1/+1
|
* Upgrade client dependenciesChocobozzz2022-06-131-2822/+2858
|
* Replace all glyphicon iconsChocobozzz2022-06-131-5/+0
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-8/+13
|
* Support ICU in TS componentsChocobozzz2022-06-081-0/+54
|
* Upgrade client E2E dependenciesChocobozzz2022-05-201-186/+330
|
* Support interactive video stats graphChocobozzz2022-04-151-0/+12
|
* Upgrade client dependenciesChocobozzz2022-03-211-1108/+1332
|
* Display avatar in embed posterChocobozzz2022-03-081-9/+1
|
* Fix stuck hls player with bad redundancyChocobozzz2022-03-031-8/+8
|
* Fix local e2e tests due to chromedriver bugChocobozzz2022-02-231-4/+4
|
* Update client dependenciesChocobozzz2022-02-091-2335/+1437
|
* Upgrade minor dependenciesChocobozzz2022-01-181-122/+144
|
* Upgrade uploadx dependencyChocobozzz2022-01-181-6/+6
|
* Upgrade client dependenciesChocobozzz2022-01-141-1319/+1328
|
* Move to our own player hotkeysChocobozzz2022-01-131-5/+0
|
* Fix hls upload statsChocobozzz2022-01-101-8/+8
|
* Webpack is a dev dependencyChocobozzz2022-01-031-1/+1
|
* Upgrade client depChocobozzz2021-12-241-1558/+1422
|
* Update client dependenciesChocobozzz2021-11-291-111/+143
|