renovate
729cb3de38
Update github.com/gordonklaus/ineffassign commit hash to 2e10b26 ( #803 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/803
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-25 22:24:22 +00:00
kolaente
9a4779cdd1
Fix team name in team member added notification
2021-02-23 19:17:45 +01:00
kolaente
39861fbd0f
Fix notification parsing for team memeber added
2021-02-23 18:16:13 +01:00
kolaente
4880a0265b
Fix notifications table not being created on initial setup
2021-02-22 21:20:13 +01:00
Sabinno
d833e42aaf
Fix misspelling ( #415 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/415
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: Sabinno <evan.sabin@posteo.net>
Co-committed-by: Sabinno <evan.sabin@posteo.net>
2021-02-21 17:46:26 +00:00
konrad
c076298cf0
Add notifications overview ( #414 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/414
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-21 15:13:58 +00:00
konrad
2178166ece
Add crud endpoints for notifications ( #801 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/801
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-21 14:50:34 +00:00
renovate
971d3cc358
Update dependency lodash to v4.17.21 ( #413 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/413
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-21 14:22:13 +00:00
kolaente
509f23c550
Fix build
...
go mod tidy did the trick.
2021-02-20 18:47:02 +01:00
renovate
a22dd094c2
Update golang.org/x/image commit hash to ac19c3e ( #798 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/798
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 17:36:03 +00:00
kolaente
634f134ede
Fix sorting task by due date on task overview
2021-02-20 18:35:29 +01:00
renovate
b6accd7c67
Update golang.org/x/crypto commit hash to 5ea612d ( #797 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/797
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 16:56:37 +00:00
kolaente
cf47e196d7
Automatically go back after saving from a popup
2021-02-20 17:24:40 +01:00
kolaente
2bf5ffa1a1
Fix task pagination
2021-02-20 17:10:56 +01:00
kolaente
d441751c5b
Fix reloading the task list after changing a filter
2021-02-20 16:43:39 +01:00
kolaente
62bfbcce79
Fix showing and hiding lists in the menu
2021-02-20 16:28:45 +01:00
renovate
393a3bc37a
Update golang.org/x/sync commit hash to 036812b ( #799 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/799
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 15:28:21 +00:00
kolaente
074b7e53f5
Don't show the list color in the list view
2021-02-20 15:54:12 +01:00
renovate
b98ac9f551
Update golang.org/x/term commit hash to 6a3ed07 ( #800 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/800
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 14:36:49 +00:00
kolaente
8e2dfcffd5
Fix tasks not disappearing from the kanban board when moving them between lists
2021-02-20 15:35:30 +01:00
kolaente
28e8fc639f
Switch to wine-mono for building
2021-02-20 15:15:49 +01:00
renovate
8ab5289c3d
Update golang.org/x/oauth2 commit hash to 9bb9049 ( #796 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/796
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 07:35:37 +00:00
renovate
32cf66e9d5
Update module go-redis/redis/v8 to v8.6.0 ( #795 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/795
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 07:34:44 +00:00
renovate
686418d285
Update dependency electron to v11.3.0 ( #22 )
...
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/22
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-20 07:34:07 +00:00
kolaente
08dcc77228
Fix deleting task relations
...
See vikunja/api/commit/eb3a94567817b78a3325a937cedce237837e3785
2021-02-18 23:36:06 +01:00
kolaente
eb3a945678
Fix deleting task relations
...
While the request body of a DELETE request *can* have data in it, it is not really supported and pretty much undocumented. As such, it doesn't work in all clients and probably broke with recent updates.
This fixes this by moving all parts of the task relation used to identify it in the url.
More Info: https://stackoverflow.com/a/299696/10924593
2021-02-18 23:35:33 +01:00
renovate
3afedc25f0
Update golang.org/x/oauth2 commit hash to ba52d33 ( #794 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/794
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-18 21:36:56 +00:00
renovate
4fc7d1f64f
Update golang.org/x/crypto commit hash to b8e89b7 ( #793 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/793
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-18 20:58:49 +00:00
renovate
0c5c54a267
Update module getsentry/sentry-go to v0.10.0 ( #792 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/792
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-18 20:58:27 +00:00
kolaente
86a9d2e9f3
Explicitly set darwin-10.15 when building binaries
2021-02-18 21:35:45 +01:00
renovate
8b2b996e7a
Update module src.techknowlogick.com/xgo to v1.3.0+1.16.0 ( #791 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/791
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-18 06:42:25 +00:00
kolaente
d8623fe185
Cleanup listener names
2021-02-17 20:50:04 +01:00
kolaente
c873c1ec32
Send a notification to the user when they are added to the list
2021-02-17 20:48:06 +01:00
kolaente
0bd27ddeb7
Subscribe a user to a task when they are assigned to it
2021-02-17 20:14:38 +01:00
kolaente
aaeb89db4f
Refactor getting all namespaces
2021-02-16 22:36:06 +01:00
renovate
2f1a3fea88
Update golang.org/x/oauth2 commit hash to 16ff188 ( #789 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/789
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-16 21:06:45 +00:00
renovate
1fb52fb750
Update dependency cypress to v6.5.0 ( #412 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/412
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-16 06:54:51 +00:00
renovate
d9a57e7ef4
Update golang.org/x/image commit hash to 4410531 ( #788 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/788
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-16 06:54:08 +00:00
renovate
ddcf7624bd
Update golang.org/x/image commit hash to 55ae14f ( #787 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/787
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-15 07:27:20 +00:00
renovate
e4ec70663f
Update dependency eslint-plugin-vue to v7.6.0 ( #411 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/411
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-15 07:26:56 +00:00
kolaente
688dc82b19
Add separate manifest template for latest
2021-02-14 23:41:29 +01:00
kolaente
911e5b22ee
Fix lint
2021-02-14 23:11:39 +01:00
kolaente
bef22f5756
Fix tests
2021-02-14 23:03:44 +01:00
kolaente
d8e10e1a58
Add separate docker manifest file for latest docker images
2021-02-14 22:46:46 +01:00
kolaente
83f003355d
Fix sending notifications to users if the user object didn't have an email
2021-02-14 22:44:01 +01:00
kolaente
58492fffce
Run all lint checks at once
2021-02-14 22:40:08 +01:00
kolaente
268e344128
Fix multiarch docker image building
2021-02-14 22:11:12 +01:00
kolaente
9cff4e33ca
Fix docs
2021-02-14 20:37:18 +01:00
konrad
3f20ae89a8
Subscriptions and notifications for namespaces, tasks and lists ( #410 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/410
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-14 19:18:51 +00:00
konrad
e7875ecb3b
Subscriptions and notifications for namespaces, tasks and lists ( #786 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/786
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-14 19:18:14 +00:00