aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-update.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-3/+2
|
* Fix client lintChocobozzz2021-08-171-31/+32
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+6
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Force update live booleanChocobozzz2021-01-261-5/+2
|
* Don't update live attributes if they did not changeChocobozzz2021-01-261-5/+13
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-261-5/+15
|
* Add permanent live supportChocobozzz2020-12-031-2/+4
|
* Add live info in watch pageChocobozzz2020-11-091-2/+3
|
* Add ability to save live replayChocobozzz2020-11-091-5/+25
|
* Add watch messages if live has not startedChocobozzz2020-11-091-4/+4
|
* Live streaming implementation first stepChocobozzz2020-11-091-30/+8
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+8
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix tags in search filtersChocobozzz2020-08-111-1/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-1/+1
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Fix lintChocobozzz2020-08-071-3/+3
|
* Lazy load all routesChocobozzz2020-06-231-0/+155