aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/modals
Commit message (Collapse)AuthorAgeFilesLines
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-103-18/+17
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-2/+2
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Fix grey color themeChocobozzz2020-05-221-1/+1
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-023-13/+20
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-34/+41
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-2/+1
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-103-5/+177
| | | | | | | | | | | | | | | | | | | * 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
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-061-2/+6
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-133-3/+3
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+3
|
* Strict templates enabledChocobozzz2020-02-102-4/+4
|
* Generate translationsChocobozzz2020-01-081-2/+3
|
* Add option to download subtitles in download modalRigel Kent2020-01-073-5/+52
|
* Add internal privacy modeChocobozzz2019-12-121-1/+1
|
* Fix private video downloadChocobozzz2019-12-031-3/+9
|
* Disable webtorrent support in clientChocobozzz2019-11-252-3/+9
|
* Update angularChocobozzz2019-07-253-3/+3
|
* Remove magnetURI download supportChocobozzz2019-06-112-9/+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-052-2/+2
|
* Add video miniature dropdownChocobozzz2019-04-059-0/+393