aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-update.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't send replay settings on not replayed livesWicklow2023-04-191-2/+7
|
* Allow to update a live with untouched privacyChocobozzz2023-04-141-2/+3
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Hide wait transcoding for livesChocobozzz2022-10-111-8/+3
| | | | Replays are always transcoded
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* Fix comments/download attributes on importChocobozzz2022-07-041-11/+11
|
* store uploaded video filename (#4885)kontrollanten2022-06-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add latency setting supportChocobozzz2022-03-091-1/+3
|
* Fix scheduled publication on uploadChocobozzz2022-02-071-2/+2
|
* Handle async validatorsChocobozzz2022-01-031-8/+5
|
* Cleanup video update componentChocobozzz2021-10-221-31/+22
|
* 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