]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video-edit.model.ts
Add ability to set custom field to video form
authorChocobozzz <me@florianbigard.com>
Thu, 20 Aug 2020 14:18:16 +0000 (16:18 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 21 Aug 2020 13:39:51 +0000 (15:39 +0200)
commit7294aab0c879ef96c0fde15c389a2c4c1463d3c7
treebad1176720ee04266eba5470e9956e3a7871e349
parentf95628636b6ccdf3eae2449ca718e075b072f678
Add ability to set custom field to video form
30 files changed:
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.scss
client/src/app/+videos/+video-edit/shared/video-edit.component.html
client/src/app/+videos/+video-edit/shared/video-edit.component.scss
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
client/src/app/+videos/+video-edit/video-update.component.html
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/core/plugins/plugin.service.ts
client/src/app/shared/shared-forms/dynamic-form-field.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/dynamic-form-field.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/dynamic-form-field.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/shared-form.module.ts
client/src/app/shared/shared-main/video/video-edit.model.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/root-helpers/plugins.ts
client/src/standalone/videos/embed.ts
client/src/types/register-client-option.model.ts
server/controllers/api/videos/index.ts
server/models/video/video-format-utils.ts
shared/models/plugins/client-hook.model.ts
shared/models/plugins/index.ts
shared/models/plugins/plugin-client-scope.type.ts
shared/models/plugins/register-client-form-field.model.ts [new file with mode: 0644]
shared/models/plugins/register-server-setting.model.ts
shared/models/videos/video-update.model.ts
shared/models/videos/video.model.ts