f164f02c30
Update dependency lodash to v4.17.16 ( #178 )
...
Update dependency lodash to v4.17.16
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/178
2020-07-08 11:44:39 +00:00
dd3c4cd032
Update golang.org/x/crypto commit hash to ab33eee ( #608 )
...
Update golang.org/x/crypto commit hash to ab33eee
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/608
2020-07-08 07:12:16 +00:00
9e189c5afd
Include fonts css in the main css bundle
2020-07-07 22:16:13 +02:00
a0b9acee41
Add Page Titles Everywhere ( #177 )
...
Add page titles everywhere
Add global mixin to set page title
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/177
2020-07-07 20:07:13 +00:00
d23f07d5ac
Fix task layout in kanban
2020-07-07 22:02:44 +02:00
792a80ab44
Fix task list if it has tasks with a long unbreakable title
2020-07-07 21:38:59 +02:00
aa06459d27
Update dependency sass-loader to v9.0.2 ( #176 )
...
Update dependency sass-loader to v9.0.2
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/176
2020-07-07 16:06:59 +00:00
2a4a622518
0.14.1 release preparations
2020-07-07 10:58:03 +02:00
4db06ba9a1
Fix creating lists with non ascii characters ( #607 )
...
Fix test name
Fix migrating lists with non utf-8 characters in their name
Fix creating lists with non utf-8 characters
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/607
2020-07-07 07:48:12 +00:00
96f366f5e7
Add docs about using vikunja with utf-8 characters
2020-07-06 21:53:26 +02:00
d43427623c
Mark tasks as done from the kanban board with ctrl+click
2020-07-05 21:29:14 +02:00
7346ded459
Add app shortcuts when using vikunja as pwa
2020-07-05 21:19:45 +02:00
78791f31a4
Fix parsing todoist reminder dates
2020-07-05 20:49:29 +02:00
ec3fa9300b
Fix parsing todoist reminder dates
2020-07-05 17:48:36 +02:00
5e170e14cc
Fix checking for existing migration from other services
2020-07-05 17:31:15 +02:00
9fa7e30a0a
update theme
2020-07-05 15:25:25 +02:00
5455c28d56
Add notice to a list if it has no tasks
2020-07-04 19:12:15 +02:00
6a4164513f
Automatically scroll to the bottom of a bucket after adding a new task to it
2020-07-04 19:08:01 +02:00
e66c8bf6b3
Don't cache everything in the service worker, only explicitly assets
2020-07-04 18:58:29 +02:00
158d98c2bd
Makefile: make add EXTRA_GOFLAG to GOFLAGS ( #605 )
...
Makefile: make add EXTRA_GOFLAG to GOFLAGS
Some commands (`go generate`) only support taking `GOFLAGS` from the environment
but setting `GOFLAGS` environment variable is ineffectual because the variable
of the same name defined in the Makefile shadows it.
We also have a custom `EXTRA_GOFLAGS` variable but we only pass that to `go build`.
Let’s add `EXTRA_GOFLAGS` to the `GOFLAGS` variable in the Makefile to allow passing
custom flags to Go through `EXTRA_GOFLAGS` environment variable.
Co-authored-by: Jan Tojnar <jtojnar@gmail.com >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/605
Reviewed-by: konrad <konrad@kola-entertainments.de >
2020-07-04 16:55:45 +00:00
439bd3330f
Update dependency eslint to v7.4.0 ( #175 )
...
Update dependency eslint to v7.4.0
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/175
2020-07-03 21:34:19 +00:00
3c6c5ff845
Make task list, teams and settings pages max width of $desktop and centered
2020-07-03 19:37:20 +02:00
6a2380ea30
Update dependency sass-loader to v9.0.1 ( #174 )
...
Update dependency sass-loader to v9.0.1
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/174
2020-07-03 14:23:53 +00:00
ae12871bd7
Fix decoding active users from redis
2020-07-02 23:19:03 +02:00
7141050f8b
Make sure the metrics map accesses only happen explicitly
2020-07-02 21:16:39 +02:00
183dc51072
Update dependency sass-loader to v9 ( #173 )
...
Update dependency sass-loader to v9
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/173
2020-07-02 15:04:34 +00:00
c68886e1c0
Prevent loading the list + kanban board again when closing the task popup
2020-07-01 19:16:01 +02:00
cfe77268e1
0.14.0 release preparations
2020-07-01 17:30:05 +02:00
5d900fd40d
0.14.0 release preparations
2020-07-01 17:12:49 +02:00
f57b7e989f
Fix updating the index when moving a task
2020-07-01 16:54:18 +02:00
556ccd68c1
Set the list identifier when creating a new task
2020-07-01 11:17:18 +02:00
cc904f07aa
Always break kanban card titles
2020-07-01 11:11:26 +02:00
7800a25544
Fix notifications not using task title
2020-07-01 08:39:31 +02:00
a9e8a3969b
Add list duplicate ( #172 )
...
Add list duplicate
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/172
2020-06-30 20:53:25 +00:00
1181039249
Duplicate Lists ( #603 )
...
Fix buckets not being duplicated correctly
Fix list id param not working
Add api endpoint
Add swagger docs
Add comment about test
Make duplicating actually work
Add copying link shares
Add copying list backgrounds
Add copying task relations
Add copying task comments
Add copying assignees
Add copying task task label relations
Add copying task attachments
Add duplicating tasks
Add basic struct and methods
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/603
2020-06-30 20:53:14 +00:00
6da137cd4a
Remove go mod vendor todo from pr template now that we don't keep dependencies in the repo anymore
2020-06-30 17:09:18 +02:00
9750a23dbe
Make the db timezone migration mysql compatible
2020-06-30 11:29:47 +02:00
1c93aab7e0
Fix not loading timezones on all operating systems
2020-06-30 09:55:46 +02:00
2693b49e69
Update dependency vuex to v3.5.1 ( #171 )
...
Update dependency vuex to v3.5.1
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/171
2020-06-29 16:07:49 +00:00
d2ea0e3953
Update dependency vuex to v3.5.0 ( #170 )
...
Update dependency vuex to v3.5.0
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/170
2020-06-29 15:08:03 +00:00
53c4637fb6
Update module spf13/afero to v1.3.1 ( #602 )
...
Update module spf13/afero to v1.3.1
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/602
2020-06-28 18:25:51 +00:00
3b2289c8fa
Fix swagger docs
2020-06-28 16:25:46 +02:00
b55b21373c
Update module swaggo/swag to v1.6.7 ( #601 )
...
Update module swaggo/swag to v1.6.7
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/601
2020-06-28 14:11:17 +00:00
53cfa99912
Remove vendored dependencies
2020-06-28 14:00:10 +02:00
f30e720c7b
Update dependency github.com/mattn/go-sqlite3 to v1.14.0
2020-06-28 13:05:33 +02:00
57c84f3adc
Update module go-testfixtures/testfixtures/v3 to v3.3.0 ( #600 )
...
Update module go-testfixtures/testfixtures/v3 to v3.3.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/600
2020-06-28 07:23:55 +00:00
d49cf5635b
Show namespace name in list search field
...
Resolves #169
2020-06-27 23:12:33 +02:00
2820d92ab3
Expose namespace id when querying lists
2020-06-27 23:00:15 +02:00
780a654f65
Update github.com/shurcooL/vfsgen commit hash to 92b8a71 ( #599 )
...
Update github.com/shurcooL/vfsgen commit hash to 92b8a71
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/599
2020-06-27 18:50:08 +00:00
cd588caa02
Fix Datetime Handling ( #168 )
...
Fix task filters
Fix null dates
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/168
2020-06-27 17:04:30 +00:00