]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/users/index.ts
feature: IP filtering on signup page
authorRigel Kent <sendmemail@rigelk.eu>
Tue, 22 May 2018 17:43:13 +0000 (19:43 +0200)
committerRigel Kent <par@rigelk.eu>
Tue, 22 May 2018 17:44:34 +0000 (19:44 +0200)
commitff2c1fe8133f9556f6aaa52058cd8b83c40085e6
treebc92cde25bf5a1d74b1413d7145179ef7abfd670
parente2f1dad83607aa610ee33b234a81b07664f4304c
feature: IP filtering on signup page

disable registration form on IP not in range
checking the CIDR list before filtering with it
placing the cidr filters as an attribute object in the config
13 files changed:
client/src/app/core/server/server.service.ts
client/src/app/menu/menu.component.ts
config/default.yaml
config/production.yaml.example
package.json
server/controllers/api/config.ts
server/controllers/api/users.ts
server/helpers/utils.ts
server/initializers/checker.ts
server/initializers/constants.ts
server/middlewares/validators/users.ts
shared/models/server/server-config.model.ts
yarn.lock