]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
Refactor form reactive
authorChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 13:26:53 +0000 (15:26 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 13:26:53 +0000 (15:26 +0200)
commit5c5bcea2e64daf0a66a796c89432732ed27308d2
tree96cec8f275c5dc3d71c284453af41a4915521686
parenta69ea13086273fc6659c153be93f0f5b37aad733
Refactor form reactive
46 files changed:
client/src/app/+about/about-instance/contact-admin-modal.component.ts
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/follows/following-list/follow-modal.component.ts
client/src/app/+admin/overview/users/user-edit/user-create.component.ts
client/src/app/+admin/overview/users/user-edit/user-password.component.ts
client/src/app/+admin/overview/users/user-edit/user-update.component.ts
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
client/src/app/+login/login.component.ts
client/src/app/+manage/video-channel-edit/video-channel-create.component.ts
client/src/app/+manage/video-channel-edit/video-channel-update.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts
client/src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts
client/src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts
client/src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts
client/src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts
client/src/app/+my-library/my-videos/modals/video-change-ownership.component.ts
client/src/app/+reset-password/reset-password.component.ts
client/src/app/+signup/+register/steps/register-step-channel.component.ts
client/src/app/+signup/+register/steps/register-step-terms.component.ts
client/src/app/+signup/+register/steps/register-step-user.component.ts
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts
client/src/app/+video-studio/edit/video-studio-edit.component.ts
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.ts
client/src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts
client/src/app/shared/shared-abuse-list/abuse-message-modal.component.ts
client/src/app/shared/shared-abuse-list/moderation-comment-modal.component.ts
client/src/app/shared/shared-forms/form-reactive.service.ts
client/src/app/shared/shared-forms/form-reactive.ts
client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
client/src/app/shared/shared-moderation/report-modals/account-report.component.ts
client/src/app/shared/shared-moderation/report-modals/comment-report.component.ts
client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
client/src/app/shared/shared-moderation/user-ban-modal.component.ts
client/src/app/shared/shared-moderation/video-block.component.ts
client/src/app/shared/shared-user-settings/user-interface-settings.component.ts
client/src/app/shared/shared-user-settings/user-video-settings.component.ts
client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts