aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Prevent console error with HLS fallbackChocobozzz2022-10-312-1/+4
|
* Prevent player crash on safariChocobozzz2022-10-281-0/+10
|
* Fix HLS fallbackChocobozzz2022-10-281-1/+10
|
* Fix token injection if unlogged userChocobozzz2022-10-271-2/+2
|
* Don't conflict with alt + num web browser hotkeyChocobozzz2022-10-251-1/+5
|
* Prevent error with metrics in HTTP playerChocobozzz2022-10-251-0/+2
|
* Don't fallback to HLS with private videosChocobozzz2022-10-243-1/+11
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-248-17/+91
|
* feat(plugins): add p2p-media-loader options filter (#5318)kontrollanten2022-10-112-4/+7
| | | | | | | * feat(plugins): add p2p-media-loader options filter closes #5317 * remove obsolete await
* Add channels link in menuChocobozzz2022-09-281-1/+1
|
* Handle network issues in video player (#5138)kontrollanten2022-09-287-13/+108
| | | | | | | | | | | | | | * feat(client/player): handle network offline * feat(client/player): human friendly err msg * feat(client/player): handle broken resolutions When an error occurs for a resolution, remove the resolution and try with another resolution. * fix(client/player): prevent err handl when offline * fix(client/player): localize offline text
* Translate more strings in player statsEwout van Mansom2022-09-161-4/+6
|
* Fix broken player on non MSE devicesChocobozzz2022-09-081-0/+2
|
* Fix metric with old webtorrent videosChocobozzz2022-08-171-1/+3
|
* Increase test timeoutChocobozzz2022-08-161-1/+1
|
* Fix "undefined" resolution in player statsChocobozzz2022-08-161-1/+4
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-1611-21/+170
|
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-111-1/+1
|
* Reduce auto play error logChocobozzz2022-08-031-1/+1
|
* Fix stucked HLS playerChocobozzz2022-07-212-5/+4
|
* Add ability for client to create server logsChocobozzz2022-07-1814-60/+75
|
* Remove unused class attributeChocobozzz2022-06-281-2/+0
|
* Put instance name in embed buttonChocobozzz2022-06-284-2/+10
|
* Theme fixesChocobozzz2022-06-281-4/+4
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-8/+6
|\
| * More precise format byte with GBChocobozzz2022-06-231-8/+6
| |
* | Increase global font sizeChocobozzz2022-06-162-2/+2
| |
* | Redesign register stepsChocobozzz2022-06-155-0/+269
| |
* | Upgrade client dependenciesChocobozzz2022-06-132-3/+4
| |
* | Reorganize application.scssChocobozzz2022-06-133-3/+3
| |
* | Better icon namesChocobozzz2022-06-131-1/+0
| |
* | Replace all glyphicon iconsChocobozzz2022-06-132-0/+2
| |
* | Replace glyphicon chevronChocobozzz2022-06-101-0/+1
| |
* | Prefer global icon instead of glyphicon for copyChocobozzz2022-06-101-0/+1
| |
* | Fix various typosluz paz2022-06-071-1/+1
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Add live autostart/messages in embedChocobozzz2022-05-311-0/+5
|/
* Fix 0-9 player hotkey conflict with web browserChocobozzz2022-05-201-1/+1
|
* Add control bar option for peertube playerChocobozzz2022-05-202-0/+3
|
* Fix live playChocobozzz2022-04-191-1/+1
|
* Use round for views statsChocobozzz2022-04-151-2/+2
|
* Support videos stats in clientChocobozzz2022-04-155-82/+75
|
* Optimize improve stat card rendering in playerChocobozzz2022-03-181-46/+121
|
* Fix missing p2p media loader config for hlsChocobozzz2022-03-182-7/+9
|
* Cleanup logo svgChocobozzz2022-03-151-10/+5
|