1
0

10104 Commits

Author SHA1 Message Date
konrad
6a00c31c3d List Background upload (#151)
Formatting

Show loading if a file is uploading

Only show image files in upload

Hide background settings if none are available

Fix showing uploaded background after uploading a new one

Add background upload

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/151
2020-06-11 17:27:21 +00:00
konrad
ef01e8807e Task FIlters (#149)
Set done filter based on passed params

Make due date filter actually work

Move filters into seperate config

Merge branch 'master' into feature/task-filters

Change done task filter text

Make sure done tasks are always shown in table view

Table view filter improvements

Add done filter to table view

Fix indent

Add filter icon

Move search and filter container

Add filter for done tasks

Hide done tasks by default

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/149
2020-06-11 15:34:13 +00:00
renovate
bd11c9650e Update module lib/pq to v1.7.0 (#581)
Update module lib/pq to v1.7.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/581
2020-06-08 21:17:38 +00:00
renovate
55afb7adc4 Update dependency eslint to v7.2.0 (#148)
Update dependency eslint to v7.2.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/148
2020-06-08 17:42:01 +00:00
renovate
0780a83431 Update dependency bulma to v0.9.0 (#150)
Update dependency bulma to v0.9.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/150
2020-06-08 17:40:13 +00:00
kolaente
32a5dff78d
Fix migration to add position to task
Signed-off-by: kolaente <k@knt.li>
2020-06-07 18:28:49 +02:00
renovate
8ef2da8f5f Update module stretchr/testify to v1.6.1 (#580)
Update module stretchr/testify to v1.6.1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/580
2020-06-05 13:26:48 +00:00
renovate
60e802d77f Update module go-redis/redis/v7 to v7.4.0 (#579)
Update module go-redis/redis/v7 to v7.4.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/579
2020-06-05 13:26:35 +00:00
renovate
966acf51d8 Update golang.org/x/crypto commit hash to 70a84ac (#578)
Update golang.org/x/crypto commit hash to 70a84ac

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/578
2020-06-05 13:26:21 +00:00
kolaente
3c45f34f78
Add border to colorpicker (fixes #146) 2020-06-04 13:59:32 +02:00
kolaente
23d73adeae
Add mention of unsplash in the background settings 2020-06-03 21:01:47 +02:00
renovate
b5b84e6bbd Update golang.org/x/crypto commit hash to 279210d (#577)
Update golang.org/x/crypto commit hash to 279210d

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/577
2020-06-03 08:53:09 +00:00
renovate
cd9220dc75 Update dependency vue-easymde to v1.2.1 (#145)
Update dependency vue-easymde to v1.2.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/145
2020-06-03 08:52:45 +00:00
kolaente
36a02a3f62
Fix kanban tasks with backgrounds 2020-06-03 10:50:58 +02:00
renovate
f72aa4e52f Update src.techknowlogick.com/xgo commit hash to a09175e (#576)
Update src.techknowlogick.com/xgo commit hash to a09175e

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/576
2020-06-02 07:33:43 +00:00
renovate
d9f1d456d3 Update src.techknowlogick.com/xgo commit hash to eeb7c0a (#575)
Update src.techknowlogick.com/xgo commit hash to eeb7c0a

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/575
2020-06-02 06:39:25 +00:00
renovate
67f4c9f941 Update module src.techknowlogick.com/xormigrate to v1.2.1 (#574)
Update module src.techknowlogick.com/xormigrate to v1.2.1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/574
2020-06-01 10:33:58 +00:00
kolaente
66b73f669b
Don't show a success message if it is obvious the action has been successful 2020-06-01 00:12:13 +02:00
kolaente
25579f5da2
Don't show a success message if it is obvious the action has been successful 2020-06-01 00:09:21 +02:00
kolaente
5a7c07ca4d
Don't try to fetch the initial unsplash results when unsplash backgrounds are disabled 2020-05-31 23:39:08 +02:00
kolaente
d63666cece
Fix getting unsplash thumbnails for non "photo-*" urls 2020-05-31 22:40:27 +02:00
kolaente
d8a6acda96
Fix proxying unsplash images (security) 2020-05-31 22:36:25 +02:00
kolaente
0b154936e7
Use the right Id when loading unsplash thumbnails 2020-05-31 22:08:18 +02:00
kolaente
03ef48a0ae
Properly ping unsplash when using unsplash images 2020-05-31 22:06:59 +02:00
kolaente
6b6b0af819
Fix error when adding a background to a list which did not have one before 2020-05-31 21:38:07 +02:00
kolaente
3441072c2c
Show list background when viewing a link share 2020-05-31 21:31:42 +02:00
konrad
4b3f92ae34 Custom backgrounds for lists (#144)
Make backgrounds list responsive

Show initial collection of backgrounds

Remove test data

Fix "backgroundInformation is null" when navigating

Fix kanban height

Remove debug log

Move list title to top header

Add styling for title in top header

Set the current list (and background) when loading settings

Only load the background if it changed

Make task detail view look good again

Fix bottom spacing

Make list and table view look good again

Make pages with background at least 100vh

Fix kanban height

Make extra buttons look good again

Move list title and view-switcher in one row

Add styling for backgrounds

Set background globally

Add getting list background and putting it in vuex

Add setting list background

Move list background setting to seperate list

Add search timeout to not search on every keypress

Add getting thumbnails through api

Add basic search for unsplash backgrounds

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/144
2020-05-31 19:17:10 +00:00
renovate
7fc0756b01 Update dependency vue-router to v3.3.2 (#142)
Update dependency vue-router to v3.3.2

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/142
2020-05-31 19:00:51 +00:00
kolaente
8f35b9d579
Set unsplash empty collection caching to one hour 2020-05-31 20:50:51 +02:00
kolaente
ebfa982c72
Fix misspell 2020-05-31 18:12:32 +02:00
kolaente
2fa4fcc202
Fix caching of initial unsplash results per page 2020-05-31 18:09:46 +02:00
kolaente
ad67154e26
Add cache for initial unsplash collection 2020-05-31 17:59:39 +02:00
kolaente
250c45d1b9
Remove migration dependency to models 2020-05-30 17:09:35 +02:00
kolaente
dc036d44db
Update theme 2020-05-30 17:00:52 +02:00
renovate
9c4c265767 Update alpine Docker tag to v3.12 (#573)
Update alpine Docker tag to v3.12

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/573
2020-05-29 21:44:01 +00:00
kolaente
cc51ea8c61
Fix typo when no upcoming tasks are available 2020-05-29 23:12:38 +02:00
kolaente
a525787ab7
Update and fix staticcheck 2020-05-29 22:15:21 +02:00
kolaente
aae1bc3cab
Load the list when setting a background 2020-05-29 22:12:16 +02:00
kolaente
42ddee8d6f
Add logging if downloading an image from unsplash fails 2020-05-29 22:11:49 +02:00
renovate
54b18b3c59 Update module lib/pq to v1.6.0 (#572)
Update module lib/pq to v1.6.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/572
2020-05-29 17:47:28 +00:00
kolaente
c3ba068dd7
Hide totp settings if it is disabled server side 2020-05-29 18:49:50 +02:00
kolaente
5a04f1ecf4
Add option to disable totp for everyone 2020-05-29 17:15:59 +02:00
kolaente
bc603605a7
Fix error messages when trying to update tasks in kanban if kanban hasn't been opened yet 2020-05-29 16:34:29 +02:00
kolaente
32984b88a3
Fix saving list view if not present in browser 2020-05-29 16:33:57 +02:00
kolaente
a0fb8bd32d
Add unsplash image proxy for images and thumbnails 2020-05-29 15:33:46 +02:00
konrad
c685250c96 Add test mail command (#571)
Add test mail command

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/571
2020-05-29 13:10:06 +00:00
renovate
9ea1104764 Update module stretchr/testify to v1.6.0 (#570)
Update module stretchr/testify to v1.6.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/570
2020-05-29 09:37:34 +00:00
renovate
fe8f0ecd67 Update dependency vue-router to v3.3.1 (#141)
Update dependency vue-router to v3.3.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/141
2020-05-29 09:37:25 +00:00
kolaente
2ef2c7523d
Also return unsplash info when searching 2020-05-27 22:12:12 +02:00
renovate
58eec4939e Update vue monorepo to v4.4.1 (#140)
Update vue monorepo to v4.4.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/140
2020-05-27 08:47:30 +00:00