aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-238-1035/+0
|
* Reorganize client shared modulesChocobozzz2020-06-234-27/+117
|
* `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
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* 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>
* Support drag and drop for video upload and torrent file importRigel Kent2020-04-031-1/+1
|
* Enlarge right column in video-edit on small screensRigel Kent2020-04-022-5/+58
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-023-71/+16
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-012-15/+22
|
* 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
|
* Add link to video in update view and smooth progress bar repositioningRigel Kent2020-01-131-0/+9
|
* Fix video support field updateChocobozzz2019-12-271-13/+17
|
* Lazy load static objectsChocobozzz2019-12-183-11/+22
|
* 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.
* search filtering improvements per #1654Rigel Kent2019-12-051-2/+3
|
* Excplicit the tag limit #1815 relatedbikepunk2019-12-031-0/+1
|
* Add about information in registration pageChocobozzz2019-09-051-16/+38
|
* Fix help transcoding placementChocobozzz2019-07-291-0/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-2/+2
|
* Update angularChocobozzz2019-07-252-2/+2
|
* 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-071-1/+6
| |
* | Support audio upload in clientChocobozzz2019-05-172-10/+5
|/
* Add/update/delete/list my playlistsChocobozzz2019-03-185-102/+4
|
* Update E2E testsChocobozzz2019-02-211-4/+7
|
* Move original publication date in advanced settingsChocobozzz2019-02-112-45/+49
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-114-26/+23
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-115-31/+28
| |\
| | * Fix some stylesChocobozzz2019-01-171-7/+6
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-173-15/+6
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
| | |
| * | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| | |
* | | Enable video upload and editclementbrizard2019-01-122-1/+17
| |/ |/|
* | Refractor notification serviceChocobozzz2018-12-191-2/+2
| | | | | | | | Shorter name and use primeng component
* | Fix adding captions to a videoChocobozzz2018-12-171-3/+1
| |
* | Support additional video extensionsChocobozzz2018-12-112-0/+2
| |
* | Improve message visibility on signupChocobozzz2018-11-161-0/+1
| |
* | Better typingsChocobozzz2018-10-181-2/+3
| |
* | NoImplicitAny flag true (#1157)BO412018-10-182-5/+5
| | | | | | | | | | | | | | | | 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
* | Add ability to list all local videos on clientChocobozzz2018-10-101-0/+5
|/
* Fix some i18n tagsChocobozzz2018-09-281-0/+1
|
* i18n in video-editRigel Kent2018-09-211-4/+4
|
* fix nav tab and tag color in dark themeRigel Kent2018-09-201-3/+5
|