aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.module.ts
Commit message (Collapse)AuthorAgeFilesLines
* Provide native links for description timestamps, and re-clickability for theseRigel Kent2019-12-171-2/+7
|
* autoplay next video support for playlistsRigel Kent2019-12-131-1/+3
|
* Update angularChocobozzz2019-07-251-2/+2
|
* Move video watch playlist in its own componentChocobozzz2019-05-131-0/+2
|
* Add video miniature dropdownChocobozzz2019-04-051-8/+0
|
* Increase abuse length to 3000Chocobozzz2019-01-141-4/+0
| | | | And correctly handle new lines
* Fix new Angular 7 issuesChocobozzz2018-11-151-2/+0
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-301-1/+3
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-271-1/+1
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+2
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-4/+2
|
* QR Code (#802)DeeJayBro2018-07-121-1/+3
| | | | | Adding QR-Code to the Share modal. fixes #683
* Add links to comment mentionsChocobozzz2018-02-211-0/+2
|
* Add support to video support on clientChocobozzz2018-02-201-0/+2
|
* Add video comment componentsChocobozzz2017-12-271-5/+13
|
* Better admin tablesChocobozzz2017-12-211-7/+7
|
* Add tooltip to likes/dislikes barChocobozzz2017-12-211-1/+3
|
* Copy to clipboard (#142)Julien Lemaire2017-12-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy buttons on share view Ugly but working buttons to copy video url and video iframe code. Add ngx-clipboard dependency to allow easy copy to clipboard directive. * Designed copy buttons Using some css (scss) rules to make buttons look better. * First version on copy feedback Little success alert message on copy. Fix lint errors Move dependencies to dev dependencies * Update button design * Use of notifications service Provides feedback of copy action to the user through the angular2-notifications module.
* Begin videos of an accountChocobozzz2017-12-011-3/+2
|
* Add markdown support to video descriptionChocobozzz2017-10-261-1/+2
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-2/+2
|
* Try to optimize frontendChocobozzz2017-10-091-0/+34