Shem Pasamba
Shem Pasamba
Proof of concept for `OrganizationController.php`: ```php /** * @Route("/organization/{organization}/{token}/webhook", name="organization_webhook", methods={"GET","POST"}, requirements={"organization"="%organization_pattern%"}) */ public function organizationWebhook(Organization $organization, string $token, Request $request): Response { $validToken = $this->organizationQuery->findToken($organization->id(), $token) ->getOrNull(); if ($validToken)...
@xvilo It would be better as a web hook for my use case. I'm using Gitea and it's web hook in organization feature so that I don't have to add...
We installed jammy via `do-release-upgrade -d` and the packages are updated to the latest. Here's the graphics card info from inxi -G Graphics: Device-1: Intel HD Graphics 630 driver: i915...