You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of requiring the user manually create the webhook, the bot should have an option to do it automatically. This will also make it possible to fix the webhook secret being public.
Add command to create, configure and delete room notification webhooks
Store per-room+webhook secrets in the db and check against those instead of the global secret
The text was updated successfully, but these errors were encountered:
!gitlab webhook add is now a thing which creates a webhook with a random secret that only works for that specific room. Split out permissions and deleting into #46 and #47
Instead of requiring the user manually create the webhook, the bot should have an option to do it automatically. This will also make it possible to fix the webhook secret being public.
The text was updated successfully, but these errors were encountered: