Behavior of create_repo API as a general user

2021-01-02 Thread toras
Hi I have doubts about the behavior of 'create_repo' in Kallithea's API, so I will post it. The version of kallithea I'm using is 0.6.3. A 'create_repo' request to a repository group for which the account has write permissions also appears to fail if top-level repository creation is disabled

Re: Behavior of create_repo API as a general user

2021-01-02 Thread Mads Kiilerich
Hi You are right. Kallithea has some bugs around API permission handling. It is not using the "create top-level repositories" permissions correctly. This problem is related to the "This will also give all users API access to create repositories everywhere. That might change in future versions

Re: Behavior of create_repo API as a general user

2021-01-02 Thread toras
Hi Thank you for your answer. I understand that it is a process of changing the interpretation of this setting value. I'm looking forward to future versions including behavior fixes. Thanks toras9000 On 2021/01/03 7:49, Mads Kiilerich wrote: Hi You are right. Kallithea has some bugs

Re: Behavior of create_repo API as a general user

2021-01-15 Thread Mads Kiilerich
This has now been fixed in the stable branch and will be included in the next release - no matter if it will be 0.6.4 or 0.7 . Thanks for the report. /Mads On 1/3/21 2:38 AM, toras wrote: Hi Thank you for your answer. I understand that it is a process of changing the interpretation of thi

Re: Behavior of create_repo API as a general user

2021-01-17 Thread toras
Thank you for the feature fixes and notifications. I will try it after the next version is released. Thanks toras9000 On 2021/01/16 6:25, Mads Kiilerich wrote: This has now been fixed in the stable branch and will be included in the next release - no matter if it will be 0.6.4 or 0.7 .