1
0
Commit Graph

171 Commits

Author SHA1 Message Date
9e39399689 Migration (#120)
Go mod tidy

[skip ci] Add modules/migration to docs

[skip ci] update date

fmt

Merge branch 'master' into feature/migration

# Conflicts:
#	pkg/routes/api/v1/info.go

Add docs on how to create a migrator

Add available migrators to /info endpoint

Return a message once everything was migrated successfully

Add swagger docs for wunderlist migration

Docs for migration [skip ci]

Fix due date fixture in migration test

Fix staticcheck

Fix lint

Logging and cleanup

Make the migrator work with real data

Add routes for migration

Fix misspell

Add method to store a full vikunja structure into vikunja

Add getting all data from wunderlist

Add attachment migration from wunderlist

Add done and done at to wunderlist migrator

Add todo

Add wunderlist auth url implementation

Fix lint

Finish wunderlist migration

Added all structs for the wunderlist migratior

Fix owner field being null for user shared namespaces (#119)

Update copyright year (#118)

Add option to disable registration (#117)

Added migrator interface

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/120
2020-01-19 16:52:16 +00:00
402cef3c15 Add option to disable registration (#117) 2019-12-30 23:27:02 +00:00
b9f0ba84ab Add motd config option to docs 2019-12-25 17:27:10 +01:00
720df3cbed Add task identifier (#115) 2019-12-07 22:28:45 +00:00
d8399e374c Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
b6308f783b Add files volume to docker compose docs 2019-11-25 19:08:24 +01:00
843c1e5193 Update docs with a traefik configuration 2019-11-25 19:07:11 +01:00
8948a5f219 Improve pagination (#105) 2019-10-23 21:11:40 +00:00
b81cd6128a Fixed error when setting max file size on 32-Bit systems 2019-10-18 17:30:25 +02:00
2169464983 Task Attachments (#104) 2019-10-16 20:52:29 +00:00
8fe33fd616 Task Relations (#103) 2019-09-25 18:44:41 +00:00
8d57923a7d Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
4327a559e5 feature/rate-limit (#91) 2019-07-21 21:27:30 +00:00
50ca8bd28e Statically compile templates in the final binary (#84) 2019-07-11 19:10:42 +00:00
9930f98f8e Compress binaries after building them (#81) 2019-06-22 22:07:58 +00:00
802a13cffd Added settings for max open/idle connections and max connection lifetime (#74) 2019-05-25 05:49:52 +00:00
7107d030fc Better caldav support (#73) 2019-05-22 17:48:48 +00:00
3872d1d8a7 Integration tests (#71) 2019-04-21 18:18:17 +00:00
2b28ab12f1 Added docs for cli usage and adding new commands (#68) 2019-03-31 19:54:17 +00:00
be5a17e993 DB Migrations (#67) 2019-03-29 17:54:35 +00:00
2d88fad5b1 Huge improvements for docs (#58) 2019-02-17 19:53:04 +00:00