aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Load user when auth service is readyChocobozzz2021-01-151-9/+12
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Fix some accessibility issuesChocobozzz2020-12-223-4/+10
|
* Don't update timestamps for a liveChocobozzz2020-12-171-1/+3
|
* Don't display max duration if disabledChocobozzz2020-12-161-1/+1
|
* Add link to the documentation for live streamingChocobozzz2020-12-141-0/+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-082-11/+35
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Use new primeng i18n apiChocobozzz2020-12-072-7/+7
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-2/+2
|
* Load video in permanent live after last one endedChocobozzz2020-12-041-1/+12
|
* Fix login guard to videos from subscriptionsChocobozzz2020-12-031-0/+2
|
* Add permanent live supportChocobozzz2020-12-034-3/+42
|
* Fix lintChocobozzz2020-12-031-1/+1
|
* more explicit error messages for file uploadsRigel Kent2020-12-033-26/+62
|
* Refactor last PRChocobozzz2020-11-272-12/+2
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-272-2/+12
|
* Do not display wait transcoding checkboxChocobozzz2020-11-262-1/+11
| | | | If this is a live and save replay is not enabled
* 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
|
* Fix migration and testChocobozzz2020-11-251-4/+4
|
* refactor scoped token serviceRigel Kent2020-11-251-5/+17
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+25
|
* Use sass instead of deprecated node sassChocobozzz2020-11-191-1/+1
|
* Upgrade client dependenciesChocobozzz2020-11-193-7/+7
| | | | Migrate removed primeng theme to custom CSS
* Add ability to display all channel/account videosChocobozzz2020-11-181-6/+2
|
* add help popup for choosing license (#3306)Frank Sträter2020-11-151-0/+9
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix player height on mobileChocobozzz2020-11-131-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-131-5/+17
|
* Reorganize left menu and account menuChocobozzz2020-11-133-3/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-121-1/+1
| | | | fixes #3222
* Try to optimize sha segments fetchingChocobozzz2020-11-101-0/+2
|
* Add live info in watch pageChocobozzz2020-11-098-13/+31
|
* Fix theater modeChocobozzz2020-11-091-0/+1
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+2
|
* Add max lives limitChocobozzz2020-11-091-2/+11
|
* 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-0910-49/+77
|
* Add watch messages if live has not startedChocobozzz2020-11-0910-28/+94
|
* Live streaming implementation first stepChocobozzz2020-11-0915-100/+318
|
* 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>