aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add new default different avatar for channel and accountkimsible2020-11-253-0/+0
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-253-14/+3
|
* Upgrade client dependenciesChocobozzz2020-11-191-1/+1
| | | | Migrate removed primeng theme to custom CSS
* Update live settings edge delayChocobozzz2020-11-181-1/+1
|
* Increase live delayChocobozzz2020-11-171-1/+1
|
* Replace keyboard shortcut iconChocobozzz2020-11-162-0/+1
| | | | Use svg instead
* Delay notification when waiting for a liveChocobozzz2020-11-121-2/+2
|
* Try to optimize sha segments fetchingChocobozzz2020-11-102-4/+9
|
* Try to fix live segments checkChocobozzz2020-11-101-5/+10
|
* HLS player fallback for non https contextChocobozzz2020-11-101-4/+11
|
* Regenerate miniature on live saveChocobozzz2020-11-091-4/+2
|
* Add modal to display live informationChocobozzz2020-11-091-0/+1
|
* Live streaming implementation first stepChocobozzz2020-11-092-8/+33
|
* Fix play of videos on iosChocobozzz2020-08-271-0/+4
| | | | When the user already played a video
* Correctly fix autoplay with webtorrentChocobozzz2020-08-191-8/+8
|
* Try to fix autoplay with ios/safariChocobozzz2020-08-192-14/+19
| | | | | | | | | * Disable autoplay on first load because we have weird issues (player starts to play and stop so we loose the big play button). We also don't want to autoplay muted videos (bad UX IMHO and we don't have ads to display) * Enable autoplay when we already played a video (fixes the issue with playlists)
* Fix incorrect resolution with webtorrent videosChocobozzz2020-08-141-2/+1
|
* Move markdown icon on right and correct colorskimsible2020-08-141-1/+1
|
* Add markown compatible help icon in comment textareakimsible2020-08-141-0/+1
|
* Fix icon namesChocobozzz2020-08-072-0/+0
|
* Merge branch 'feature/e2e' into developChocobozzz2020-08-071-1/+4
|\
| * Add playlist embed E2E testChocobozzz2020-08-071-1/+4
| |