]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/video/video.model.ts
Add user history and resume videos
authorChocobozzz <me@florianbigard.com>
Fri, 5 Oct 2018 09:15:06 +0000 (11:15 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Oct 2018 09:22:38 +0000 (11:22 +0200)
commit6e46de095d7169355dd83030f6ce4a582304153a
treedfa78e2008d3d135a00b798b05350b4975145acc
parenta585824160d016db7c9bff0e1cb1ffa3aaf73d74
Add user history and resume videos
41 files changed:
client/src/app/shared/video/video-thumbnail.component.html
client/src/app/shared/video/video-thumbnail.component.scss
client/src/app/shared/video/video-thumbnail.component.ts
client/src/app/shared/video/video.model.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/assets/player/peertube-player.ts
client/src/assets/player/peertube-videojs-plugin.ts
client/src/assets/player/peertube-videojs-typings.ts
server/controllers/activitypub/client.ts
server/controllers/api/search.ts
server/controllers/api/videos/captions.ts
server/controllers/api/videos/comment.ts
server/controllers/api/videos/index.ts
server/controllers/api/videos/watching.ts [new file with mode: 0644]
server/helpers/custom-validators/videos.ts
server/helpers/video.ts
server/initializers/database.ts
server/lib/redis.ts
server/middlewares/cache.ts
server/middlewares/validators/index.ts
server/middlewares/validators/videos/index.ts [new file with mode: 0644]
server/middlewares/validators/videos/video-abuses.ts [moved from server/middlewares/validators/video-abuses.ts with 88% similarity]
server/middlewares/validators/videos/video-blacklist.ts [moved from server/middlewares/validators/video-blacklist.ts with 87% similarity]
server/middlewares/validators/videos/video-captions.ts [moved from server/middlewares/validators/video-captions.ts with 84% similarity]
server/middlewares/validators/videos/video-channels.ts [moved from server/middlewares/validators/video-channels.ts with 91% similarity]
server/middlewares/validators/videos/video-comments.ts [moved from server/middlewares/validators/video-comments.ts with 91% similarity]
server/middlewares/validators/videos/video-imports.ts [moved from server/middlewares/validators/video-imports.ts with 84% similarity]
server/middlewares/validators/videos/video-watch.ts [new file with mode: 0644]
server/middlewares/validators/videos/videos.ts [moved from server/middlewares/validators/videos.ts with 92% similarity]
server/models/account/user-video-history.ts [new file with mode: 0644]
server/models/video/video-format-utils.ts
server/models/video/video.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/videos-history.ts [new file with mode: 0644]
server/tests/api/videos/index.ts
server/tests/api/videos/videos-history.ts [new file with mode: 0644]
server/tests/utils/videos/video-history.ts [new file with mode: 0644]
shared/models/users/index.ts
shared/models/users/user-watching-video.model.ts [new file with mode: 0644]
shared/models/videos/video.model.ts