aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack
Commit message (Collapse)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-111-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 buildChocobozzz2023-07-101-1/+1
|
* Remove webtorrent support from clientChocobozzz2023-07-101-3/+0
|
* Breaking: remove ios 11, safari 11 supportChocobozzz2023-02-271-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 browsersChocobozzz2023-02-211-14/+18
|
* Fix stucked HLS playerChocobozzz2022-07-211-0/+2
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+1
|
* Fix embed compat with safari 10Chocobozzz2022-06-241-0/+1
|
* Fix babel for mjs filesChocobozzz2021-11-241-1/+1
|
* Compat embed with ios 11Chocobozzz2021-09-011-0/+17
|
* Specify absolute tsconfig path for webpackChocobozzz2021-08-301-1/+1
|
* Remove unused webpack pluginChocobozzz2021-08-301-15/+0
|
* Fix webpack configChocobozzz2021-08-171-6/+8
|
* Remove solution style ts configChocobozzz2021-08-171-1/+1
|
* Update client dependenciesChocobozzz2021-08-111-1/+2
|
* Update embed webpack configChocobozzz2021-05-271-12/+21
|
* Use named chunk for embed on analyzeChocobozzz2021-02-251-1/+5
|
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* video-embed: inject custom CSSkontrollanten2020-12-141-1/+9
| | | | closes #3420
* Use sass instead of deprecated node sassChocobozzz2020-11-191-12/+0
|
* Upgrade client dependenciesChocobozzz2020-11-191-22/+22
| | | | Migrate removed primeng theme to custom CSS
* Reorganize shared modelsChocobozzz2020-08-071-0/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-14/+4
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+1
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-1/+3
|
* Analyze embed too with bundlewatchChocobozzz2020-08-061-3/+9
|
* Fix videojsChocobozzz2020-04-211-1/+1
|
* Client dependencies upgradeChocobozzz2020-04-011-6/+8
|
* Correctly type videojs playerChocobozzz2020-01-291-1/+1
|
* Fix videos list user NSFW policyChocobozzz2018-09-241-1/+1
|
* Upgrade client dependenciesChocobozzz2018-09-211-30/+30
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-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 sizesChocobozzz2018-06-071-1/+6
|
* Fix AP activity validatorChocobozzz2018-05-291-0/+2
|
* Store webtorrent chunks in indexdbChocobozzz2018-05-151-2/+2
|
* Upgrade to webpack 4Chocobozzz2018-04-061-1/+6
|
* Upgrade scripts and embed webpack configChocobozzz2017-12-122-0/+200