1
0

9275 Commits

Author SHA1 Message Date
konrad
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
kolaente
c4b92a8f52
Fix redirect when not logged in 2020-05-16 12:02:30 +02:00
konrad
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
konrad
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
kolaente
92e5e2db6a
Make the _unix suffix optional when sorting tasks 2020-05-15 16:07:36 +02:00
renovate
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
kolaente
333444b4e1
Improve metrics performance 2020-05-15 14:42:32 +02:00
konrad
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
renovate
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
kolaente
f63576960d
0.13 release preperations 2020-05-12 22:16:04 +02:00
kolaente
91a3b7aba2
0.13 release preperations 2020-05-12 22:11:46 +02:00
kolaente
4137d4aed2
Fix creating new things with a link share auth 2020-05-12 15:51:48 +02:00
kolaente
d0f6a4ce99
Better responsive layout for unauthenticated pages 2020-05-12 15:18:37 +02:00
kolaente
b876a4d4dc
Fix redirecting for unauthenticated pages to login 2020-05-12 15:17:47 +02:00
kolaente
0dc4e6b95d
Fix trying to load the current tasks even when not logged in (Fixes #133) 2020-05-12 15:08:17 +02:00
kolaente
cb095d70df
Add explanation to docs about cors 2020-05-12 11:10:07 +02:00
kolaente
e43e601912
Add traefik 2 example configuration 2020-05-11 22:02:15 +02:00
kolaente
cc46809639
Fix sharing rights not displayed correctly 2020-05-11 20:56:35 +02:00
kolaente
55cd40d175
Fix team rights not updating for namespace rights 2020-05-11 18:39:30 +02:00
kolaente
687b8dc824
Remove task in kanban state when removing in task detail view 2020-05-11 17:25:04 +02:00
renovate
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
kolaente
995dec33ea
Add list title in overview page 2020-05-11 16:52:58 +02:00
renovate
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
kolaente
b85f66140b
Fix %done in table view 2020-05-11 11:43:25 +02:00
renovate
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
renovate
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
kolaente
058570c9a7
Make sure the api url does not have a / at the end 2020-05-10 18:26:33 +02:00
kolaente
f524a3efc1
Less explicit matching of api routes for service worker 2020-05-10 18:10:29 +02:00
kolaente
b1de52fc0b
Fix redirecting to list view from task detail 2020-05-09 23:38:32 +02:00
kolaente
2ca8eef4f7
Fix undefined getter for related tasks 2020-05-09 23:32:04 +02:00
kolaente
c2135338d3
Show parent list and namespace for tasks in detail views 2020-05-09 23:28:54 +02:00
kolaente
495350fa83
Fix not redirecting to login page after logging out 2020-05-09 22:31:33 +02:00
kolaente
f878063015
Only set fullpage state to false if the page is actually fullpage 2020-05-09 22:24:42 +02:00
kolaente
b79593a372
Fetch tags when building in ci to display proper versions 2020-05-09 22:09:46 +02:00
kolaente
bd351550ee
Fix loading state for kanban board 2020-05-09 22:08:18 +02:00
kolaente
15edfe0a49
Fix version console log when compiling for Docker 2020-05-09 21:57:59 +02:00
kolaente
ce1bfba5fd
Don't show the llama background when on mobile 2020-05-09 21:46:28 +02:00
kolaente
f75c3ed4f7
Fix drone config 2020-05-09 21:42:29 +02:00
kolaente
8789135eed
Add logging frontend version to console on startup 2020-05-09 21:39:46 +02:00
kolaente
48df1a44e8
Show the list of a related task if it belongs to a different list 2020-05-09 19:33:37 +02:00
kolaente
2d59b0a1b0
Fix date table cell getting wrong data 2020-05-09 19:23:46 +02:00
kolaente
a822a07c89
Open popup detail view when opening from task overview 2020-05-09 19:21:17 +02:00
kolaente
e74c72f486
Don't open task detail in popup for list and table view 2020-05-09 19:19:06 +02:00
kolaente
85a1f9f2a1
Fix listId not defined in list view switcher 2020-05-09 19:15:20 +02:00
konrad
4e42810522 Update tasks in kanban board after editing them in task detail view (#130)
Fix due date disappearing after moving it

Fix removing labels not being updated in store

Fix adding labels not being updated in store

Fix removing assignees not being updated in store

Fix adding assignees not being updated in store

Fix due date not resetting

Fix task attachments not updating in store after being modified in popup view

Fix due date not updating in store after being modified in popup view

Fix using filters for overview views

Fix not re-loading tasks when switching between overviews

Only show undone tasks on task overview page

Update task in bucket when updating in task detail view

Put all bucket related stuff in store

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/130
2020-05-09 17:00:54 +00:00
konrad
8ac158cdb4 Task Filter Fixes (#495)
Fix gocyclo

Fix misspell

Error codes docs

Filter fixes

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/495
2020-05-09 15:48:56 +00:00
kolaente
2270272a8f
Fix using filters for overview views 2020-05-09 15:46:05 +02:00
renovate
def2362682 Update module spf13/viper to v1.7.0 (#494)
Update module spf13/viper to v1.7.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/494
2020-05-09 13:44:17 +00:00
kolaente
18f6e31b54
Fix parsing array style comparators by query param 2020-05-09 15:08:58 +02:00
kolaente
67de7e7c8f
Fix not re-loading tasks when switching between overviews 2020-05-09 14:54:42 +02:00