1
0
Commit Graph

8987 Commits

Author SHA1 Message Date
b0948a37d4 Update module go-redis/redis/v7 to v7.3.0 (#565)
Update module go-redis/redis/v7 to v7.3.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/565
2020-05-21 08:56:39 +00:00
978e7b4acb Update dependency vue-router to v3.2.0 (#137)
Update dependency vue-router to v3.2.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/137
2020-05-19 17:28:58 +00:00
cc47d11792 "fix" gocyclo check 2020-05-19 17:41:37 +02:00
b6b82e6f54 Merge branch 'release/0.13' 2020-05-19 17:28:32 +02:00
16ed5fd982 Release preparations 2020-05-19 17:27:37 +02:00
24aa68f090 Don't return all tasks when a user has no lists 2020-05-19 17:23:49 +02:00
98ef052967 Don't return all tasks when a user has no lists 2020-05-19 17:22:10 +02:00
fdac36ff1c Update dependency date-fns to v2.14.0 (#136)
Update dependency date-fns to v2.14.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/136
2020-05-19 11:26:28 +00:00
1da7ffb23c Add changing list identifier 2020-05-16 13:14:57 +02:00
8a01b20e1e Fix setting a list identifier to empty 2020-05-16 13:13:11 +02:00
5a86f44fc3 Generate a random list identifier based on the list title 2020-05-16 12:58:37 +02:00
d7b4b2189a Ensure consistent naming of title fields (#134)
Merge branch 'master' into fix/title-fields

Change task text field to title

Change namespace name field to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/134
2020-05-16 10:31:16 +00:00
fe43173b6c Ensure consistent naming of title fields (#528)
Remove task text and namespace name in migration

Fix lint

Add migration for namespace title

Fix renaming namespace name to title

Rename namespace name field to title

Drop text column at the end of the migration

Add migration for task text to title

Rename task text to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/528
2020-05-16 10:17:44 +00:00
c4b92a8f52 Fix redirect when not logged in 2020-05-16 12:02:30 +02:00
587ce92dc9 Improve getting all namespaces performance (#526)
Improve getting all namespaces performance

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/526
2020-05-15 15:10:22 +00:00
8758fb6ac5 Fix case-insensitive task search for postgresql (#524)
"Fix" gocyclo

Fix case-insensitive task search for postgresql

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/524
2020-05-15 14:12:20 +00:00
92e5e2db6a Make the _unix suffix optional when sorting tasks 2020-05-15 16:07:36 +02:00
851f0d6c08 Update src.techknowlogick.com/xgo commit hash to 209a5cf (#523)
Update src.techknowlogick.com/xgo commit hash to 209a5cf

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/523
2020-05-15 13:28:38 +00:00
333444b4e1 Improve metrics performance 2020-05-15 14:42:32 +02:00
28a5c1f7b2 Remove dependencies on build step to speed up test pipeline (#521)
Make all steps depend on fetch tags to let them execute in parallel

Cleanup

Remove dependency from the build step everywhere

Add generation step for tests

Remove dependencies on build step to speed up test pipeline

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/521
2020-05-15 12:06:12 +00:00
4533ac6b28 Update module spf13/cobra to v1 (#511)
Update module spf13/cobra to v1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/511
2020-05-14 19:09:06 +00:00
f63576960d 0.13 release preperations 2020-05-12 22:16:04 +02:00
91a3b7aba2 0.13 release preperations 2020-05-12 22:11:46 +02:00
4137d4aed2 Fix creating new things with a link share auth 2020-05-12 15:51:48 +02:00
d0f6a4ce99 Better responsive layout for unauthenticated pages 2020-05-12 15:18:37 +02:00
b876a4d4dc Fix redirecting for unauthenticated pages to login 2020-05-12 15:17:47 +02:00
0dc4e6b95d Fix trying to load the current tasks even when not logged in (Fixes #133) 2020-05-12 15:08:17 +02:00
cb095d70df Add explanation to docs about cors 2020-05-12 11:10:07 +02:00
e43e601912 Add traefik 2 example configuration 2020-05-11 22:02:15 +02:00
cc46809639 Fix sharing rights not displayed correctly 2020-05-11 20:56:35 +02:00
55cd40d175 Fix team rights not updating for namespace rights 2020-05-11 18:39:30 +02:00
687b8dc824 Remove task in kanban state when removing in task detail view 2020-05-11 17:25:04 +02:00
d409957de5 Update dependency vuex to v3.4.0 (#132)
Update dependency vuex to v3.4.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/132
2020-05-11 15:13:51 +00:00
995dec33ea Add list title in overview page 2020-05-11 16:52:58 +02:00
55cd74efca Update module go-testfixtures/testfixtures/v3 to v3.2.0 (#505)
Update module go-testfixtures/testfixtures/v3 to v3.2.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/505
2020-05-11 10:10:15 +00:00
b85f66140b Fix %done in table view 2020-05-11 11:43:25 +02:00
efd2e38357 Update dependency eslint to v7 (#129)
Update dependency eslint to v7

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/129
2020-05-11 09:38:38 +00:00
a9d0079bf3 Update golang.org/x/crypto commit hash to 06a226f (#504)
Update golang.org/x/crypto commit hash to 06a226f

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/504
2020-05-11 09:02:23 +00:00
058570c9a7 Make sure the api url does not have a / at the end 2020-05-10 18:26:33 +02:00
f524a3efc1 Less explicit matching of api routes for service worker 2020-05-10 18:10:29 +02:00
b1de52fc0b Fix redirecting to list view from task detail 2020-05-09 23:38:32 +02:00
2ca8eef4f7 Fix undefined getter for related tasks 2020-05-09 23:32:04 +02:00
c2135338d3 Show parent list and namespace for tasks in detail views 2020-05-09 23:28:54 +02:00
495350fa83 Fix not redirecting to login page after logging out 2020-05-09 22:31:33 +02:00
f878063015 Only set fullpage state to false if the page is actually fullpage 2020-05-09 22:24:42 +02:00
b79593a372 Fetch tags when building in ci to display proper versions 2020-05-09 22:09:46 +02:00
bd351550ee Fix loading state for kanban board 2020-05-09 22:08:18 +02:00
15edfe0a49 Fix version console log when compiling for Docker 2020-05-09 21:57:59 +02:00
ce1bfba5fd Don't show the llama background when on mobile 2020-05-09 21:46:28 +02:00
f75c3ed4f7 Fix drone config 2020-05-09 21:42:29 +02:00