]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/webpack/webpack.video-embed.js
Reorganize shared models
authorChocobozzz <me@florianbigard.com>
Thu, 6 Aug 2020 12:58:01 +0000 (14:58 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 7 Aug 2020 06:28:14 +0000 (08:28 +0200)
commitbd45d503e5d007e730f4e81dccd7e7864c9a85cc
treeb78df768b8253ba401232c17da940cea016c9960
parent583eb04b541175035d6d452ca626a96ebf2b7437
Reorganize shared models
59 files changed:
client/src/app/+admin/plugins/shared/plugin-api.service.ts
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+videos/video-list/overview/overview.service.ts
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/auth/auth-user.model.ts
client/src/app/core/plugins/plugin.service.ts
client/src/app/core/server/server.service.ts
client/src/app/core/users/user.model.ts
client/src/app/menu/language-chooser.component.ts
client/src/app/shared/shared-instance/instance.service.ts
client/src/app/shared/shared-main/video-caption/video-caption.service.ts
client/src/app/shared/shared-main/video/video-import.service.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-moderation/report-modals/account-report.component.ts
client/src/app/shared/shared-moderation/report-modals/comment-report.component.ts
client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
client/src/app/shared/shared-video-playlist/video-playlist.model.ts
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/translations-manager.ts
client/src/standalone/videos/embed.ts
client/webpack/webpack.video-embed.js
server/controllers/api/abuse.ts
server/controllers/client.ts
server/controllers/plugins.ts
server/helpers/custom-validators/abuses.ts
server/helpers/custom-validators/plugins.ts
server/helpers/custom-validators/video-blacklist.ts
server/lib/activitypub/process/process-flag.ts
server/lib/client-html.ts
server/middlewares/user-right.ts
server/models/abuse/abuse.ts
server/models/account/user.ts
shared/core-utils/abuse/abuse-predefined-reasons.ts [new file with mode: 0644]
shared/core-utils/abuse/index.ts [new file with mode: 0644]
shared/core-utils/i18n/i18n.ts [moved from shared/models/i18n/i18n.ts with 100% similarity]
shared/core-utils/i18n/index.ts [moved from shared/models/i18n/index.ts with 100% similarity]
shared/core-utils/users/index.ts [new file with mode: 0644]
shared/core-utils/users/user-role.ts [new file with mode: 0644]
shared/models/feeds/feed-format.enum.ts
shared/models/index.ts
shared/models/moderation/abuse/abuse-reason.model.ts
shared/models/moderation/abuse/abuse-state.model.ts
shared/models/plugins/hook-type.enum.ts
shared/models/users/user-flag.model.ts
shared/models/users/user-notification-setting.model.ts
shared/models/users/user-right.enum.ts
shared/models/users/user-role.ts
shared/models/videos/blacklist/video-blacklist.model.ts
shared/models/videos/import/video-import-state.enum.ts
shared/models/videos/playlist/video-playlist-element.model.ts
shared/models/videos/playlist/video-playlist-privacy.model.ts
shared/models/videos/playlist/video-playlist-type.model.ts
shared/models/videos/thumbnail.type.ts
shared/models/videos/video-change-ownership.model.ts
shared/models/videos/video-privacy.enum.ts
shared/models/videos/video-resolution.enum.ts
shared/models/videos/video-state.enum.ts
shared/models/videos/video-streaming-playlist.type.ts