Add user adminFlags
authorChocobozzz <me@florianbigard.com>
Mon, 15 Apr 2019 08:49:46 +0000 (10:49 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 15 Apr 2019 12:39:52 +0000 (14:39 +0200)
commit1eddc9a74f9a80fa5d0cb25fceb3fc47a1a3c14a
tree91a10310cdf924779527525d39f8eb7e09e4ba49
parent31b48aad478506d4214586f02792816efa968e4b
Add user adminFlags
65 files changed:
client/src/app/+admin/users/user-edit/user-create.component.ts
client/src/app/+admin/users/user-edit/user-edit.component.html
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-edit/user-update.component.ts
client/src/app/shared/users/user-notifications.component.html
client/src/app/shared/users/user.model.ts
server.ts
server/controllers/api/users/index.ts
server/controllers/api/users/me.ts
server/helpers/custom-jsonld-signature.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/initializers/migrations/0365-user-admin-flags.ts [new file with mode: 0644]
server/lib/video-blacklist.ts
server/middlewares/validators/users.ts
server/models/account/user.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/debug.ts
server/tests/api/check-params/follows.ts
server/tests/api/check-params/jobs.ts
server/tests/api/check-params/logs.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-abuses.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-captions.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/videos-filter.ts
server/tests/api/check-params/videos.ts
server/tests/api/notifications/user-notifications.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/server/email.ts
server/tests/api/server/follow-constraints.ts
server/tests/api/server/follows.ts
server/tests/api/server/stats.ts
server/tests/api/users/blocklist.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-blacklist.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-nsfw.ts
server/tests/api/videos/video-playlists.ts
server/tests/api/videos/video-privacy.ts
server/tests/api/videos/videos-filter.ts
server/tests/api/videos/videos-history.ts
server/tests/cli/peertube.ts
server/tests/cli/reset-password.ts
server/tests/cli/update-host.ts
server/tests/feeds/feeds.ts
server/tests/misc-endpoints.ts
server/tests/real-world/populate-database.ts
shared/models/users/user-create.model.ts
shared/models/users/user-flag.model.ts [new file with mode: 0644]
shared/models/users/user-update.model.ts
shared/models/users/user.model.ts
shared/utils/users/users.ts
shared/utils/videos/video-blacklist.ts