aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
Commit message (Collapse)AuthorAgeFilesLines
...
* video add to playlist component -> onpush strategyChocobozzz2019-04-055-4/+11
|
* Add video miniature dropdownChocobozzz2019-04-0520-76/+835
|
* Refactor videos selection componentsChocobozzz2019-04-054-0/+200
|
* Refactor video miniaturesChocobozzz2019-04-033-12/+147
|
* Set thumbnail heightChocobozzz2019-04-031-2/+2
|
* Improve abstract videos listChocobozzz2019-04-032-12/+30
| | | | Better responsive and align miniatures to the left
* Restore videos list componentsChocobozzz2019-04-023-243/+59
|
* Add video channel viewChocobozzz2019-03-181-5/+18
|
* Playlist support in watch pageChocobozzz2019-03-183-3/+13
|
* Playlist videos componentChocobozzz2019-03-181-1/+5
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+19
|
* Add/update/delete/list my playlistsChocobozzz2019-03-185-90/+16
|
* Update E2E testsChocobozzz2019-02-211-2/+2
|
* Refactor ellipsis CSSChocobozzz2019-02-201-3/+1
|
* Add hover effect on video miniatureChocobozzz2019-02-202-1/+36
|
* Increase thumbnails sizeChocobozzz2019-02-203-4/+4
|
* Move original publication date in advanced settingsChocobozzz2019-02-111-1/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1110-20/+51
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1116-57/+127
| |\
| | * Add hls support on serverChocobozzz2019-02-111-0/+13
| | |
| | * Refactor how we use iconsChocobozzz2019-01-174-17/+17
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Help translators to translate trending title/tooltipChocobozzz2019-01-141-1/+0
| | |
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-143-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-7/+7
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-1/+7
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+3
| | |
* | | Change modelsclementbrizard2019-01-122-1/+14
| |/ |/|
* | Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | | | | | Shorter name and use primeng component
* | Fix miniature with a long nameChocobozzz2018-11-151-2/+2
| |
* | Check activities hostChocobozzz2018-11-141-2/+2
| |
* | Fix lintChocobozzz2018-10-181-1/+1
| |
* | Better typingsChocobozzz2018-10-1810-21/+31
| |
* | NoImplicitAny flag true (#1157)BO412018-10-184-6/+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
* | Fix angular buildChocobozzz2018-10-101-2/+2
| |
* | Add ability to list all local videos on clientChocobozzz2018-10-105-8/+50
|/
* Fix videos list when page is emptyChocobozzz2018-10-051-1/+1
|
* Add user history and resume videosChocobozzz2018-10-055-4/+37
|
* Add RSS feed to subscribe buttonChocobozzz2018-09-261-1/+4
|
* Fix videos list user NSFW policyChocobozzz2018-09-241-4/+4
|
* revert f845c683 partial: "fix SEO tags and attributes"Rigel Kent2018-09-241-1/+1
|
* fix SEO tags and attributesRigel Kent2018-09-201-1/+1
|
* Improve videos list client performanceChocobozzz2018-09-204-10/+20
|
* Fix client buildChocobozzz2018-09-181-1/+1
|
* Try to improve infinite paginationChocobozzz2018-09-173-7/+37
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-112-2/+8
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* add theming via css custom propertiesRigel Kent2018-09-042-2/+3
| | | | and a bonus dark color theme toggle
* Fix overview page on mobileChocobozzz2018-09-041-26/+1
|
* Better label for video privaciesChocobozzz2018-09-041-2/+27
|
* Add video recomandation by tags (#1001)Jorropo2018-09-041-0/+4
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest