aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
Commit message (Collapse)AuthorAgeFilesLines
* Fix console error when watching a videoChocobozzz2021-06-291-4/+1
|
* Fix error when cookies are disabledChocobozzz2021-06-251-4/+9
|
* Upgrade client dependenciesChocobozzz2021-06-251-1/+1
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-10/+16
| | | | closes #4086
* Load embed api resolutions on initChocobozzz2021-06-081-0/+4
|
* Replace local menu iconChocobozzz2021-05-282-3/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-2/+2
| | | | And use them as default in client
* Instance homepage support (#4007)Chocobozzz2021-05-272-1/+4
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Fix "stats for nerds" card in HTTP modeChocobozzz2021-05-141-4/+4
|
* Fix http player defaulting to audio resolutionChocobozzz2021-05-141-1/+2
|
* Fix player settings disposeChocobozzz2021-05-051-5/+8
|
* round volume in stats cardRigel Kent2021-05-041-1/+1
|
* Add player mode to player statsChocobozzz2021-04-281-0/+2
|
* Cleanup stats for nerdsChocobozzz2021-04-285-119/+233
|
* add stats videojs pluginRigel Kent2021-04-286-0/+235
|
* Autoclose settings on outside clickChocobozzz2021-04-271-5/+22
|
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-213-89/+36
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Better hls warn/error loggingChocobozzz2021-04-211-2/+6
|
* Fix context menu when watching a playlistChocobozzz2021-04-213-36/+89
|
* Lazy load player captionsChocobozzz2021-04-131-2/+4
|
* add icons in contextmenuRigel Kent2021-04-124-2/+10
|
* add loop toggle to the player contextmenuRigel Kent2021-04-121-27/+38
|
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-314-6/+64
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-312-5/+9
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Add 1.75 option to playback ratesltsallas2021-03-261-1/+1
|
* Try to reduce CSS sizeChocobozzz2021-03-248-44/+22
|
* Async torrent creationChocobozzz2021-02-251-0/+2
|
* Fix subtitles load on safariChocobozzz2021-02-241-6/+1
|
* client(hotkeys): remove seekstep VLC behaviorkontrollanten2021-02-161-13/+8
| | | | closes #2810
* client(hotkeys): tighten hotkey definitionskontrollanten2021-02-161-4/+7
|
* Try to recover from network errorsChocobozzz2021-02-091-3/+22
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+1
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Improve parse log with sqlChocobozzz2021-02-011-1/+1
|
* Fix hls error handlingChocobozzz2021-01-291-1/+4
|
* Correctlu throws an error on manifestIncompatibleCodecsErrorChocobozzz2021-01-291-23/+14
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-0/+4
| | | | recommendation variant
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-132-1/+1
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix ;Chocobozzz2020-12-071-1/+1
|
* Relax webtorrent file checkChocobozzz2020-12-071-3/+3
|
* wt-plugin: tighten sanity checkkontrollanten2020-12-071-1/+1
|
* Revert "refactor(wt-plugin): create getVideoFile fn"kontrollanten2020-12-071-10/+11
| | | | This reverts commit 9110f52c4f1c0cf46fc906dbd4cef566497fb556.
* Revert "refactor(wt-plugin): tighten TS definitions"kontrollanten2020-12-071-2/+2
| | | | This reverts commit cdca521e1560bf8b215f8eb17576985e7a77cff6.
* refactor(wt-plugin): tighten TS definitionskontrollanten2020-12-071-2/+2
|
* refactor(wt-plugin): create getVideoFile fnkontrollanten2020-12-071-11/+10
|
* wt-plugin: clearify err msgkontrollanten2020-12-071-0/+4
|
* Fix viewers for livesChocobozzz2020-12-073-3/+16
|
* hls-plugin: destroy hls upon third errkontrollanten2020-12-071-0/+1
| | | | According to hls.js docs `hls.destroy()` should be called https://github.com/video-dev/hls.js/blob/master/docs/API.md#final-step-destroying-switching-between-streams
* Update i18n with new player keysChocobozzz2020-12-041-2/+2
|
* add 'total downloaded' stats from server and peers in player (#3394)Florian CUNY2020-12-044-2/+15
| | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3384 This will only work with HLS. The display for Webtorrent is left untouched. Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix 00:00 player timestampChocobozzz2020-11-251-1/+3
|