Commit Graph

5 Commits

Author SHA1 Message Date
jakob.scheid c9e317f7ca Update Gitea webhook path 2026-05-06 01:39:46 +02:00
jakob.scheid 2da8da9f26 Add error logging for integrations.gitea.middlewares.signature.GiteaSignatureMiddleware 2026-05-06 01:35:59 +02:00
jakob.scheid 10a25b82af Bug fix: HTTPException should not be used in a middleware, so use JSONResponse instead 2026-05-03 19:04:59 +02:00
jakob.scheid 23faf74092 Bug fix: use heximal SHA256 hash instead of bytes (repr)
integrations.gitea.middlewares.signature.GiteaSignatureMiddleware.dispatch
used the Python bytes representation of the SHA256 hash for comparision
in the f-string. Now, the hexadecimal hash is used.
2026-05-03 18:06:45 +02:00
jakob.scheid 30a982c95d Add middleware for Gitea webhook signatures 2026-05-01 15:12:16 +02:00