]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add/update/delete/list my playlists
authorChocobozzz <me@florianbigard.com>
Wed, 6 Mar 2019 14:36:44 +0000 (15:36 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 18 Mar 2019 10:17:59 +0000 (11:17 +0100)
commit830b4faff15fb9c81d88e8e69fcdf94aad32bef8
tree53de6c9e30ce88734b4bdda62016e0498fe78491
parentd4c9f45b31eda0b7a391ddc83eb290ca5cba311f
Add/update/delete/list my playlists
48 files changed:
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/app.component.ts
client/src/app/core/server/server.service.ts
client/src/app/shared/buttons/button.component.ts
client/src/app/shared/forms/form-validators/index.ts
client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts [new file with mode: 0644]
client/src/app/shared/images/global-icon.component.html [moved from client/src/app/shared/icons/global-icon.component.html with 100% similarity]
client/src/app/shared/images/global-icon.component.scss [moved from client/src/app/shared/icons/global-icon.component.scss with 100% similarity]
client/src/app/shared/images/global-icon.component.ts [moved from client/src/app/shared/icons/global-icon.component.ts with 100% similarity]
client/src/app/shared/images/image-upload.component.html [moved from client/src/app/videos/+video-edit/shared/video-image.component.html with 100% similarity]
client/src/app/shared/images/image-upload.component.scss [moved from client/src/app/videos/+video-edit/shared/video-image.component.scss with 100% similarity]
client/src/app/shared/images/image-upload.component.ts [moved from client/src/app/videos/+video-edit/shared/video-image.component.ts with 84% similarity]
client/src/app/shared/misc/utils.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video-playlist/video-playlist-miniature.component.html [new file with mode: 0644]
client/src/app/shared/video-playlist/video-playlist-miniature.component.scss [new file with mode: 0644]
client/src/app/shared/video-playlist/video-playlist-miniature.component.ts [new file with mode: 0644]
client/src/app/shared/video-playlist/video-playlist.model.ts [new file with mode: 0644]
client/src/app/shared/video-playlist/video-playlist.service.ts [new file with mode: 0644]
client/src/app/shared/video/abstract-video-list.scss
client/src/app/shared/video/video-miniature.component.scss
client/src/app/shared/video/video-thumbnail.component.html
client/src/app/shared/video/video-thumbnail.component.scss
client/src/app/shared/video/video.model.ts
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.module.ts
client/src/app/videos/video-list/video-overview.component.scss
client/src/sass/include/_miniature.scss [new file with mode: 0644]
client/src/sass/include/_mixins.scss
client/tsconfig.json
scripts/i18n/create-custom-files.ts
server/initializers/constants.ts
server/middlewares/validators/videos/video-playlists.ts
shared/models/videos/index.ts
shared/models/videos/playlist/video-playlist.model.ts
shared/utils/videos/video-playlists.ts