]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - config/test-1.yaml
Rename studio to editor
authorChocobozzz <me@florianbigard.com>
Tue, 22 Mar 2022 15:58:49 +0000 (16:58 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 22 Mar 2022 16:24:32 +0000 (17:24 +0100)
commit92e66e04f7f51d37b465cff442ce47f6d6d7cadd
tree4475c5c601c0f6673ca56afba5b7f70a4fae4ec3
parent1808a1f8e4b7b102823492a2007a46929aebf189
Rename studio to editor
81 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/app/+video-editor/edit/index.ts [deleted file]
client/src/app/+video-editor/index.ts [deleted file]
client/src/app/+video-editor/shared/index.ts [deleted file]
client/src/app/+video-editor/video-editor-routing.module.ts [deleted file]
client/src/app/+video-editor/video-editor.module.ts [deleted file]
client/src/app/+video-studio/edit/index.ts [new file with mode: 0644]
client/src/app/+video-studio/edit/video-studio-edit.component.html [moved from client/src/app/+video-editor/edit/video-editor-edit.component.html with 97% similarity]
client/src/app/+video-studio/edit/video-studio-edit.component.scss [moved from client/src/app/+video-editor/edit/video-editor-edit.component.scss with 100% similarity]
client/src/app/+video-studio/edit/video-studio-edit.component.ts [moved from client/src/app/+video-editor/edit/video-editor-edit.component.ts with 85% similarity]
client/src/app/+video-studio/edit/video-studio-edit.resolver.ts [moved from client/src/app/+video-editor/edit/video-editor-edit.resolver.ts with 86% similarity]
client/src/app/+video-studio/index.ts [new file with mode: 0644]
client/src/app/+video-studio/shared/index.ts [new file with mode: 0644]
client/src/app/+video-studio/shared/video-studio.service.ts [moved from client/src/app/+video-editor/shared/video-editor.service.ts with 74% similarity]
client/src/app/+video-studio/video-studio-routing.module.ts [new file with mode: 0644]
client/src/app/+video-studio/video-studio.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.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/users/user-notifications.component.html
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
config/default.yaml
config/production.yaml.example
config/test-1.yaml
config/test-3.yaml
config/test-4.yaml
config/test-5.yaml
config/test-6.yaml
config/test.yaml
server/controllers/api/config.ts
server/controllers/api/users/my-notifications.ts
server/controllers/api/videos/index.ts
server/controllers/api/videos/studio.ts [moved from server/controllers/api/videos/editor.ts with 67% similarity]
server/helpers/custom-validators/video-studio.ts [moved from server/helpers/custom-validators/video-editor.ts with 64% similarity]
server/initializers/checker-after-init.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/initializers/migrations/0700-edition-finished-notification.ts
server/lib/job-queue/handlers/video-studio-edition.ts [moved from server/lib/job-queue/handlers/video-edition.ts with 88% similarity]
server/lib/job-queue/job-queue.ts
server/lib/notifier/notifier.ts
server/lib/notifier/shared/video-publication/index.ts
server/lib/notifier/shared/video-publication/studio-edition-finished-for-owner.ts [moved from server/lib/notifier/shared/video-publication/edition-finished-for-owner.ts with 81% similarity]
server/lib/server-config-manager.ts
server/lib/user.ts
server/lib/video-state.ts
server/lib/video-studio.ts [moved from server/lib/video-editor.ts with 78% similarity]
server/middlewares/validators/config.ts
server/middlewares/validators/videos/index.ts
server/middlewares/validators/videos/video-studio.ts [moved from server/middlewares/validators/videos/video-editor.ts with 74% similarity]
server/models/user/user-notification-setting.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/user-notifications.ts
server/tests/api/check-params/video-studio.ts [moved from server/tests/api/check-params/video-editor.ts with 91% similarity]
server/tests/api/notifications/user-notifications.ts
server/tests/api/server/config.ts
server/tests/api/transcoding/index.ts
server/tests/api/transcoding/video-studio.ts [moved from server/tests/api/transcoding/video-editor.ts with 94% similarity]
server/tests/shared/notifications.ts
shared/models/server/custom-config.model.ts
shared/models/server/job.model.ts
shared/models/server/server-config.model.ts
shared/models/users/user-notification-setting.model.ts
shared/models/users/user-notification.model.ts
shared/models/videos/editor/index.ts [deleted file]
shared/models/videos/editor/video-editor-create-edit.model.ts [deleted file]
shared/models/videos/index.ts
shared/models/videos/studio/index.ts [new file with mode: 0644]
shared/models/videos/studio/video-studio-create-edit.model.ts [new file with mode: 0644]
shared/server-commands/server/config-command.ts
shared/server-commands/server/server.ts
shared/server-commands/videos/index.ts
shared/server-commands/videos/video-studio-command.ts [moved from shared/server-commands/videos/video-editor-command.ts with 82% similarity]
support/nginx/peertube