]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
Support '/w/' and '/w/p/' for watch page
authorChocobozzz <me@florianbigard.com>
Fri, 28 May 2021 09:36:33 +0000 (11:36 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 28 May 2021 09:38:08 +0000 (11:38 +0200)
commita1eda903a497857017495f37a1fd3593ba7ab23c
treea109f34af8b18c087caf6d5a7264267550f0416d
parent012580d98f489e599d44a9a2a0bdc892b9455a90
Support '/w/' and '/w/p/' for watch page

And use them as default in client
36 files changed:
client/e2e/src/po/my-account.ts
client/e2e/src/po/video-upload.po.ts
client/e2e/src/po/video-watch.po.ts
client/e2e/src/videos.e2e-spec.ts
client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
client/src/app/+my-library/my-video-imports/my-video-imports.component.ts
client/src/app/+page-not-found/page-not-found.component.ts
client/src/app/+remote-interaction/remote-interaction.component.ts
client/src/app/+search/video-lazy-load.resolver.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/+videos/+video-edit/video-update.component.html
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-watch/comment/video-comment.component.html
client/src/app/+videos/+video-watch/video-watch-routing.module.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/+videos/videos-routing.module.ts
client/src/app/app-routing.module.ts
client/src/app/shared/shared-main/users/user-notification.model.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-share-modal/video-share.component.ts
client/src/app/shared/shared-thumbnail/video-thumbnail.component.ts
client/src/app/shared/shared-video-comment/video-comment.model.ts
client/src/app/shared/shared-video-miniature/video-miniature.component.ts
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts
client/src/assets/player/utils.ts
server/controllers/bots.ts
server/controllers/client.ts
server/controllers/feeds.ts
server/middlewares/validators/oembed.ts
server/models/video/video-playlist.ts
server/models/video/video.ts
server/tests/api/server/services.ts
server/tests/client.ts
server/tools/peertube-watch.ts