]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/feeds/feeds.ts
Remove unused actor uuid field
authorChocobozzz <me@florianbigard.com>
Fri, 31 May 2019 12:02:26 +0000 (14:02 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 31 May 2019 12:49:31 +0000 (14:49 +0200)
commit57cfff78858b2360d9e038e2a504b761cb51da47
tree28575a83f1680f9c40f04b8a71b4f2eb35f90400
parent4c72c1cd411b4ff7ed054b584f184117bae91d5b
Remove unused actor uuid field
26 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.html
client/src/app/shared/actor/actor.model.ts
scripts/clean/server/test.sh
scripts/test.sh
server/controllers/api/users/index.ts
server/controllers/api/video-channel.ts
server/helpers/custom-validators/accounts.ts
server/helpers/custom-validators/video-channels.ts
server/initializers/constants.ts
server/initializers/migrations/0385-remove-actor-uuid.ts [new file with mode: 0644]
server/lib/activitypub/actor.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/process/process-update.ts
server/middlewares/validators/feeds.ts
server/models/account/account.ts
server/models/activitypub/actor.ts
server/models/video/video-channel.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/video-channels.ts
server/tests/feeds/feeds.ts
shared/extra-utils/users/accounts.ts
shared/extra-utils/videos/videos.ts
shared/models/activitypub/activitypub-actor.ts
shared/models/actors/account.model.ts
shared/models/actors/actor.model.ts
shared/models/videos/channel/video-channel.model.ts