]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts
Form validators refractoring
authorChocobozzz <me@florianbigard.com>
Tue, 5 Jun 2018 08:58:45 +0000 (10:58 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 5 Jun 2018 08:58:45 +0000 (10:58 +0200)
commitd18d64787b3ea174f7dc2740c8c8c9555625047e
treee65089e0ca81117c1ada981b9b8a524afa8d70f5
parent25acef90a85c1584880dec96aa402f896af8364a
Form validators refractoring
25 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/users/user-edit/user-create.component.ts
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-edit/user-update.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-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts
client/src/app/login/login.component.ts
client/src/app/reset-password/reset-password.component.ts
client/src/app/shared/forms/form-reactive.ts
client/src/app/shared/forms/form-validators/form-validator.service.ts [new file with mode: 0644]
client/src/app/shared/forms/form-validators/index.ts
client/src/app/shared/forms/form-validators/login.ts [new file with mode: 0644]
client/src/app/shared/forms/form-validators/reset-password.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/signup/signup.component.ts
client/src/app/videos/+video-edit/shared/video-edit.component.ts
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/videos/+video-watch/modal/video-report.component.ts