aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-2329-2653/+0
|
* Reorganize client shared modulesChocobozzz2020-06-2315-119/+175
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-113-3/+3
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-093-8/+8
| | | | | | | | | | | | | | | * 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
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-085-5/+5
|
* Fix grey color themeChocobozzz2020-05-221-1/+1
|
* Add tooltip on caption upload to specify which formats are supportedRigel Kent2020-05-012-0/+6
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Make video-add-nav tabs scrollable on small devices (#2677)Kim2020-04-271-1/+28
| | | | | | | * Make video-add-nav tabs scrollable on small devices * Handle video-add-nav scroll with menu Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-3/+34
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add getSubs to YoutubeDL video importkimsible2020-04-141-25/+39
|
* Fix cancel uploadChocobozzz2020-04-141-0/+4
|
* Fix lint relative to DragDropDirectiveRigel Kent2020-04-033-8/+8
|
* Fix video add nave hidingChocobozzz2020-04-031-0/+4
|
* Support drag and drop for video upload and torrent file importRigel Kent2020-04-039-17/+64
|
* Refactor torrent-or-magnet divider in video importRigel Kent2020-04-032-2/+5
|
* Enlarge right column in video-edit on small screensRigel Kent2020-04-024-13/+59
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-024-75/+20
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-014-73/+79
|
* Fix lintChocobozzz2020-03-181-1/+1
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-134-39/+21
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-131-1/+1
|
* Improve nav in admin/configurationRigel Kent2020-03-071-1/+1
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Strict templates enabledChocobozzz2020-02-101-2/+2
|
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
|
* Update to angular 9Chocobozzz2020-02-103-5/+5
|
* Support wma and wav audio filesChocobozzz2020-02-071-1/+3
|
* Add link to video in update view and smooth progress bar repositioningRigel Kent2020-01-133-3/+12
|
* Move watch later logic in miniatureChocobozzz2020-01-031-1/+0
|
* Fix video support field updateChocobozzz2019-12-271-13/+17
|
* Lazy load static objectsChocobozzz2019-12-186-21/+47
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-1/+1
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* Add a warning when uploading videos using rootChocobozzz2019-12-103-3/+27
|
* search filtering improvements per #1654Rigel Kent2019-12-051-2/+3
|
* Excplicit the tag limit #1815 relatedbikepunk2019-12-031-0/+1
|
* Disable webtorrent support in clientChocobozzz2019-11-251-1/+1
|
* Add about information in registration pageChocobozzz2019-09-053-24/+56
|
* Fix help transcoding placementChocobozzz2019-07-291-0/+2
|
* Update client dependenciesChocobozzz2019-07-251-1/+1
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-253-6/+6
|
* Update angularChocobozzz2019-07-255-7/+7
|
* Add client hooksChocobozzz2019-07-241-1/+1
|
* Improve registrationChocobozzz2019-06-071-1/+0
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Don't break video scheduled publicationChocobozzz2019-06-072-2/+3
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-1/+1
|\
| * Fix error in form when scheduling video publicationChocobozzz2019-06-071-1/+1
| |
* | Add ability to set a public to private in clientChocobozzz2019-06-079-24/+10
| |
* | Support audio upload in clientChocobozzz2019-05-175-43/+116
|/
* Optimize video update page loadChocobozzz2019-04-251-25/+26
|