Split types and typings
authorChocobozzz <me@florianbigard.com>
Thu, 18 Jun 2020 08:45:25 +0000 (10:45 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Jun 2020 08:46:27 +0000 (10:46 +0200)
commit26d6bf6533023326fa017812cf31bbe20c752d36
tree9c4e3ecdc344420190f17d429bdf05d78fae7a8c
parentd6d951ddc0c492f3261065b5dcb4df0534d252fc
Split types and typings
217 files changed:
server/controllers/activitypub/client.ts
server/controllers/activitypub/inbox.ts
server/controllers/activitypub/outbox.ts
server/controllers/api/search.ts
server/controllers/api/users/index.ts
server/controllers/api/video-channel.ts
server/controllers/api/video-playlist.ts
server/controllers/api/videos/abuse.ts
server/controllers/api/videos/captions.ts
server/controllers/api/videos/import.ts
server/controllers/api/videos/index.ts
server/controllers/api/videos/ownership.ts
server/controllers/static.ts
server/helpers/activitypub.ts
server/helpers/actor.ts
server/helpers/captions-utils.ts
server/helpers/custom-validators/video-ownership.ts
server/helpers/middlewares/accounts.ts
server/helpers/middlewares/video-captions.ts
server/helpers/middlewares/video-channels.ts
server/helpers/middlewares/video-playlists.ts
server/helpers/middlewares/videos.ts
server/helpers/peertube-crypto.ts
server/helpers/video.ts
server/helpers/webfinger.ts
server/helpers/webtorrent.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/audience.ts
server/lib/activitypub/cache-file.ts
server/lib/activitypub/follow.ts
server/lib/activitypub/playlist.ts
server/lib/activitypub/process/process-accept.ts
server/lib/activitypub/process/process-announce.ts
server/lib/activitypub/process/process-create.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/process/process-dislike.ts
server/lib/activitypub/process/process-flag.ts
server/lib/activitypub/process/process-follow.ts
server/lib/activitypub/process/process-like.ts
server/lib/activitypub/process/process-reject.ts
server/lib/activitypub/process/process-undo.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/process/process-view.ts
server/lib/activitypub/process/process.ts
server/lib/activitypub/send/send-accept.ts
server/lib/activitypub/send/send-announce.ts
server/lib/activitypub/send/send-create.ts
server/lib/activitypub/send/send-delete.ts
server/lib/activitypub/send/send-dislike.ts
server/lib/activitypub/send/send-flag.ts
server/lib/activitypub/send/send-follow.ts
server/lib/activitypub/send/send-like.ts
server/lib/activitypub/send/send-reject.ts
server/lib/activitypub/send/send-undo.ts
server/lib/activitypub/send/send-update.ts
server/lib/activitypub/send/send-view.ts
server/lib/activitypub/send/utils.ts
server/lib/activitypub/share.ts
server/lib/activitypub/url.ts
server/lib/activitypub/video-comments.ts
server/lib/activitypub/video-rates.ts
server/lib/activitypub/videos.ts
server/lib/avatar.ts
server/lib/blocklist.ts
server/lib/client-html.ts
server/lib/emailer.ts
server/lib/hls.ts
server/lib/job-queue/handlers/activitypub-follow.ts
server/lib/job-queue/handlers/activitypub-http-fetcher.ts
server/lib/job-queue/handlers/utils/activitypub-http-utils.ts
server/lib/job-queue/handlers/video-file-import.ts
server/lib/job-queue/handlers/video-import.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/lib/moderation.ts
server/lib/notifier.ts
server/lib/oauth-model.ts
server/lib/peertube-socket.ts
server/lib/plugins/plugin-manager.ts
server/lib/redundancy.ts
server/lib/schedulers/update-videos-scheduler.ts
server/lib/schedulers/videos-redundancy-scheduler.ts
server/lib/thumbnail.ts
server/lib/user.ts
server/lib/video-blacklist.ts
server/lib/video-channel.ts
server/lib/video-comment.ts
server/lib/video-paths.ts
server/lib/video-playlist.ts
server/lib/video-transcoding.ts
server/middlewares/validators/follows.ts
server/middlewares/validators/users.ts
server/middlewares/validators/videos/video-channels.ts
server/middlewares/validators/videos/video-comments.ts
server/middlewares/validators/videos/video-playlists.ts
server/middlewares/validators/videos/videos.ts
server/models/account/account-blocklist.ts
server/models/account/account-video-rate.ts
server/models/account/account.ts
server/models/account/user-notification-setting.ts
server/models/account/user-notification.ts
server/models/account/user-video-history.ts
server/models/account/user.ts
server/models/activitypub/actor-follow.ts
server/models/activitypub/actor.ts
server/models/avatar/avatar.ts
server/models/oauth/oauth-token.ts
server/models/redundancy/video-redundancy.ts
server/models/server/plugin.ts
server/models/server/server-blocklist.ts
server/models/server/server.ts
server/models/video/schedule-video-update.ts
server/models/video/tag.ts
server/models/video/thumbnail.ts
server/models/video/video-abuse.ts
server/models/video/video-blacklist.ts
server/models/video/video-caption.ts
server/models/video/video-change-ownership.ts
server/models/video/video-channel.ts
server/models/video/video-comment.ts
server/models/video/video-file.ts
server/models/video/video-format-utils.ts
server/models/video/video-import.ts
server/models/video/video-playlist-element.ts
server/models/video/video-playlist.ts
server/models/video/video-query-builder.ts
server/models/video/video-share.ts
server/models/video/video-streaming-playlist.ts
server/models/video/video.ts
server/tools/tsconfig.json
server/types/activitypub-processor.model.ts [new file with mode: 0644]
server/types/models/account/account-blocklist.ts [new file with mode: 0644]
server/types/models/account/account.ts [new file with mode: 0644]
server/types/models/account/actor-follow.ts [new file with mode: 0644]
server/types/models/account/actor.ts [new file with mode: 0644]
server/types/models/account/avatar.ts [new file with mode: 0644]
server/types/models/account/index.ts [new file with mode: 0644]
server/types/models/index.ts [new file with mode: 0644]
server/types/models/oauth/index.ts [new file with mode: 0644]
server/types/models/oauth/oauth-client.ts [new file with mode: 0644]
server/types/models/oauth/oauth-token.ts [new file with mode: 0644]
server/types/models/server/index.ts [new file with mode: 0644]
server/types/models/server/plugin.ts [new file with mode: 0644]
server/types/models/server/server-blocklist.ts [new file with mode: 0644]
server/types/models/server/server.ts [new file with mode: 0644]
server/types/models/user/index.ts [new file with mode: 0644]
server/types/models/user/user-notification-setting.ts [new file with mode: 0644]
server/types/models/user/user-notification.ts [new file with mode: 0644]
server/types/models/user/user-video-history.ts [new file with mode: 0644]
server/types/models/user/user.ts [new file with mode: 0644]
server/types/models/video/index.ts [new file with mode: 0644]
server/types/models/video/schedule-video-update.ts [new file with mode: 0644]
server/types/models/video/tag.ts [new file with mode: 0644]
server/types/models/video/thumbnail.ts [new file with mode: 0644]
server/types/models/video/video-abuse.ts [new file with mode: 0644]
server/types/models/video/video-blacklist.ts [new file with mode: 0644]
server/types/models/video/video-caption.ts [new file with mode: 0644]
server/types/models/video/video-change-ownership.ts [new file with mode: 0644]
server/types/models/video/video-channels.ts [new file with mode: 0644]
server/types/models/video/video-comment.ts [new file with mode: 0644]
server/types/models/video/video-file.ts [new file with mode: 0644]
server/types/models/video/video-import.ts [new file with mode: 0644]
server/types/models/video/video-playlist-element.ts [new file with mode: 0644]
server/types/models/video/video-playlist.ts [new file with mode: 0644]
server/types/models/video/video-rate.ts [new file with mode: 0644]
server/types/models/video/video-redundancy.ts [new file with mode: 0644]
server/types/models/video/video-share.ts [new file with mode: 0644]
server/types/models/video/video-streaming-playlist.ts [new file with mode: 0644]
server/types/models/video/video.ts [new file with mode: 0644]
server/types/sequelize.ts [new file with mode: 0644]
server/types/utils.ts [new file with mode: 0644]
server/typings/activitypub-processor.model.ts [deleted file]
server/typings/express.d.ts [new file with mode: 0644]
server/typings/express.ts [deleted file]
server/typings/models/account/account-blocklist.ts [deleted file]
server/typings/models/account/account.ts [deleted file]
server/typings/models/account/actor-follow.ts [deleted file]
server/typings/models/account/actor.ts [deleted file]
server/typings/models/account/avatar.ts [deleted file]
server/typings/models/account/index.ts [deleted file]
server/typings/models/index.ts [deleted file]
server/typings/models/oauth/index.ts [deleted file]
server/typings/models/oauth/oauth-client.ts [deleted file]
server/typings/models/oauth/oauth-token.ts [deleted file]
server/typings/models/server/index.ts [deleted file]
server/typings/models/server/plugin.ts [deleted file]
server/typings/models/server/server-blocklist.ts [deleted file]
server/typings/models/server/server.ts [deleted file]
server/typings/models/user/index.ts [deleted file]
server/typings/models/user/user-notification-setting.ts [deleted file]
server/typings/models/user/user-notification.ts [deleted file]
server/typings/models/user/user-video-history.ts [deleted file]
server/typings/models/user/user.ts [deleted file]
server/typings/models/video/index.ts [deleted file]
server/typings/models/video/schedule-video-update.ts [deleted file]
server/typings/models/video/tag.ts [deleted file]
server/typings/models/video/thumbnail.ts [deleted file]
server/typings/models/video/video-abuse.ts [deleted file]
server/typings/models/video/video-blacklist.ts [deleted file]
server/typings/models/video/video-caption.ts [deleted file]
server/typings/models/video/video-change-ownership.ts [deleted file]
server/typings/models/video/video-channels.ts [deleted file]
server/typings/models/video/video-comment.ts [deleted file]
server/typings/models/video/video-file.ts [deleted file]
server/typings/models/video/video-import.ts [deleted file]
server/typings/models/video/video-playlist-element.ts [deleted file]
server/typings/models/video/video-playlist.ts [deleted file]
server/typings/models/video/video-rate.ts [deleted file]
server/typings/models/video/video-redundancy.ts [deleted file]
server/typings/models/video/video-share.ts [deleted file]
server/typings/models/video/video-streaming-playlist.ts [deleted file]
server/typings/models/video/video.ts [deleted file]
server/typings/plugins/register-server-option.model.ts
server/typings/sequelize.ts [deleted file]
server/typings/utils.ts [deleted file]
shared/extra-utils/server/config.ts
shared/models/plugins/register-server-auth.model.ts
tsconfig.json