aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
Commit message (Collapse)AuthorAgeFilesLines
* Add video chapters supportChocobozzz2023-08-288-3/+136
|
* Automatically adapt player ratioChocobozzz2023-08-187-4/+53
|
* Migrate server to ESMChocobozzz2023-08-1116-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Reduce hls.js not supported logChocobozzz2023-07-281-1/+1
| | | | Happens often on iOS
* Correctly dispose player componentsChocobozzz2023-07-273-4/+10
|
* Fix player error modalChocobozzz2023-07-272-6/+23
| | | | Not hidden when we change the video
* Implement video file replacement in clientChocobozzz2023-07-251-9/+15
|
* Add p2p info to metricsChocobozzz2023-07-218-61/+64
|
* Add peers number and p2p enabled label to metricsChocobozzz2023-07-201-0/+12
|
* Fix "undefined" in stats cardChocobozzz2023-07-201-4/+10
|
* Improve player settings menu styleChocobozzz2023-07-201-1/+1
|
* Fix max settings panel heightChocobozzz2023-07-201-1/+1
|
* Fix player metricsChocobozzz2023-07-191-0/+2
|
* Improve settings menu label handlerChocobozzz2023-07-173-24/+27
|
* Fix e2e testsChocobozzz2023-07-171-1/+2
|
* Some player fixes on Android, Safari and iOSChocobozzz2023-07-174-4/+13
|
* Fix HLS player on mobileChocobozzz2023-07-171-2/+5
|
* Round HTTP/P2P network statsChocobozzz2023-07-171-4/+4
|
* Prevent multiple sha requestsChocobozzz2023-07-172-3/+17
|
* Remove webtorrent support from clientChocobozzz2023-07-1052-2509/+1989
|
* Fix storyboard on firefoxChocobozzz2023-06-291-4/+4
|
* Add storyboard supportChocobozzz2023-06-295-1/+216
|
* Feature/password protected videos (#5836)Wicklow2023-06-296-23/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-243-4/+4
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-242-2/+2
|
* Reduce time to throw an error on live problemChocobozzz2023-05-101-1/+1
|
* Prevent invalid end watch section warningsChocobozzz2023-05-101-2/+4
|
* Catch metrics errorChocobozzz2023-05-101-0/+2
|
* Fix console errorChocobozzz2023-03-211-1/+1
|
* Non latin keyboard layout support player shortcut (#5684)Wicklow2023-03-081-1/+26
| | | | | * Non latin keyboard layout support player shortcut * isNaked in charge of toUpperCase
* Fix live buffering with small latencyChocobozzz2023-03-072-9/+4
|
* Fix current video time saving for anonymous usersChocobozzz2023-03-011-13/+7
|
* Avoid always resuming the end of the videoChocobozzz2023-02-254-6/+10
|
* Fix lintChocobozzz2023-02-162-6/+3
|
* Fix button link on mobileChocobozzz2023-02-151-6/+3
|
* Prevent hotkeys playback rate/seek with livesChocobozzz2022-12-303-25/+56
|
* Hide playback rate for livesChocobozzz2022-12-301-1/+3
|
* Fix buildChocobozzz2022-12-291-1/+1
|
* More robust player stats cardChocobozzz2022-12-291-2/+2
|
* feat(player/playbackRate): set rate with url paramkontrollanten2022-12-292-0/+6
|
* Log HLS fatal error with error label (#5484)kontrollanten2022-12-291-2/+2
| | | | | * fix(client/p2p-media-loader): logg err upon fatal * feat(client/p2p-media-loader): err log currentTime
* Replay the stream when clicking on live buttonChocobozzz2022-12-231-0/+1
|
* Prevent grey live button when loading the liveChocobozzz2022-12-211-0/+3
|
* Add back to live featureChocobozzz2022-12-204-4/+108
|
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-024-35/+46
|
* Fix client lintChocobozzz2022-11-151-1/+1
|
* Don't inject untrusted inputChocobozzz2022-11-151-2/+0
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Force autoplay when live startsChocobozzz2022-11-155-7/+13
| | | | Using the mute
* Force videojs to not recreate <video>Chocobozzz2022-11-141-0/+3
| | | | | Happens with HLS playlist on iOS breaking our event listener on the former <video> element in embed api
* Reapply playsinline on player fallbackChocobozzz2022-10-311-0/+14
|