]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/sass/include/_mixins.scss
Add ability to set a name to a channel
authorChocobozzz <me@florianbigard.com>
Fri, 17 Aug 2018 13:45:42 +0000 (15:45 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commit8a19bee1a1ee39f973bb37429e4f73c3f2873cdb
tree33c93ef19451d7e46d4be74ce0681359d2dcc70e
parent965c4b22d0e4d2f853501e844e6ebbb861bd389d
Add ability to set a name to a channel
45 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.html
client/src/app/+accounts/account-video-channels/account-video-channels.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-edit.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
client/src/app/+video-channels/video-channels.component.html
client/src/app/shared/forms/form-validators/video-channel-validators.service.ts
client/src/app/shared/video-channel/video-channel.model.ts
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video/video.service.ts
client/src/app/signup/signup.component.html
client/src/app/signup/signup.component.scss
client/src/app/signup/signup.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/sass/include/_mixins.scss
server/controllers/activitypub/client.ts
server/controllers/api/accounts.ts
server/controllers/api/video-channel.ts
server/helpers/custom-validators/accounts.ts
server/helpers/custom-validators/activitypub/actor.ts
server/helpers/custom-validators/video-channels.ts
server/lib/activitypub/url.ts
server/lib/user.ts
server/lib/video-channel.ts
server/middlewares/validators/feeds.ts
server/middlewares/validators/video-channels.ts
server/models/account/account.ts
server/models/activitypub/actor.ts
server/models/video/video-channel.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-channels.ts
server/tests/cli/update-host.ts
server/tests/real-world/populate-database.ts
server/tests/utils/videos/video-channels.ts
server/tests/utils/videos/videos.ts
shared/models/videos/channel/video-channel-create.model.ts