aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Add information in report modalChocobozzz2018-12-053-0/+25
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-1/+1
|
* Upgrade server depChocobozzz2018-11-151-1/+1
|
* Fix new Angular 7 issuesChocobozzz2018-11-153-4/+2
|
* Check activities hostChocobozzz2018-11-141-2/+2
|
* add noImplicitThis flag (#1324)BO412018-10-242-2/+2
|
* Better typingsChocobozzz2018-10-188-16/+20
|
* NoImplicitAny flag true (#1157)BO412018-10-187-16/+16
| | | | | | | | 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
* Add user history and resume videosChocobozzz2018-10-051-2/+11
|
* Remove unused variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-052-2/+1
|
* fix account URI in remote comment modalRigel Kent2018-10-042-1/+5
|
* Fix hotkey translationsChocobozzz2018-10-031-3/+3
|
* Add comments feeds popover in watch pageChocobozzz2018-10-024-5/+38
|
* various display improvementsRigel Kent2018-09-291-1/+1
|
* Display other videos on xl screens on the rightChocobozzz2018-09-281-1/+9
|
* correct local subscribe in the subscription menuRigel Kent2018-09-281-1/+6
|
* Regenerate translationsChocobozzz2018-09-261-1/+1
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-255-16/+86
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* Improve download modal input styleChocobozzz2018-09-242-6/+4
|
* Merge branch 'develop' into unused-importsChocobozzz2018-09-243-7/+38
|\
| * add url field to download modalRigel Kent2018-09-233-9/+38
| |
* | remove unused importsBO412018-09-223-9/+3
|/
* fix SEO tags and attributesRigel Kent2018-09-201-2/+2
|
* Improve responsive on small screensChocobozzz2018-09-204-3/+45
|
* Don't get recommended videos twiceChocobozzz2018-09-191-1/+1
|
* Fix description/comments max widthChocobozzz2018-09-171-0/+1
|
* specify shift in keyboard shortcuts cheatsheetRigel Kent2018-09-111-3/+3
|
* Fix video channel url in watch pageChocobozzz2018-09-061-1/+1
|
* Align other videos block on small screensChocobozzz2018-09-061-5/+1
|
* Fix video player theatre modeChocobozzz2018-09-061-3/+2
|
* fix comment and top-menu placement regressionsRigel Kent2018-09-052-2/+3
|
* Dislike bar in the same color as the buttonChocobozzz2018-09-051-2/+7
|
* Put "start at" at the top of the modalChocobozzz2018-09-051-7/+8
|
* Fix watch page responsiveChocobozzz2018-09-053-43/+19
|
* add theming via css custom propertiesRigel Kent2018-09-042-6/+6
| | | | and a bonus dark color theme toggle
* fixing grid readjustment with expand and screens < 1150pxRigel Kent2018-09-043-7/+20
|
* 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-032-14/+8
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-032-2/+28
|
* fix other video margin-topRigel Kent2018-09-031-2/+2
|
* 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-313-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* Videos overview page: first versionChocobozzz2018-08-311-14/+14
|
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-305-154/+174
| | | | | | | | - 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 features table on signupChocobozzz2018-08-281-2/+2
|
* Add start at checkbox in share modalChocobozzz2018-08-274-17/+47
|