fix: Add 10 domain limit per team (#3733)

* fix: Validate team domains are FQDN's
Add 10 domain limit per team
fix: Deletion of domains not happening within request lifecycle

* tests

* docs
This commit is contained in:
Tom Moor
2022-07-05 21:27:02 +02:00
committed by GitHub
parent 831df67358
commit c36e7bfbb6
5 changed files with 117 additions and 3 deletions

View File

@@ -3,3 +3,5 @@ export const USER_PRESENCE_INTERVAL = 5000;
export const MAX_AVATAR_DISPLAY = 6;
export const MAX_TITLE_LENGTH = 100;
export const MAX_TEAM_DOMAINS = 10;