]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/extra-utils/server/follows.ts
Add ability to manually approves instance followers in REST API
authorChocobozzz <me@florianbigard.com>
Mon, 8 Apr 2019 13:18:04 +0000 (15:18 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 8 Apr 2019 13:18:04 +0000 (15:18 +0200)
commit14893eb71cb2d4ca47e07589c81958863603aba4
treea6a5c3130058ca57c10ef15b8b6ee00ef78166ea
parent5b9c965d5aa747f29b081289f930ee215fdc23c8
Add ability to manually approves instance followers in REST API
16 files changed:
config/default.yaml
config/production.yaml.example
server/controllers/api/config.ts
server/controllers/api/server/follows.ts
server/initializers/checker-before-init.ts
server/initializers/constants.ts
server/lib/activitypub/process/process-follow.ts
server/middlewares/validators/config.ts
server/middlewares/validators/follows.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/follows.ts
server/tests/api/server/config.ts
server/tests/api/server/follows-moderation.ts
shared/models/server/custom-config.model.ts
shared/utils/server/config.ts
shared/utils/server/follows.ts