1
0

9275 Commits

Author SHA1 Message Date
renovate
4e401f754c Update dependency vue-easymde to v1.2.2 (#187)
Update dependency vue-easymde to v1.2.2

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/187
2020-07-15 18:47:40 +00:00
renovate
7207aa60fb Update module src.techknowlogick.com/xgo to v1 (#613)
Update module src.techknowlogick.com/xgo to v1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/613
2020-07-15 06:32:48 +00:00
renovate
9069a318d1 Update dependency marked to v1.1.1 (#185)
Update dependency marked to v1.1.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/185
2020-07-14 21:10:33 +00:00
renovate
1c6abfc214 Pin dependencies (#184)
Pin dependencies

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/184
2020-07-14 20:07:00 +00:00
renovate
2b9af951bf Update src.techknowlogick.com/xgo commit hash to 96de19c (#612)
Update src.techknowlogick.com/xgo commit hash to 96de19c

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/612
2020-07-14 19:58:42 +00:00
kolaente
cf203faf01
Add loading spinner when duplicating a list 2020-07-14 21:33:54 +02:00
konrad
3874355953 Add easymde & markdown preview for editing descriptions and comments (#183)
Make sure no text from previous mounts is left in the editor text field

Make preview not the default when rendering descrition settings

Add option to show editor by default while still having the option to show preview

Add option to show editor by default while still having the option to show preview

Use editor component for edit labels

Use editor component for edit team

Use editor component for edit namespace

Use editor component for edit list

Use editor component for edit task

Make sure we find all checkboxes

Fix checking wrong checkbox

Make finding and replacing checkboxes in a function actually work

Add upading text with checked checkboxes

Lazy load editor

Remove preview since we have a better one

Make easymde smaller by default

Add image upload from comments

Rename easymde component to editor

Only show preview button if editing is currently active

Make editor tabs look better when commenting

Make comments meta look better

Don't try to update if the value was initially set

Use editor to render and edit comments

Make preview optional

Make tabs look better

Don't switch to preview after editing

Centralize attachment state

Render markdown by default

Fix title being "null"

Fix loading attachment images

Add standalone preview

Fix callback url

Add onsuccess callback

Add file upload

Fix date parsing once and for all

Add more props for upload and such

Fix editor border color

Fix changing text after mounting

Add link to guide

Fix sizing of icons

Add timeout for changes

Add all easymde icons

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/183
2020-07-14 19:26:05 +00:00
renovate
c84efcbbcc Update src.techknowlogick.com/xgo commit hash to 7c2e3c9 (#611)
Update src.techknowlogick.com/xgo commit hash to 7c2e3c9

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/611
2020-07-14 17:59:50 +00:00
kolaente
092aae3260
Add config option to force ssl connections to connect with the mailer 2020-07-14 17:30:39 +02:00
renovate
222582fb0c Update module spf13/afero to v1.3.2 (#610)
Update module spf13/afero to v1.3.2

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/610
2020-07-14 13:19:46 +00:00
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