##// END OF EJS Templates
auth: make owner of user group give proper admin permissions to the user group....
auth: make owner of user group give proper admin permissions to the user group. This makes the behaviour consisten with repositories and repository groups.

File last commit:

r1:854a839a default
r1443:6321ed72 default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError