Files
@ 7643d8ecbb20
Branch filter:
Location: kallithea/MIT-Permissive-License.txt - annotation
7643d8ecbb20
1023 B
text/plain
api: fix repo group permission check for repo creation
hg.create.repository is only controlling whether all users have write access at
top level. For other repo locations, check for write permission to the repo
group.
Note: This also covers "repo creation" by forking or by moving another repo.
hg.create.repository is only controlling whether all users have write access at
top level. For other repo locations, check for write permission to the repo
group.
Note: This also covers "repo creation" by forking or by moving another repo.