1
0
Commit Graph

2411 Commits

Author SHA1 Message Date
2c84cec044 docs(webhooks): add swagger docs for all webhook endpoints 2023-10-17 20:35:14 +02:00
35e8183f6a docs(webhooks): add general docs about webhooks 2023-10-17 20:35:14 +02:00
fc0029eed7 fix(webhooks): don't send the proxy auth header to the webhook target 2023-10-17 20:35:14 +02:00
177f367a8c feat(webhooks): expose whether webhooks are enabled 2023-10-17 20:35:14 +02:00
1b82f26d3e chore(webhooks): simplify registering webhook events 2023-10-17 20:35:13 +02:00
ec4aa606e2 chore(webhooks): reuse webhook client 2023-10-17 20:35:13 +02:00
c3947e1016 docs(webhooks): add webhook config to sample config 2023-10-17 20:35:13 +02:00
831aa4a014 feat(webhooks): add support for webhook proxy 2023-10-17 20:35:13 +02:00
b38360c9a5 feat(webhooks): add timeout config option 2023-10-17 20:35:13 +02:00
34a92b759e feat(webhooks): add setting to enable webhooks 2023-10-17 20:35:13 +02:00
8cc775ac4c fix(webhooks): routes should use the common schema used for other routes already 2023-10-17 20:35:13 +02:00
a0d8b28813 feat(webhooks): add hmac signing 2023-10-17 20:35:13 +02:00
a3a323cbf1 feat(webhooks): set user agent header to Vikunja 2023-10-17 20:35:13 +02:00
4253d14367 chore(webhooks): remove WebhookEvent interface 2023-10-17 20:35:13 +02:00
96ccf6b923 feat(webhooks): add route to get all available webhook events 2023-10-17 20:35:13 +02:00
eb1b9247ad feat(webhooks): prevent link shares from managing webhooks 2023-10-17 20:35:13 +02:00
57de44694c feat(webhooks): add index on project id 2023-10-17 20:35:13 +02:00
8d7a492936 feat(webhooks): add filter based on project id 2023-10-17 20:35:13 +02:00
7d1c5c50c5 feat(webhooks): add basic sending of webhooks 2023-10-17 20:35:12 +02:00
7f3c300240 feat(webhooks): add routes 2023-10-17 20:35:12 +02:00
c5de41f183 feat(webhooks): add event listener to send webhook payload 2023-10-17 20:35:12 +02:00
e5b8d8bd2d feat(webhooks): register task and project events as webhook 2023-10-17 20:35:12 +02:00
ad7d485eb5 feat(webhooks): add basic crud actions for webhooks 2023-10-17 20:35:12 +02:00
a1d0541a7a docs: add config guide for NGINX Proxy Manager
Taken from https://github.com/go-vikunja/frontend/issues/28#issuecomment-1765096790
2023-10-17 19:00:40 +02:00
e1525fca6e docs: clarify required language code 2023-10-17 18:35:06 +02:00
872acd329a chore(deps): update lockfile 2023-10-13 14:34:36 +02:00
baa907f738 fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.3
(cherry picked from commit 29e55577d05d296095f1972014b03d0d4ef0184f)
2023-10-13 14:32:49 +02:00
21d0676399 chore(deps): update xgo to go 1.21 2023-10-11 23:05:51 +02:00
9a29b29a04 fix(user): allow openid users to request their deletion
Resolves https://community.vikunja.io/t/delete-user-not-possible-when-using-oidc/1689/4
2023-10-11 19:06:59 +02:00
58497f29e6 fix(kanban): filter for tasks in buckets by assignee should not modify the filter directly
Resolves https://github.com/go-vikunja/api/issues/84
2023-10-11 18:43:28 +02:00
9cdccd7005 chore(deps): update mariadb docker tag to v11 (#1544)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1544
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-11 13:06:42 +00:00
3097336054 chore(deps): update goreleaser/nfpm docker tag to v2.33.1 (#1560)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1560
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-11 10:25:21 +00:00
0449aaba0b chore(deps): update postgres docker tag to v16 (#1618)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1618
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-11 08:51:55 +00:00
775b98b729 [skip ci] Updated swagger docs 2023-10-11 08:50:34 +00:00
4ac8012117 chore(deps): update lockfile 2023-10-11 10:21:52 +02:00
83025fb527 fix(deps): update module github.com/labstack/echo/v4 to v4.11.2
(cherry picked from commit 365b46e14729689a55261f2bf6823c416455e4dd)
2023-10-11 10:21:13 +02:00
1019948216 fix(deps): update module golang.org/x/sync to v0.4.0
(cherry picked from commit 8bd5ab7f323b6ef02fe0821f795a496a794ca7f8)
2023-10-11 10:21:02 +02:00
f5883db889 fix(deps): update module golang.org/x/image to v0.13.0
(cherry picked from commit aecd95bd8c159be5477e93d9ce10454ed5694dcb)
2023-10-11 10:20:51 +02:00
d30965554c fix(deps): update module github.com/swaggo/swag to v1.16.2
(cherry picked from commit 52c21eb6d539d0e9d0737deb9015ea952d820756)
2023-10-11 10:20:38 +02:00
0769d59054 feat(cli): added --confirm/-c argument when deleting users to bypass prompt (#86)
Reviewed-On: https://github.com/go-vikunja/api/pull/86
2023-10-10 21:24:25 +02:00
332a7403ed chore(deps): update lockfile 2023-10-10 21:23:06 +02:00
eef4f0afa2 fix(deps): update module github.com/spf13/afero to v1.10.0
(cherry picked from commit 4ede68d7a753d88c84869fe5caefc9bc7b75ebbd)
2023-10-10 21:22:28 +02:00
5b7bb9f983 fix(deps): update module github.com/spf13/viper to v1.17.0
(cherry picked from commit 33ed4b71add0166b4a552c98edaf0475dffb7f6f)
2023-10-10 21:22:04 +02:00
7eb59f577c feat: add very basic bruno collection 2023-10-10 21:04:57 +02:00
250043dd75 chore(deps): update lockfile 2023-10-10 20:41:12 +02:00
ea476e738c fix(deps): update module github.com/getsentry/sentry-go to v0.25.0
(cherry picked from commit ef3d658f2c5dc98ea23f414748dcb634983fb9bb)
2023-10-10 20:40:45 +02:00
7ce18860a6 fix(deps): update src.techknowlogick.com/xgo digest to 6fc6b16
(cherry picked from commit 95c5743438c5ed695d483545c618fac4ec6af44d)
2023-10-10 20:40:37 +02:00
75085302c9 fix(deps): update module github.com/prometheus/client_golang to v1.17.0
(cherry picked from commit f8c5b666859ae06979f3af388b04afc7f39632f4)
2023-10-10 20:40:19 +02:00
4c8712c70d fix(deps): update github.com/dustinkirkland/golang-petname digest to 6a283f1
(cherry picked from commit 4bc3d50349a2c5c10d3beba91529dda3dedb72b2)
2023-10-10 20:39:50 +02:00
56625b0b90 fix: lint 2023-10-10 20:35:43 +02:00