aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reorganize player filesChocobozzz2022-03-1461-85/+192
|
* Reorganize player manager options builderChocobozzz2022-03-1411-593/+634
|
* Reorganize videojs componentsChocobozzz2022-03-1414-14/+14
|
* Add latency setting supportChocobozzz2022-03-091-19/+80
|
* Display avatar in embed posterChocobozzz2022-03-084-2/+92
|
* Fix stuck hls player with bad redundancyChocobozzz2022-03-031-1/+5
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix HLS bufferChocobozzz2022-02-222-21/+44
|
* Correctly hide mobile buttons overlay on iosChocobozzz2022-02-092-6/+8
|
* Put white background to peertube iconsChocobozzz2022-02-048-0/+0
|
* Fix hidding mobile overlayChocobozzz2022-02-041-1/+10
|
* Fast forward on HLS decode errorChocobozzz2022-02-027-533/+588
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-1/+6
|
* Remove unused functionChocobozzz2022-01-141-6/+0
|
* Move to our own player hotkeysChocobozzz2022-01-133-82/+199
|
* Cleanup player hotkeysChocobozzz2022-01-131-2/+13
|
* Fix typingsChocobozzz2022-01-121-2/+2
|
* Add fast forward/rewind on mobileChocobozzz2022-01-123-12/+176
|
* Move to landscape on mobile fullscreenChocobozzz2022-01-121-1/+18
|
* Add player controls on mobileChocobozzz2022-01-117-3/+75
|
* Increase player control bar sizeChocobozzz2022-01-101-0/+1
|
* Fix player with audio only resolutionChocobozzz2021-12-161-2/+1
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-161-2/+1
|
* Add P2P enabled/disabled in player cardChocobozzz2021-12-162-2/+6
|
* Hide P2P in player if disabledChocobozzz2021-12-163-3/+20
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-165-21/+19
|
* Improve control bar inactivity handlingChocobozzz2021-12-092-14/+32
| | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar
* Focus player after fullscreenChocobozzz2021-12-091-0/+8
|
* Fix live duration in playerChocobozzz2021-12-071-0/+1
|
* Recover HLS video with duration inconsistencyChocobozzz2021-12-031-1/+4
| | | | With audio longer than video
* Add aria expanded to settings buttonChocobozzz2021-11-221-0/+4
|
* Fix player menu keyboard navigationChocobozzz2021-11-192-2/+12
|
* Update angularChocobozzz2021-11-101-1/+1
|
* Migrate to @peertube/videojs-contextmenuChocobozzz2021-10-261-1/+1
| | | | To fix a bug with latest videojs
* Remove render media todoChocobozzz2021-10-221-1/+0
| | | | | We don't want to use official module anymore since we removed a large part of the upstream code we don't need (pdf etc)
* Fix some old typing issuesChocobozzz2021-10-225-12/+6
|
* Fix "Off" player string localizationChocobozzz2021-10-211-1/+1
|
* Fix privacy concern for remote videosChocobozzz2021-10-211-2/+1
|
* Fix missing width/height in share iframeChocobozzz2021-10-201-0/+2
|
* Improve playback with bad redundanciesChocobozzz2021-10-142-2/+5
|
* extend client-overrides with default images (#4392)kontrollanten2021-10-121-0/+0
| | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* Safer iframe creationChocobozzz2021-10-111-9/+9
|