* Merge 18.x

This commit is contained in:
zenggang
2023-08-28 10:27:22 +00:00
324 changed files with 17288 additions and 4829 deletions
+1
View File
@@ -745,6 +745,7 @@ class gitlab extends control
if(!$project->adminer and isset($project->owner) and $project->owner->id == $openID) $project->adminer = true;
$project->isMaintainer = $this->gitlab->checkUserAccess($gitlabID, $project->id, $project, $groupIDList, 'maintainer');
$project->isDeveloper = $this->gitlab->checkUserAccess($gitlabID, $project->id, $project, $groupIDList, 'developer');
}
$gitlab = $this->gitlab->getByID($gitlabID);