aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Increase player default size to 66vhChocobozzz2019-02-201-2/+2
|
* Add user notification animationChocobozzz2019-02-202-2/+2
|
* Lazy import some modulesChocobozzz2019-02-153-5/+7
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1115-287/+135
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1125-361/+213
| |\
| | * 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
| | * Refactor how we use iconsChocobozzz2019-01-178-84/+36
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Increase abuse length to 3000Chocobozzz2019-01-146-149/+8
| | | | | | | | | | | | And correctly handle new lines
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-3/+14
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-1/+5
| | |
* | | Enable video watchclementbrizard2019-01-122-2/+9
| |/ |/|
* | Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
| |
* | Correctly scroll to video commentChocobozzz2019-01-092-6/+2
| |
* | Add notifications in the clientChocobozzz2019-01-091-13/+2
| |
* | Refractor notification serviceChocobozzz2018-12-197-44/+35
| | | | | | | | 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
| |
* | Redirect to the last url on loginChocobozzz2018-12-111-1/+0
| |
* | 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
|