1
0

9415 Commits

Author SHA1 Message Date
kolaente
a99367bc5f
Fix release trigger 2020-07-14 14:45:16 +02:00
kolaente
b07bbe4474
Switch release bucket to scaleway s3 2020-07-14 13:45:57 +02:00
kolaente
c47d5c7228
Switch s3 release bucket to scaleway 2020-07-14 13:43:35 +02:00
kolaente
3d709e3bb7
Update docs with testmail command + reorder 2020-07-14 09:34:32 +02:00
renovate
3a9360a57b Update golang.org/x/crypto commit hash to 948cd5f (#609)
Update golang.org/x/crypto commit hash to 948cd5f

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/609
2020-07-10 08:21:21 +00:00
kolaente
6a6aabae3b
Revert "Start adding easymde icons"
This reverts commit 0ccb971c
2020-07-10 10:19:21 +02:00
kolaente
0ccb971c5c
Start adding easymde icons 2020-07-09 19:14:35 +02:00
kolaente
c1ba0f7868
Disabele spellcheck on bucket titles 2020-07-09 19:01:00 +02:00
renovate
a113884928 Update dependency vue-drag-resize to v1.4.1 (#182)
Update dependency vue-drag-resize to v1.4.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/182
2020-07-09 16:31:51 +00:00
renovate
e6b8ad5a51 Update dependency lodash to v4.17.19 (#181)
Update dependency lodash to v4.17.19

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/181
2020-07-08 18:13:01 +00:00
renovate
80f842a34e Update dependency lodash to v4.17.18 (#180)
Update dependency lodash to v4.17.18

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/180
2020-07-08 17:11:25 +00:00
renovate
00e3a9921b Update dependency lodash to v4.17.17 (#179)
Update dependency lodash to v4.17.17

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/179
2020-07-08 13:04:53 +00:00
renovate
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
renovate
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
kolaente
9e189c5afd
Include fonts css in the main css bundle 2020-07-07 22:16:13 +02:00
konrad
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
kolaente
d23f07d5ac
Fix task layout in kanban 2020-07-07 22:02:44 +02:00
kolaente
792a80ab44
Fix task list if it has tasks with a long unbreakable title 2020-07-07 21:38:59 +02:00
renovate
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
kolaente
2a4a622518
0.14.1 release preparations 2020-07-07 10:58:03 +02:00
konrad
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
kolaente
96f366f5e7
Add docs about using vikunja with utf-8 characters 2020-07-06 21:53:26 +02:00
kolaente
d43427623c
Mark tasks as done from the kanban board with ctrl+click 2020-07-05 21:29:14 +02:00
kolaente
7346ded459
Add app shortcuts when using vikunja as pwa 2020-07-05 21:19:45 +02:00
kolaente
78791f31a4
Fix parsing todoist reminder dates 2020-07-05 20:49:29 +02:00
kolaente
ec3fa9300b
Fix parsing todoist reminder dates 2020-07-05 17:48:36 +02:00
kolaente
5e170e14cc
Fix checking for existing migration from other services 2020-07-05 17:31:15 +02:00
kolaente
9fa7e30a0a
update theme 2020-07-05 15:25:25 +02:00
kolaente
5455c28d56
Add notice to a list if it has no tasks 2020-07-04 19:12:15 +02:00
kolaente
6a4164513f
Automatically scroll to the bottom of a bucket after adding a new task to it 2020-07-04 19:08:01 +02:00
kolaente
e66c8bf6b3
Don't cache everything in the service worker, only explicitly assets 2020-07-04 18:58:29 +02:00
jtojnar
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
renovate
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
kolaente
3c6c5ff845
Make task list, teams and settings pages max width of $desktop and centered 2020-07-03 19:37:20 +02:00
renovate
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
kolaente
ae12871bd7
Fix decoding active users from redis 2020-07-02 23:19:03 +02:00
kolaente
7141050f8b
Make sure the metrics map accesses only happen explicitly 2020-07-02 21:16:39 +02:00
renovate
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
kolaente
c68886e1c0
Prevent loading the list + kanban board again when closing the task popup 2020-07-01 19:16:01 +02:00
kolaente
cfe77268e1
0.14.0 release preparations 2020-07-01 17:30:05 +02:00
kolaente
5d900fd40d
0.14.0 release preparations 2020-07-01 17:12:49 +02:00
kolaente
f57b7e989f
Fix updating the index when moving a task 2020-07-01 16:54:18 +02:00
kolaente
556ccd68c1
Set the list identifier when creating a new task 2020-07-01 11:17:18 +02:00
kolaente
cc904f07aa
Always break kanban card titles 2020-07-01 11:11:26 +02:00
kolaente
7800a25544
Fix notifications not using task title 2020-07-01 08:39:31 +02:00
konrad
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
konrad
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
kolaente
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
kolaente
9750a23dbe
Make the db timezone migration mysql compatible 2020-06-30 11:29:47 +02:00
kolaente
1c93aab7e0
Fix not loading timezones on all operating systems 2020-06-30 09:55:46 +02:00