aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
Commit message (Collapse)AuthorAgeFilesLines
* Fix video action dropdownChocobozzz2019-06-071-18/+14
|
* Fix buildChocobozzz2019-05-241-1/+1
|
* Fix pagination in my videos pageChocobozzz2019-05-212-13/+16
|
* Reset playlist add component when video changesChocobozzz2019-05-171-0/+5
|
* Use HLS by default if enabledChocobozzz2019-05-141-0/+4
|
* Lazy load dropdown info on clickChocobozzz2019-05-132-9/+2
| | | | Instead of mouseenter
* Move video watch playlist in its own componentChocobozzz2019-05-131-2/+6
|
* Fix videos more dropdown position/loadingChocobozzz2019-05-133-6/+18
|
* Fix videos list margin with hidden menuChocobozzz2019-04-112-4/+4
|
* Fix privacy label displayChocobozzz2019-04-082-2/+12
|
* 2 rows per overview sectionChocobozzz2019-04-051-74/+81
|
* 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
|