Commit Graph

14181 Commits

Author SHA1 Message Date
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
konrad e5e30d0915 List Backgrounds (#568)
Return the updated list when setting a list background

Add swagger docs for unsplash methods

Add unsplash info to search results

Fix misspell

Fix lint

Add rights check for setting and getting backgrounds

Show unsplash information when loading a single list

Make application id for pingbacks configurable

Remove old backgrounds when setting a new one

Return 404 if the list does not have a background

Implement getting list backgrounds

Implement actually setting a photo from unsplash as list background

go mod tidy

Add migration for background file id

Roughly implement setting a list background from unsplash

Implement saving a background

Add migration for unsplash photo table

Add unsplash search

Fix parsing page param

Fix parsing page param

Fix background config

Add unsplash wrapper library

Add enabled background providers to info endpoint

Add config options for backgrounds

Add unsplash background provider

Add routing handler for backgrounds

Add basic background provider interface

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/568
2020-05-26 20:07:55 +00:00
kolaente 405dd1c1a6
Fix getting migration status 2020-05-24 15:49:58 +02:00
kolaente 991de38980
Add todoist migrator to the frontend 2020-05-24 15:31:27 +02:00
kolaente c37b776f7a
Add docker setup guide from start to finish 2020-05-24 13:50:17 +02:00
kolaente e9bc3246ce
Add todoist migrator to available migrators in info endpoint if it is enabled 2020-05-24 12:51:38 +02:00
konrad e89e6d47d4 Todoist Migration (#566)
Add swagger docs + fix lint

Add parsing logic + fix fixtures

Fix test init

Add logging to creating labels and debug logs

Add creating labels when migrating

Finish test fixtures

Started adding fixtures for testing

Add method and test structures to convert todoist to vikunja

Add basic structure to migrate everything

Add all structs for todoist api

Add docs for config options

Add routes for todoist migrator

Add api token exchange

Add basic structure for todoist migration

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/566
2020-05-23 20:50:54 +00:00
kolaente 292c815000
Add restarting commands to all example docker compose files 2020-05-23 19:34:44 +02:00
kolaente f0b1de5ec6
Use the db logger instance for logging migration related stuff 2020-05-23 18:33:11 +02:00
renovate 0c77c591e4 Update dependency eslint to v7.1.0 (#139)
Update dependency eslint to v7.1.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/139
2020-05-23 09:54:47 +00:00
kolaente 4204af255c
Add ability to run the docker container with configurable user and group ids 2020-05-22 21:18:11 +02:00
kolaente fa37d5bf59
Add changing the uid and gid in docker through env variables 2020-05-22 18:11:20 +02:00
kolaente 0953400321
Enable resetting search input 2020-05-22 17:32:18 +02:00
kolaente 8592652e5b
Save list view per list and not globally 2020-05-22 17:28:26 +02:00
kolaente 68e6b23610
Remove old tasks when loading list view 2020-05-21 11:36:42 +02:00
kolaente a4bc95902a
Fix trying to load kanban buckets if the kanban board is not in focus 2020-05-21 11:35:09 +02:00
kolaente 0d94386e99
Fix gantt chart not updating when navigating between lists 2020-05-21 11:19:44 +02:00
kolaente 12727900de
Remember list view when navigating between lists 2020-05-21 11:13:19 +02:00
renovate b0948a37d4 Update module go-redis/redis/v7 to v7.3.0 (#565)
Update module go-redis/redis/v7 to v7.3.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/565
2020-05-21 08:56:39 +00:00
renovate 978e7b4acb Update dependency vue-router to v3.2.0 (#137)
Update dependency vue-router to v3.2.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/137
2020-05-19 17:28:58 +00:00
kolaente cc47d11792
"fix" gocyclo check 2020-05-19 17:41:37 +02:00
kolaente b6b82e6f54
Merge branch 'release/0.13' 2020-05-19 17:28:32 +02:00
kolaente 16ed5fd982
Release preparations 2020-05-19 17:27:37 +02:00
kolaente 24aa68f090
Don't return all tasks when a user has no lists 2020-05-19 17:23:49 +02:00