vikunja-api/pkg/routes/api/v1
konrad f5b5204776 Add Microsoft Todo migration (#737)
Add more logs

Fix lint

Generate docs

Add swagger docs

Add microsoft todo parsing logic

go mod tidy

Add basic test structure

Add more fields to tasks

rename microsoft todo package

Add getting microsoft todo data

Add structs and helper methods

Add microsoft todo config and routes

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/737
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-12-18 11:12:05 +00:00
..
avatar.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
docs.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
info.go Add Microsoft Todo migration (#737) 2020-12-18 11:12:05 +00:00
link_sharing_auth.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
list_by_namespace.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
login.go Add name field to users 2020-11-21 21:51:55 +01:00
task_attachment.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
testing.go Add testing endpoint to reset db tables (#716) 2020-11-28 23:08:30 +00:00
token_check.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_confirm_email.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_list.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
user_password_reset.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_register.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
user_settings.go Fix getting current user when updating avatar or user name 2020-11-21 22:02:49 +01:00
user_show.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_totp.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_update_email.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_update_password.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00