autoplay next video support for playlists
authorRigel Kent <sendmemail@rigelk.eu>
Wed, 11 Dec 2019 19:20:42 +0000 (20:20 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 13 Dec 2019 08:13:43 +0000 (09:13 +0100)
commitbee29df8a9ba3090be3daa8ff806dd9a26d7a5cf
tree9e9f6d509ed24f799f82667109498b9561474a4d
parentd816f3a063febac1cad09ab3a32e5f0d29353627
autoplay next video support for playlists
18 files changed:
client/src/app/shared/images/global-icon.component.scss
client/src/app/shared/users/user.model.ts
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
client/src/app/videos/+video-watch/video-watch-playlist.component.html
client/src/app/videos/+video-watch/video-watch-playlist.component.scss
client/src/app/videos/+video-watch/video-watch-playlist.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/app/videos/recommendations/recommended-videos.component.html
client/src/app/videos/recommendations/recommended-videos.component.ts
server/controllers/api/users/me.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/initializers/migrations/0460-user-playlist-autoplay.ts [new file with mode: 0644]
server/models/account/user.ts
shared/models/users/user-update-me.model.ts
shared/models/users/user.model.ts