aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move concurrently in dev packageChocobozzz2019-05-311-37/+32
|
* Merge branch 'feature/audio-upload' into developChocobozzz2019-05-211-2/+6
|\
| * Add audio support in uploadChocobozzz2019-05-161-2/+6
| |
* | Reset playlist add component when video changesChocobozzz2019-05-171-17/+21
|/
* Use HLS by default if enabledChocobozzz2019-05-141-1/+9
|
* Move video watch playlist in its own componentChocobozzz2019-05-131-99/+7
|
* Add ability to disable trackerChocobozzz2019-04-101-6/+12
|
* Handle actions in other videos sectionChocobozzz2019-04-081-1/+0
|
* Add video miniature dropdownChocobozzz2019-04-051-72/+3
|
* Handle theater mode for playlistsChocobozzz2019-03-181-0/+7
|
* Add video channel viewChocobozzz2019-03-181-2/+2
|
* Playlist support in watch pageChocobozzz2019-03-181-29/+168
|
* Add to playlist dropdownChocobozzz2019-03-181-3/+11
|
* Lazy import some modulesChocobozzz2019-02-151-2/+2
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-66/+89
|\
| * Fix client with google botChocobozzz2019-02-111-2/+1
| |
| * Add player mode in watch/embed urlsChocobozzz2019-02-111-10/+12
| |
| * Fallback HLS to webtorrentChocobozzz2019-02-111-7/+16
| |
| * Add hls support on serverChocobozzz2019-02-111-5/+23
| |
| * Refractor videojs playerChocobozzz2019-02-111-40/+37
| | | | | | | | Add fake p2p-media-loader plugin
| * Increase abuse length to 3000Chocobozzz2019-01-141-1/+1
| | | | | | | | And correctly handle new lines
| * Correctly scroll to video commentChocobozzz2019-01-091-1/+1
| |
| * Refractor notification serviceChocobozzz2018-12-191-19/+12
| | | | | | | | Shorter name and use primeng component
| * Don't call watching endpoint if history is disabledChocobozzz2018-12-191-1/+1
| |
| * Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
| |
| * Check follow constraints when getting a videoChocobozzz2018-11-161-1/+1
| |
| * Check activities hostChocobozzz2018-11-141-2/+2
| |
| * add noImplicitThis flag (#1324)BO412018-10-241-1/+1
| |
| * Better typingsChocobozzz2018-10-181-7/+9
| |
| * NoImplicitAny flag true (#1157)BO412018-10-181-7/+7
| | | | | | | | | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+4
|/
* Add user history and resume videosChocobozzz2018-10-051-2/+11
|
* Fix hotkey translationsChocobozzz2018-10-031-3/+3
|
* Don't get recommended videos twiceChocobozzz2018-09-191-1/+1
|
* specify shift in keyboard shortcuts cheatsheetRigel Kent2018-09-111-3/+3
|
* Fix watch page responsiveChocobozzz2018-09-051-4/+0
|
* fixing grid readjustment with expand and screens < 1150pxRigel Kent2018-09-041-0/+4
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-1/+27
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
* Add start at checkbox in share modalChocobozzz2018-08-271-7/+3
|
* Translate player according to the interface langChocobozzz2018-08-161-1/+2
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+2
|
* Update client according to new model pathsChocobozzz2018-08-141-2/+1
|
* Improve blacklist managementChocobozzz2018-08-141-1/+31
|
* Add blacklist reason fieldChocobozzz2018-08-141-20/+7
|
* Remove ability to delete video importsChocobozzz2018-08-061-0/+4
| | | | Users should remove the linked video instead
* Try to handle truncated markdown linksChocobozzz2018-07-311-2/+1
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-241-1/+1
|
* Fix regression in theater modeChocobozzz2018-07-171-1/+4
|