1
0

Improved team search and team managing (#18)

This commit is contained in:
konrad
2019-03-03 12:50:06 +00:00
committed by Gitea
parent 9b0c842ae1
commit d66382b581
12 changed files with 819 additions and 536 deletions

5
src/models/rights.json Normal file
View File

@ -0,0 +1,5 @@
{
"READ": 0,
"READ_WRITE": 1,
"ADMIN": 2
}