aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/modals/video-download.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-208/+0
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-4/+105
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Add option to download subtitles in download modalRigel Kent2020-01-071-2/+31
|
* Add internal privacy modeChocobozzz2019-12-121-1/+1
|
* Fix private video downloadChocobozzz2019-12-031-3/+9
|
* Disable webtorrent support in clientChocobozzz2019-11-251-2/+8
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Remove magnetURI download supportChocobozzz2019-06-111-4/+1
| | | | Since most BitTorrent clients are not able to download files from it
* fix: Close modal after clicking on downloadLeo Mouyna2019-05-161-4/+4
| | | | | | | Use the NgActiveModal method to close it on a click by adding a specific modalActive object and use it on download function. See issue: Chocobozzz#1436
* video add to playlist component -> onpush strategyChocobozzz2019-04-051-1/+1
|
* Add video miniature dropdownChocobozzz2019-04-051-0/+69