]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/video-watch.component.scss
Add to playlist dropdown
authorChocobozzz <me@florianbigard.com>
Thu, 7 Mar 2019 16:06:00 +0000 (17:06 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 18 Mar 2019 10:17:59 +0000 (11:17 +0100)
commitf0a3988066f72a28bb44520af072f18d91d77dde
treedfa3a92102557b567530c5dd014c90866621140a
parent830b4faff15fb9c81d88e8e69fcdf94aad32bef8
Add to playlist dropdown
55 files changed:
CREDITS.md
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/forms/timestamp-input.component.html [new file with mode: 0644]
client/src/app/shared/forms/timestamp-input.component.scss [new file with mode: 0644]
client/src/app/shared/forms/timestamp-input.component.ts [new file with mode: 0644]
client/src/app/shared/images/global-icon.component.html [deleted file]
client/src/app/shared/images/global-icon.component.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/user-subscription/subscribe-button.component.ts
client/src/app/shared/user-subscription/user-subscription.service.ts
client/src/app/shared/users/user-notifications.component.scss
client/src/app/shared/video-playlist/video-add-to-playlist.component.html [new file with mode: 0644]
client/src/app/shared/video-playlist/video-add-to-playlist.component.scss [new file with mode: 0644]
client/src/app/shared/video-playlist/video-add-to-playlist.component.ts [new file with mode: 0644]
client/src/app/shared/video-playlist/video-playlist-miniature.component.html
client/src/app/shared/video-playlist/video-playlist-miniature.component.scss
client/src/app/shared/video-playlist/video-playlist-miniature.component.ts
client/src/app/shared/video-playlist/video-playlist.model.ts
client/src/app/shared/video-playlist/video-playlist.service.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/modal/video-share.component.html
client/src/app/videos/+video-watch/modal/video-share.component.scss
client/src/app/videos/+video-watch/modal/video-share.component.ts
client/src/app/videos/+video-watch/video-watch-routing.module.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/videos-routing.module.ts
client/src/assets/images/global/add.html
client/src/assets/images/video/playlist-add.html [new file with mode: 0644]
client/src/assets/images/video/watch-later.html [new file with mode: 0644]
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/peertube-plugin.ts
client/src/assets/player/peertube-videojs-typings.ts
client/src/assets/player/utils.ts
client/src/assets/player/webtorrent/webtorrent-plugin.ts
client/src/sass/include/_mixins.scss
client/src/sass/include/_variables.scss
client/src/standalone/videos/embed.ts
server/controllers/api/users/index.ts
server/controllers/api/users/my-video-playlists.ts [new file with mode: 0644]
server/controllers/api/video-playlist.ts
server/helpers/custom-validators/misc.ts
server/initializers/constants.ts
server/middlewares/validators/videos/video-playlists.ts
server/models/video/video-playlist.ts
shared/models/videos/playlist/video-exist-in-playlist.model.ts [new file with mode: 0644]