woodpecker/server/router
qwerty287 e847cbadfa
Check permissions on repo lookup (#2357)
There was no permission check when looking up repos so you were able to
get basic repo information even if you're not allowed to.

This uses `session.MustPull` (and set repo/perms before) to fix this.
2023-08-30 16:35:34 +02:00
..
middleware Check permissions on repo lookup (#2357) 2023-08-30 16:35:34 +02:00
api.go Check permissions on repo lookup (#2357) 2023-08-30 16:35:34 +02:00
router.go Fix UI and backend paths with subpath (#1799) 2023-08-07 16:05:18 +02:00