]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Implement remote interaction
authorChocobozzz <me@florianbigard.com>
Thu, 14 Jan 2021 13:13:23 +0000 (14:13 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 15 Jan 2021 09:49:10 +0000 (10:49 +0100)
commitd43c6b1ffc5e6c895f9e9f9de6625f17a9755c20
tree6bdcbe9893574e0b5a41c4854c7f986f346ba761
parentb0a9743af0273835cdf594431a774c0f7d46b539
Implement remote interaction
14 files changed:
client/src/app/+remote-interaction/remote-interaction-routing.module.ts [new file with mode: 0644]
client/src/app/+remote-interaction/remote-interaction.component.html [new file with mode: 0644]
client/src/app/+remote-interaction/remote-interaction.component.scss [new file with mode: 0644]
client/src/app/+remote-interaction/remote-interaction.component.ts [new file with mode: 0644]
client/src/app/+remote-interaction/remote-interaction.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
client/src/app/app-routing.module.ts
client/src/app/core/routing/redirect.service.ts
client/src/app/shared/form-validators/user-validators.ts
client/src/app/shared/shared-user-subscription/remote-subscribe.component.html
client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts
client/src/app/shared/shared-user-subscription/subscribe-button.component.html
server/controllers/webfinger.ts
server/tests/misc-endpoints.ts