]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add client hooks
authorChocobozzz <me@florianbigard.com>
Mon, 22 Jul 2019 13:40:13 +0000 (15:40 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commit93cae47925e4dd68b7d34a41927b2740b4fab1b4
treef649ab49fab1886b434e164591990cc99b234466
parent587568e1cc0e33c023c1ac62dd28fef313285250
Add client hooks
31 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts
client/src/app/+accounts/account-videos/account-videos.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
client/src/app/app.component.ts
client/src/app/core/core.module.ts
client/src/app/core/plugins/hooks.service.ts [new file with mode: 0644]
client/src/app/core/plugins/plugin.service.ts
client/src/app/search/search.component.ts
client/src/app/search/search.service.ts
client/src/app/shared/overview/overview.service.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.service.ts
client/src/app/shared/video/videos-selection.component.ts
client/src/app/videos/+video-edit/video-update.resolver.ts
client/src/app/videos/+video-watch/comment/video-comment.service.ts
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/video-watch-playlist.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/recommendations/recent-videos-recommendation.service.ts
client/src/app/videos/video-list/video-local.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/app/videos/video-list/video-user-subscriptions.component.ts
client/tsconfig.json
shared/core-utils/plugins/hooks.ts
shared/models/plugins/client-hook.model.ts [new file with mode: 0644]
shared/models/plugins/plugin-client-scope.type.ts [new file with mode: 0644]
shared/models/plugins/plugin-scope.type.ts [deleted file]
shared/models/plugins/server-hook.model.ts
shared/models/server/server-config.model.ts