Commit Graph

29 Commits

Author SHA1 Message Date
1935af83c3 Allow setting api url from the login screen (#264)
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup

Use the http factory everywhere instead of the created element

Use the current domain if the api path is relative to the frontend host

Format

Prevent setting an empty url

Fix styling

Add changing api url

Add change url component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #264
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-11 10:13:35 +00:00
2870f9217e
Show caldav url in settings if it's enabled server side
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-03 14:58:33 +02:00
f2fcf42639 Favorite lists (#237)
All checks were successful
continuous-integration/drone/push Build is passing
Remove/show favorites namespace if a task/list is the first to being marked as favorite

Add special case to prevent marking an archived list as favorite

Add marking a task as favorite  on namespaces page

Prevent toggling the favorite state for the favorites list

Add method to toggle list favorite in the menu

Add favorite icon to lists in menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #237
2020-09-06 14:20:48 +00:00
a8a7f70a3c
Cleanup code & make sure it has a common code style
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-05 22:35:52 +02:00
4a8b15e7be Favorite tasks (#236)
All checks were successful
continuous-integration/drone/push Build is passing
Add loading spinner when updating a task

Show favorites namespace if the favorited task is the first favorite

Show the list favorited tasks belong to

Fix task width

Add method to mark a function as favorite

Make favorite clickable

Format

Hide favorite button when not hovered

Add button to mark a task as favorite

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #236
2020-09-05 20:16:17 +00:00
ec1b039daa More avatar providers (#200)
All checks were successful
continuous-integration/drone/push Build is passing
Reload the avatar after changing it

Hide cropper after upload

Fix aspect ratio

Add loading variable

Move avatar settings to seperate component

Add avatar crop

Fix avatar upload

Add avatar file upload

Add abstract methods for file upload

Add saving avatar status

Add avatar setting

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #200
2020-08-02 17:17:29 +00:00
7ad24c6d45
Make sure to make the list id from the route an int to not fail the comparison
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-24 18:47:33 +02:00
0be280aae3
Show legal links from api if configured
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-18 21:39:30 +02:00
3874355953 Add easymde & markdown preview for editing descriptions and comments (#183)
All checks were successful
continuous-integration/drone/push Build is passing
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: #183
2020-07-14 19:26:05 +00:00
a0b9acee41 Add Page Titles Everywhere (#177)
All checks were successful
continuous-integration/drone/push Build is passing
Add page titles everywhere

Add global mixin to set page title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #177
2020-07-07 20:07:13 +00:00
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