Commit Graph

19 Commits

Author SHA1 Message Date
d49cf5635b
Show namespace name in list search field
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #169
2020-06-27 23:12:33 +02:00
5283f006f5
Fix register
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-21 20:54:57 +02:00
82ac226fc1
Rename routes to follow the same pattern
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 22:24:37 +02:00
98fb043e15 Hide hints on start page if a user has tasks (#159)
All checks were successful
continuous-integration/drone/push Build is passing
Format

Add migration to Settings

Merge branch 'master' into feature/hide-hints

Hide hints on start page if a user has tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #159
2020-06-15 16:47:17 +00:00
6a00c31c3d List Background upload (#151)
All checks were successful
continuous-integration/drone/push Build is passing
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: #151
2020-06-11 17:27:21 +00:00
6b6b0af819
Fix error when adding a background to a list which did not have one before
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-31 21:38:07 +02:00
4b3f92ae34 Custom backgrounds for lists (#144)
All checks were successful
continuous-integration/drone/push Build is passing
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: #144
2020-05-31 19:17:10 +00:00
c3ba068dd7
Hide totp settings if it is disabled server side
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-29 18:49:50 +02:00
bc603605a7
Fix error messages when trying to update tasks in kanban if kanban hasn't been opened yet
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-29 16:34:29 +02:00
a4bc95902a
Fix trying to load kanban buckets if the kanban board is not in focus
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-21 11:35:09 +02:00
c4b92a8f52
Fix redirect when not logged in
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-16 12:02:30 +02:00
687b8dc824
Remove task in kanban state when removing in task detail view
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-11 17:25:04 +02:00
995dec33ea
Add list title in overview page
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-11 16:52:58 +02:00
c2135338d3
Show parent list and namespace for tasks in detail views
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-09 23:28:54 +02:00
bd351550ee
Fix loading state for kanban board
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-09 22:08:18 +02:00
48df1a44e8
Show the list of a related task if it belongs to a different list
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-09 19:33:37 +02:00
4e42810522 Update tasks in kanban board after editing them in task detail view (#130)
All checks were successful
continuous-integration/drone/push Build is passing
Fix due date disappearing after moving it

Fix removing labels not being updated in store

Fix adding labels not being updated in store

Fix removing assignees not being updated in store

Fix adding assignees not being updated in store

Fix due date not resetting

Fix task attachments not updating in store after being modified in popup view

Fix due date not updating in store after being modified in popup view

Fix using filters for overview views

Fix not re-loading tasks when switching between overviews

Only show undone tasks on task overview page

Update task in bucket when updating in task detail view

Put all bucket related stuff in store

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #130
2020-05-09 17:00:54 +00:00
8ae03fa6e9
Highlight the current list when something list related is called
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-08 21:07:33 +02:00
5724b98358 Vuex (#126)
All checks were successful
continuous-integration/drone/push Build is passing
Merge branch 'master' into feature/vuex

Cleanup

Move namespaces handling to store

Move fullpage setting to store

Move online/offline handling to store

Remove debug log

Fix loading namepaces

Rename errorMsg

Handle registering through the store

Use store to determine wether or not a user is authenticated on login page

Use store in edit team

Use store to get the current user's avatar

Use store to figure out if the current user belongs to a team

Use store to figure out if the current user is list admin

Use store to get user info when listing labels

Use store to get username on home

Use store to figure out if the user is namespace admin

Use the store for configuration

Use the store to check if a user is authenticated everywhere

Only renew token if the user is logged in

Fix renewing auth from jwt token

Move logout to store

Move renew token to store

Move log in to store

Only show enabled migrators

Only show registration button if registration is enabled

Put all config information from the backend in the store

Remove old config handler

Move config state to seperate module

Add vuex and get the motd through it

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #126
2020-05-08 18:43:51 +00:00