]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-video-miniature/video-miniature.component.ts
Support short uuid for GET video/playlist
authorChocobozzz <me@florianbigard.com>
Mon, 28 Jun 2021 15:30:59 +0000 (17:30 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 29 Jun 2021 12:56:35 +0000 (14:56 +0200)
commitd4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb
treea4cb07318100031951c3dffc61f4f2cb95d2cbd0
parent62ddc31a9e4b92d7d27898ccfc363f68ab044139
Support short uuid for GET video/playlist
94 files changed:
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+my-library/my-video-imports/my-video-imports.component.ts
client/src/app/+remote-interaction/remote-interaction.component.ts
client/src/app/+search/shared/abstract-lazy-load.resolver.ts
client/src/app/+search/shared/playlist-lazy-load.resolver.ts
client/src/app/+search/shared/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/comment/video-comments.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-main/angular/link.component.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-comment/video-comment.service.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/app/shared/shared-video-playlist/video-playlist.model.ts
package.json
server/controllers/api/users/token.ts
server/controllers/api/video-playlist.ts
server/controllers/api/videos/live.ts
server/controllers/api/videos/upload.ts
server/helpers/custom-validators/misc.ts
server/helpers/image-utils.ts
server/helpers/uuid.ts [new file with mode: 0644]
server/initializers/migrations/0080-video-channels.ts
server/initializers/migrations/0345-video-playlists.ts
server/initializers/migrations/0560-user-feed-token.ts
server/lib/activitypub/actors/shared/object-to-model-attributes.ts
server/lib/client-html.ts
server/lib/local-actor.ts
server/lib/user.ts
server/middlewares/validators/abuse.ts
server/middlewares/validators/feeds.ts
server/middlewares/validators/index.ts
server/middlewares/validators/oembed.ts
server/middlewares/validators/redundancy.ts
server/middlewares/validators/shared/utils.ts
server/middlewares/validators/users.ts
server/middlewares/validators/videos/video-blacklist.ts
server/middlewares/validators/videos/video-captions.ts
server/middlewares/validators/videos/video-comments.ts
server/middlewares/validators/videos/video-live.ts
server/middlewares/validators/videos/video-ownership-changes.ts
server/middlewares/validators/videos/video-playlists.ts
server/middlewares/validators/videos/video-rates.ts
server/middlewares/validators/videos/video-shares.ts
server/middlewares/validators/videos/video-watch.ts
server/middlewares/validators/videos/videos.ts
server/models/video/formatter/video-format-utils.ts
server/models/video/video-caption.ts
server/models/video/video-playlist.ts
server/tests/api/activitypub/client.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-captions.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/notifications/user-notifications.ts
server/tests/api/server/handle-down.ts
server/tests/api/videos/video-playlists.ts
server/tests/api/videos/video-privacy.ts
server/tests/cli/prune-storage.ts
server/tests/client.ts
server/tools/peertube-repl.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/videos/videos.ts
shared/models/common/index.ts [new file with mode: 0644]
shared/models/common/result-list.model.ts [moved from shared/models/result-list.model.ts with 100% similarity]
shared/models/index.ts
shared/models/moderation/abuse/abuse-create.model.ts
shared/models/tokens/index.ts [new file with mode: 0644]
shared/models/tokens/oauth-client-local.model.ts [moved from shared/models/oauth-client-local.model.ts with 100% similarity]
shared/models/videos/index.ts
shared/models/videos/playlist/index.ts
shared/models/videos/playlist/video-playlist-create-result.model.ts [new file with mode: 0644]
shared/models/videos/playlist/video-playlist.model.ts
shared/models/videos/video-create-result.model.ts [new file with mode: 0644]
shared/models/videos/video.model.ts
support/doc/api/openapi.yaml
yarn.lock