aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix client buildChocobozzz2019-05-131-4/+1
|
* Move video watch playlist in its own componentChocobozzz2019-05-131-25/+4
|
* Fix videos list margin with hidden menuChocobozzz2019-04-111-16/+18
|
* Add video miniature dropdownChocobozzz2019-04-051-34/+3
|
* tslint updateChocobozzz2019-04-021-1/+1
|
* Handle theater mode for playlistsChocobozzz2019-03-181-146/+144
|
* Add video channel viewChocobozzz2019-03-181-3/+3
|
* Playlist support in watch pageChocobozzz2019-03-181-1/+33
|
* Playlist videos componentChocobozzz2019-03-181-1/+1
|
* Add to playlist dropdownChocobozzz2019-03-181-3/+17
|
* Add user notification animationChocobozzz2019-02-201-1/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-18/+17
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-11/+13
| |\
| | * Refactor how we use iconsChocobozzz2019-01-171-11/+13
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-1/+1
| |/
* / Enable video watchclementbrizard2019-01-121-1/+8
|/
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-251-3/+1
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* fix SEO tags and attributesRigel Kent2018-09-201-2/+2
|
* Fix video channel url in watch pageChocobozzz2018-09-061-1/+1
|
* Fix watch page responsiveChocobozzz2018-09-051-6/+4
|
* fixing grid readjustment with expand and screens < 1150pxRigel Kent2018-09-041-5/+9
|
* Add video recomandation by tags (#1001)Jorropo2018-09-041-2/+1
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest
* fix likes bar, grid adjustment and menu widthRigel Kent2018-09-031-3/+3
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-1/+1
|
* make left menu show the scrollbar on hover/focusRigel Kent2018-09-031-1/+1
| | | add hotkey to the overview page
* restore video-bottom marginsRigel Kent2018-09-031-3/+2
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-12/+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
* Videos overview page: first versionChocobozzz2018-08-311-14/+14
|
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-301-140/+158
| | | | | | | | - 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
* Add ability to search video channelsChocobozzz2018-08-271-1/+1
|
* Add local user subscriptionsChocobozzz2018-08-271-4/+5
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Improve blacklist managementChocobozzz2018-08-141-2/+11
|
* Add blacklist reason fieldChocobozzz2018-08-141-5/+6
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-34/+24
|
* Remove ability to delete video importsChocobozzz2018-08-061-0/+4
| | | | Users should remove the linked video instead
* Move subscription helper in the account lineChocobozzz2018-07-301-1/+2
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-241-32/+26
|
* Improve frontend accessibilityChocobozzz2018-07-171-6/+6
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-161-0/+5
|
* Change friendly reminder about privacy.Chocobozzz2018-07-101-1/+1
|
* Use uuid for channel link in watch pageChocobozzz2018-07-091-1/+1
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+2
|
* Improve P2P & Privacy sectionChocobozzz2018-06-271-1/+1
|
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+5
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+4
| | | | publishing a video
* Remove video not foundChocobozzz2018-06-081-3/+1
|
* fixing #595 by using the account name instead of the displayNameRigel Kent2018-06-071-2/+2
|
* Prepare i18n filesChocobozzz2018-06-051-32/+34
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|