]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/user.ts
Cleanup models directory organization
authorChocobozzz <me@florianbigard.com>
Tue, 11 May 2021 09:15:29 +0000 (11:15 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 May 2021 09:32:31 +0000 (11:32 +0200)
commit7d9ba5c08999c6482f0bc5e0c09c6f55b7724090
tree5f4ea1f06dcb781c9e61062522b53a28a401111f
parentc07902b9083ab5756436cd020bed5bdfa51028bf
Cleanup models directory organization
91 files changed:
scripts/prune-storage.ts
scripts/reset-password.ts
scripts/update-host.ts
server/controllers/activitypub/client.ts
server/controllers/api/server/follows.ts
server/controllers/api/server/server-blocklist.ts
server/controllers/api/users/index.ts
server/controllers/api/users/me.ts
server/controllers/api/users/my-blocklist.ts
server/controllers/api/users/my-history.ts
server/controllers/api/users/my-notifications.ts
server/controllers/api/users/my-subscriptions.ts
server/controllers/api/videos/watching.ts
server/controllers/lazy-static.ts
server/controllers/static.ts
server/helpers/actor.ts
server/helpers/middlewares/accounts.ts
server/helpers/signup.ts
server/helpers/webfinger.ts
server/initializers/checker-after-init.ts
server/initializers/database.ts
server/initializers/installer.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/audience.ts
server/lib/activitypub/process/process-accept.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/process/process-follow.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/send/send-delete.ts
server/lib/activitypub/send/send-view.ts
server/lib/activitypub/send/utils.ts
server/lib/auth/oauth-model.ts
server/lib/job-queue/handlers/activitypub-follow.ts
server/lib/job-queue/handlers/activitypub-refresher.ts
server/lib/job-queue/handlers/actor-keys.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-transcoding.ts
server/lib/live-manager.ts
server/lib/moderation.ts
server/lib/notifier.ts
server/lib/plugins/plugin-helpers-builder.ts
server/lib/redundancy.ts
server/lib/schedulers/actor-follow-scheduler.ts
server/lib/schedulers/auto-follow-index-instances.ts
server/lib/schedulers/remove-old-history-scheduler.ts
server/lib/stat-manager.ts
server/lib/user.ts
server/middlewares/validators/follows.ts
server/middlewares/validators/user-subscriptions.ts
server/middlewares/validators/users.ts
server/middlewares/validators/videos/video-channels.ts
server/middlewares/validators/webfinger.ts
server/models/account/account-blocklist.ts
server/models/account/account-video-rate.ts
server/models/account/account.ts
server/models/actor/actor-follow.ts [moved from server/models/activitypub/actor-follow.ts with 100% similarity]
server/models/actor/actor-image.ts [moved from server/models/account/actor-image.ts with 100% similarity]
server/models/actor/actor.ts [moved from server/models/activitypub/actor.ts with 99% similarity]
server/models/oauth/oauth-token.ts
server/models/redundancy/video-redundancy.ts
server/models/server/server.ts
server/models/user/user-notification-setting.ts [moved from server/models/account/user-notification-setting.ts with 100% similarity]
server/models/user/user-notification.ts [moved from server/models/account/user-notification.ts with 98% similarity]
server/models/user/user-video-history.ts [moved from server/models/account/user-video-history.ts with 100% similarity]
server/models/user/user.ts [moved from server/models/account/user.ts with 99% similarity]
server/models/video/video-channel.ts
server/models/video/video-comment.ts
server/models/video/video-import.ts
server/models/video/video-playlist.ts
server/models/video/video-share.ts
server/models/video/video.ts
server/types/models/abuse/abuse-message.ts [moved from server/types/models/moderation/abuse-message.ts with 100% similarity]
server/types/models/abuse/abuse.ts [moved from server/types/models/moderation/abuse.ts with 100% similarity]
server/types/models/abuse/index.ts [moved from server/types/models/moderation/index.ts with 100% similarity]
server/types/models/account/account.ts
server/types/models/account/index.ts
server/types/models/actor/actor-follow.ts [moved from server/types/models/account/actor-follow.ts with 96% similarity]
server/types/models/actor/actor-image.ts [moved from server/types/models/account/actor-image.ts with 83% similarity]
server/types/models/actor/actor.ts [moved from server/types/models/account/actor.ts with 98% similarity]
server/types/models/actor/index.ts [new file with mode: 0644]
server/types/models/index.ts
server/types/models/user/user-notification-setting.ts
server/types/models/user/user-notification.ts
server/types/models/user/user-video-history.ts
server/types/models/user/user.ts
server/types/models/video/video-channels.ts
server/types/models/video/video-share.ts
server/types/plugins/register-server-option.model.ts