]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Move uuid stuff in extra utils
authorChocobozzz <me@florianbigard.com>
Wed, 29 Dec 2021 13:44:58 +0000 (14:44 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 29 Dec 2021 13:44:58 +0000 (14:44 +0100)
commit0628157fe9662fdb2b6fa658b8b53fe684c013ce
tree52bf9dc16d9e30cb716a6df76ce12fd7d34cff7f
parentfb3c9e2bf5b45d6d283cea4d55cc0d49eb58e3cb
Move uuid stuff in extra utils

Since it requires an external dependency
30 files changed:
client/src/app/core/plugins/plugin.service.ts
client/src/app/shared/shared-forms/dynamic-form-field.component.html
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/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/local-actor.ts
server/lib/paths.ts
server/lib/user.ts
server/lib/video-path-manager.ts
server/models/user/user-notification.ts
server/models/video/formatter/video-format-utils.ts
server/models/video/video-caption.ts
server/models/video/video-playlist.ts
server/models/video/video.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/notifications/user-notifications.ts
server/tests/cli/prune-storage.ts
shared/core-utils/common/object.ts
shared/core-utils/videos/bitrate.ts
shared/core-utils/videos/index.ts
shared/extra-utils/index.ts
shared/extra-utils/uuid.ts [moved from shared/core-utils/videos/uuid.ts with 100% similarity]
shared/server-commands/videos/videos-command.ts