]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/formatter/video-format-utils.ts
Federate entire description
authorChocobozzz <me@florianbigard.com>
Mon, 14 Nov 2022 11:06:31 +0000 (12:06 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 14 Nov 2022 12:03:54 +0000 (13:03 +0100)
commitf713f36bdf6f696ab0fe8a309035a09e864a48ca
tree3135c3a51fec3f1add56ff0ed559a5c9c499914a
parent44e702ded455c118f9908b70d25e7c7e5512abe9
Federate entire description

Introduce an explicit field truncatedDescription
description in video list is deprecated
description in video get will contain the entire description
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
client/src/app/shared/shared-main/video/video.model.ts
server/helpers/custom-validators/activitypub/videos.ts
server/helpers/custom-validators/videos.ts
server/models/video/formatter/video-format-utils.ts
server/tests/api/videos/video-description.ts
shared/models/videos/video.model.ts