aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
...
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-0/+1
| | | | | | | | | | | | | * 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
* Update english stringsChocobozzz2021-03-242-10/+6
|
* Display the preview image on waiting livesChocobozzz2021-02-222-5/+18
|
* Correctly load live information when not startedChocobozzz2021-02-221-9/+14
|
* Fix video comments display with deleted commentsChocobozzz2021-02-194-9/+20
|
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Fix small UI bugsChocobozzz2021-02-021-6/+11
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-8/+5
|
* Implement remote interactionChocobozzz2021-01-151-6/+2
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Don't update timestamps for a liveChocobozzz2020-12-171-1/+3
|
* Fix comments countChocobozzz2020-12-101-1/+3
|
* Fix socket io with angularChocobozzz2020-12-101-6/+2
|
* Improve live player responsiveChocobozzz2020-12-101-0/+2
|
* Live views updateChocobozzz2020-12-091-16/+34
|
* Refactor views componentChocobozzz2020-12-092-7/+5
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-3/+21
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Load video in permanent live after last one endedChocobozzz2020-12-041-1/+12
|
* Refactor last PRChocobozzz2020-11-272-12/+2
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-272-2/+12
|
* Fix comment account external URLChocobozzz2020-11-252-9/+19
| | | | | It did not work, and I think it's better to target the local account page anyway
* Fix circular dep issueChocobozzz2020-11-251-1/+1
|
* Add new default different avatar for channel and accountkimsible2020-11-252-4/+4
|
* Use sass instead of deprecated node sassChocobozzz2020-11-191-1/+1
|
* Upgrade client dependenciesChocobozzz2020-11-192-4/+5
| | | | Migrate removed primeng theme to custom CSS
* Fix player height on mobileChocobozzz2020-11-131-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-131-5/+17
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-0/+2
|
* Add live info in watch pageChocobozzz2020-11-093-5/+17
|
* Fix theater modeChocobozzz2020-11-091-0/+1
|
* Add modal to display live informationChocobozzz2020-11-091-1/+1
|
* Add thumbnail info if liveChocobozzz2020-11-091-1/+1
|
* Add ability to save live replayChocobozzz2020-11-093-26/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-093-4/+70
|
* Restore line feed for markdown lists support in commentskimsible2020-11-082-2/+4
|
* Improve markdown-it emoji list column display (#3253)Kimsible2020-11-083-19/+32
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Correct break line display for re-draft commentsKimsible2020-11-062-2/+9
|
* changed video rating popover text with link to login page (#3168)test2a2020-10-303-7/+7
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Improve report labelsChocobozzz2020-09-031-1/+1
|
* Fix play of videos on iosChocobozzz2020-08-271-0/+2
| | | | When the user already played a video
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-2/+19
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-1/+1
|
* Send videojs to action player hooksChocobozzz2020-08-211-1/+1
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-194-28/+47
|
* Fix video playlist resumingChocobozzz2020-08-191-7/+7
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-3/+3
|
* Fix lintChocobozzz2020-08-142-2/+6
|
* Migrate i18n to localizekimsible2020-08-141-4/+2
|
* Use this.user.account.id instead of recall authService.getUser()kimsible2020-08-141-1/+1
|