kolaente
|
61cd08fa13
|
fix(webhooks): add created by user object when creating a webhook
|
2023-10-18 22:18:45 +02:00 |
|
kolaente
|
72366a5b27
|
feat(webhooks): add created by user object when returning all webhooks
|
2023-10-18 20:06:07 +02:00 |
|
kolaente
|
b4e3d8ee47
|
fix(webhooks): lint
|
2023-10-17 20:40:09 +02:00 |
|
kolaente
|
7a74e491da
|
fix(webhooks): lint
|
2023-10-17 20:35:14 +02:00 |
|
kolaente
|
2c84cec044
|
docs(webhooks): add swagger docs for all webhook endpoints
|
2023-10-17 20:35:14 +02:00 |
|
kolaente
|
35e8183f6a
|
docs(webhooks): add general docs about webhooks
|
2023-10-17 20:35:14 +02:00 |
|
kolaente
|
fc0029eed7
|
fix(webhooks): don't send the proxy auth header to the webhook target
|
2023-10-17 20:35:14 +02:00 |
|
kolaente
|
177f367a8c
|
feat(webhooks): expose whether webhooks are enabled
|
2023-10-17 20:35:14 +02:00 |
|
kolaente
|
1b82f26d3e
|
chore(webhooks): simplify registering webhook events
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
ec4aa606e2
|
chore(webhooks): reuse webhook client
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
c3947e1016
|
docs(webhooks): add webhook config to sample config
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
831aa4a014
|
feat(webhooks): add support for webhook proxy
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
b38360c9a5
|
feat(webhooks): add timeout config option
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
34a92b759e
|
feat(webhooks): add setting to enable webhooks
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
8cc775ac4c
|
fix(webhooks): routes should use the common schema used for other routes already
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
a0d8b28813
|
feat(webhooks): add hmac signing
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
a3a323cbf1
|
feat(webhooks): set user agent header to Vikunja
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
4253d14367
|
chore(webhooks): remove WebhookEvent interface
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
96ccf6b923
|
feat(webhooks): add route to get all available webhook events
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
eb1b9247ad
|
feat(webhooks): prevent link shares from managing webhooks
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
57de44694c
|
feat(webhooks): add index on project id
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
8d7a492936
|
feat(webhooks): add filter based on project id
|
2023-10-17 20:35:13 +02:00 |
|
kolaente
|
7d1c5c50c5
|
feat(webhooks): add basic sending of webhooks
|
2023-10-17 20:35:12 +02:00 |
|
kolaente
|
7f3c300240
|
feat(webhooks): add routes
|
2023-10-17 20:35:12 +02:00 |
|
kolaente
|
c5de41f183
|
feat(webhooks): add event listener to send webhook payload
|
2023-10-17 20:35:12 +02:00 |
|
kolaente
|
e5b8d8bd2d
|
feat(webhooks): register task and project events as webhook
|
2023-10-17 20:35:12 +02:00 |
|
kolaente
|
ad7d485eb5
|
feat(webhooks): add basic crud actions for webhooks
|
2023-10-17 20:35:12 +02:00 |
|
kolaente
|
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 |
|
kolaente
|
e1525fca6e
|
docs: clarify required language code
|
2023-10-17 18:35:06 +02:00 |
|
kolaente
|
872acd329a
|
chore(deps): update lockfile
|
2023-10-13 14:34:36 +02:00 |
|
renovate
|
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 |
|
kolaente
|
21d0676399
|
chore(deps): update xgo to go 1.21
|
2023-10-11 23:05:51 +02:00 |
|
kolaente
|
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 |
|
kolaente
|
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 |
|
renovate
|
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 |
|
renovate
|
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 |
|
renovate
|
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 |
|
Frederick [Bot]
|
775b98b729
|
[skip ci] Updated swagger docs
|
2023-10-11 08:50:34 +00:00 |
|
kolaente
|
4ac8012117
|
chore(deps): update lockfile
|
2023-10-11 10:21:52 +02:00 |
|
renovate
|
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 |
|
renovate
|
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 |
|
renovate
|
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 |
|
renovate
|
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 |
|
KaibutsuX
|
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 |
|
kolaente
|
332a7403ed
|
chore(deps): update lockfile
|
2023-10-10 21:23:06 +02:00 |
|
renovate
|
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 |
|
renovate
|
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 |
|
kolaente
|
7eb59f577c
|
feat: add very basic bruno collection
|
2023-10-10 21:04:57 +02:00 |
|
kolaente
|
250043dd75
|
chore(deps): update lockfile
|
2023-10-10 20:41:12 +02:00 |
|
renovate
|
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 |
|