28ec44c91f
Add moving tasks between lists ( #389 )
...
Fix misspell
Add moving tasks between lists
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/389
2020-04-18 12:35:37 +00:00
99c10d49be
TOTP ( #109 )
...
Fix not telling the user about invalid totp passcodes when logging in
Add disabling totp authentication
Add totp passcode when logging in
Add totp settings
Add general post method function
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/109
2020-04-17 23:46:07 +00:00
895d9613b5
Add endpoint to disable totp auth
2020-04-18 01:38:49 +02:00
87d0c9088d
Add endpoint to get the current users totp status
2020-04-18 00:22:59 +02:00
a75670e4f0
Add user settings ( #108 )
...
Add email update
Add settings link to menu
Add password update route
Add password update page
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/108
2020-04-17 20:46:50 +00:00
335ea49801
Upgrade vue-cli
2020-04-17 21:30:56 +02:00
24904585a2
Add 2fa for authentification ( #383 )
...
Fix user tests
Add swagger docs
Fix lint
Add totp check when logging in
Make totp enrollment work
Add migration for totp table
go mod vendor
Add routes for totp routes
Add route handler for totp routes
Add basic implementation to enroll a user in totp
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/383
2020-04-17 19:25:35 +00:00
1dca8e96a7
Add changing email for users
2020-04-17 16:01:45 +02:00
e7c1c98c6a
Fix id params not being named correctly
2020-04-17 12:19:53 +02:00
e1ab2095fa
Update docs theme
2020-04-16 23:31:36 +02:00
12e18de8ad
Update golang.org/x/crypto commit hash to 0848c95 ( #371 )
...
Update golang.org/x/crypto commit hash to 0848c95
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/371
2020-04-15 06:48:46 +00:00
588b87fb96
Fix maintaining the current page for the list view when navigating back from another page
2020-04-14 23:37:08 +02:00
cc02fc82fc
Fix closing of notifications by clicking on it not working
2020-04-14 23:09:18 +02:00
bb84d03776
Remove debug logging
2020-04-14 22:55:50 +02:00
7587821927
Move conversion of snake_case to camelCase to model to make recursive models still work
2020-04-14 22:46:27 +02:00
a77b4253cb
Fix task relation kind dropdown
2020-04-14 22:25:46 +02:00
e2137d08a5
Pluralize related task kinds if there is more than one
2020-04-14 22:23:42 +02:00
cd6dee88b9
Add scrolling for task table view
2020-04-14 22:15:35 +02:00
575b2f28ef
Fix task sort parameters
2020-04-14 21:54:27 +02:00
025b00247d
Fix replace statements for tail
2020-04-14 21:37:00 +02:00
5832991c4d
Fix tests after renaming json fields to snake_case
2020-04-13 23:27:55 +02:00
81990f3f80
Update xorm redis cacher to use the xorm logger instead of a special seperate one
2020-04-13 23:18:33 +02:00
368cbdf979
Fix gosec in drone
2020-04-13 23:04:59 +02:00
b8d7c97eb7
Add gosec static analysis
2020-04-13 22:30:09 +02:00
f552b834d6
Pin dependencies ( #106 )
...
Pin dependencies
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/106
2020-04-12 22:03:46 +00:00
4a413e7f3c
Make all api fields snake_case ( #105 )
...
Change all snake/camelCase mix and match to camelCase everywhere
Fix conversion to not interfer with service interceptors
Add dynamic conversion between camelCase and snake_case to services
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/105
2020-04-12 21:54:46 +00:00
fb8ac92abf
Change all json fields to snake_case
2020-04-12 22:48:46 +02:00
0bfb3a4709
Add configuration options for log level
2020-04-12 22:32:21 +02:00
9559a68416
Update module prometheus/client_golang to v1
2020-04-12 22:06:24 +02:00
d28f005552
Update xorm to v1 ( #323 )
...
Fix limit for databases other than sqlite
go mod tidy && go mod vendor
Remove unneeded break statements
Make everything work with the new xorm version
Fix xorm logging
Fix lint
Fix redis init
Fix using id field
Fix database init for testing
Change default database log level
Add xorm logger
Use const for postgres
go mod tidy
Merge branch 'master' into update/xorm
# Conflicts:
# go.mod
# go.sum
# vendor/modules.txt
go mod vendor
Fix loading fixtures for postgres
Go mod vendor1
Update xorm to version 1
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/323
2020-04-12 17:29:24 +00:00
713560702b
Update module go-redis/redis to v7 ( #309 )
...
Update module go-redis/redis to v7
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/309
2020-04-11 21:43:04 +00:00
0ba121fdfb
Task filters ( #243 )
...
Fix not returning errors
Fix integration tests
Add more tests
Make task filtering actually work
Change tests
Fix using filter conditions
Fix test
Remove unused fields
Fix static check
Remove start and end date fields on task collection
Fix misspell
add filter logic when getting tasks
Add parsing filter query parameters into task filters
Start adding support for filters
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/243
2020-04-11 14:20:33 +00:00
de36296bac
Update dependency bulma to v0.8.2 ( #104 )
...
Update dependency bulma to v0.8.2
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/104
2020-04-11 13:04:47 +00:00
0e2449482f
Fix dependencies
2020-04-09 23:06:57 +02:00
8d1a3f4fd7
Update module spf13/viper to v1.6.3 ( #291 )
...
Update module spf13/viper to v1.6.3
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/291
2020-04-09 20:29:11 +00:00
1e0f2dde6a
Update module go-redis/redis to v6.15.7 ( #290 )
...
Update module go-redis/redis to v6.15.7
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/290
2020-04-09 20:28:58 +00:00
43e464c113
Update dependency date-fns to v2.12.0 ( #103 )
...
Update dependency date-fns to v2.12.0
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/103
2020-04-09 19:40:08 +00:00
bd998469a1
Update dependency core-js to v3.6.5 ( #102 )
...
Update dependency core-js to v3.6.5
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/102
2020-04-09 19:39:58 +00:00
7abac07837
Update src.techknowlogick.com/xgo commit hash to bb0faa3 ( #279 )
...
Update src.techknowlogick.com/xgo commit hash to bb0faa3
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/279
2020-04-09 04:36:03 +00:00
15d718fb1a
Update module go-redis/redis to v7 ( #277 )
...
Update module go-redis/redis to v7
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/277
2020-04-09 04:35:36 +00:00
4ca3f714ea
Update module stretchr/testify to v1.5.1 ( #274 )
...
Update module stretchr/testify to v1.5.1
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/274
2020-04-08 20:30:48 +00:00
6d1b123a25
Update module spf13/cobra to v0.0.7 ( #271 )
...
Update module spf13/cobra to v0.0.7
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/271
2020-04-08 19:44:10 +00:00
13ebb98644
Update module spf13/viper to v1.6.2 ( #272 )
...
Update module spf13/viper to v1.6.2
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/272
2020-04-08 18:43:35 +00:00
dda558fe1c
Update module prometheus/client_golang to v0.9.4 ( #245 )
...
Update module prometheus/client_golang to v0.9.4
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/245
2020-04-07 20:42:06 +00:00
8b8543e011
Update dependency copy-to-clipboard to v3.3.1 ( #100 )
...
Update dependency copy-to-clipboard to v3.3.1
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/100
2020-04-07 19:00:58 +00:00
3141850fa2
Update dependency core-js to v3.6.4 ( #101 )
...
Update dependency core-js to v3.6.4
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/101
2020-04-07 19:00:40 +00:00
76f19db6e7
Update module labstack/echo/v4 to v4.1.16 ( #241 )
...
Update module labstack/echo/v4 to v4.1.16
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/241
2020-04-07 18:59:53 +00:00
f776b799b8
Update module olekukonko/tablewriter to v0.0.4 ( #240 )
...
Update module olekukonko/tablewriter to v0.0.4
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/240
2020-04-07 16:58:27 +00:00
e098f87a33
Update vue-cli monorepo to v4.3.1 ( #99 )
...
Update vue-cli monorepo to v4.3.1
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/99
2020-04-07 16:05:30 +00:00
746a443660
Update module imdario/mergo to v0.3.9 ( #238 )
...
Update module imdario/mergo to v0.3.9
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/238
2020-04-07 16:05:10 +00:00