Commit graph

8 commits

Author SHA1 Message Date
Jamie
719eb7dbe3
feat: Upgrade Ombi to .NET 6 (#4390)
* chore: updated tfm to net6

* chore: updated main packages

* chore: fixed some warnings

* core: Added workflow_dispatch to some of the CI pipelines [skip ci] (#4392)

* chore: bump the net version

* ci: use the dotnet ver task everywhere
2021-11-09 21:54:51 +00:00
tidusjar
ecfb594f1f chore: 🚧 added a non-ui build configuration 2021-10-06 21:34:58 +01:00
sirmarv
69923db39f Update WebhookApi.cs
Fixes #2448. Forward slash is no longer appended to the URL. If a user wants a / at the end of the URL, they will have to enter it in the webhook baseUrl.
2021-04-27 07:50:57 -04:00
tidusjar
0d55eec72e Update to net5.0 2020-11-10 19:22:34 +00:00
Jamie Rees
ac51126437 merge 2020-02-18 22:03:54 +00:00
Namaneo
1176be7f20 Add explanation tooltip on webhook settings view
Also remove token from URI string: should be added by user in settings view
2019-11-30 19:06:55 +01:00
Namaneo
8ae98c91c1 Minor updates related to Github's comments
* Access-Token Header is not sent if it has not been configured (or left blank)
* Access token is now also sent in URI string with "token" as key
* NotificationType is manually added to the notification data (original data is cloned before to avoid conflict in case of re-usage by other notification handlers)
2019-11-30 18:18:33 +01:00
Namaneo
cdc002ecd7 Add webhook notification and API logic 2019-11-29 16:47:30 +01:00