]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.model.ts
Add oembed endpoint
authorChocobozzz <florian.bigard@gmail.com>
Mon, 16 Oct 2017 08:05:49 +0000 (10:05 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 16 Oct 2017 08:07:26 +0000 (10:07 +0200)
commitd8755eed1e452d2efbfc983af0e9d228d152bf6b
treedb94181e7c993f67919f4ea2bb12f08401c437c2
parent334ddfa47120ae53bc2643792ec5e1065a4d1141
Add oembed endpoint
22 files changed:
client/src/app/videos/+video-watch/video-share.component.ts
client/src/app/videos/shared/video.model.ts
client/src/index.html
scripts/upgrade-peertube.sh
server.ts
server/controllers/client.ts
server/controllers/index.ts
server/controllers/services.ts [new file with mode: 0644]
server/initializers/constants.ts
server/middlewares/validators/index.ts
server/middlewares/validators/oembed.ts [new file with mode: 0644]
server/models/video/video-interface.ts
server/models/video/video.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/services.ts [new file with mode: 0644]
server/tests/api/index.ts
server/tests/api/services.ts [new file with mode: 0644]
server/tests/client.ts
server/tests/utils/index.ts
server/tests/utils/servers.ts
server/tests/utils/services.ts [new file with mode: 0644]
shared/models/videos/video.model.ts