Commit Graph

437 Commits

Author SHA1 Message Date
kolaente 91c49352b6
Fix editor spacing
continuous-integration/drone/push Build is passing Details
2020-10-18 21:11:54 +02:00
kolaente e1004d218a
Fix long text overflowing in task comments
continuous-integration/drone/push Build is passing Details
Fixes #270
2020-10-18 21:04:28 +02:00
konrad 1935af83c3 Allow setting api url from the login screen (#264)
continuous-integration/drone/push Build is passing Details
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
kolaente 844905b0d9
Make sure to always load the home route when starting the app
continuous-integration/drone/push Build is passing Details
2020-10-08 22:17:41 +02:00
kolaente 5bb8afbde5
Open unsplash author links in a new window
continuous-integration/drone/push Build is passing Details
2020-10-08 22:00:45 +02:00
kolaente 2870f9217e
Show caldav url in settings if it's enabled server side
continuous-integration/drone/push Build is passing Details
2020-10-03 14:58:33 +02:00
kolaente 2c6ec6ec35
Fix due date changes not saved on mobile
continuous-integration/drone/push Build is passing Details
2020-10-03 14:30:26 +02:00
renovate 92965ad4e2 Update dependency eslint-plugin-vue to v7 (#255)
continuous-integration/drone/push Build is passing Details
Fix lint errors

Update dependency eslint-plugin-vue to v7

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: konrad <konrad@kola-entertainments.de>
Reviewed-on: #255
Co-Authored-By: renovate <renovatebot@kolaente.de>
Co-Committed-By: renovate <renovatebot@kolaente.de>
2020-10-02 16:47:45 +00:00
konrad 4defe4c28a Fix Assignees being deleted when adding a due date (#254)
continuous-integration/drone/push Build is passing Details
Use a model to make sure all changes of task assignees are bubbled back up to the task

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #254
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-02 16:40:04 +00:00
kolaente 12fb89ad31
Fix task title input taking up almost no space if empty
continuous-integration/drone/push Build was killed Details
2020-09-28 21:01:37 +02:00
kolaente 0440c2cbed
Fix sort order when marking a task as done from the overview
continuous-integration/drone/push Build was killed Details
2020-09-28 20:37:06 +02:00
kolaente 21968ab86d
Don't create a label through quick add if the title is empty
continuous-integration/drone/push Build was killed Details
2020-09-28 20:20:19 +02:00
konrad 6b1ebbabb7 Saved filters (#239)
continuous-integration/drone/push Build is passing Details
Fix saving

Cleanup

Fix single value prepare

Add prepare percent done stub

Fix populating filters with saved values when editing for single values

Fix populating filters with saved values when editing

Add edit filter view page

Hide adding new tasks to pseudolists

Make sure all filter values are passed as strings as per requirement from the api

Add redirect to list after creating it

Add creating saved filter

Add filter by percent done

Add end date filter

Add start date filter

Add extra checkbox to enable/disable priority filter

Add changing priority

Add more filter stubs

Fix dates for filters

Add saved filter create form

Add include nulls and concat to filter options

Add new saved filter component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #239
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-09-26 21:02:37 +00:00
konrad f2fcf42639 Favorite lists (#237)
continuous-integration/drone/push Build is passing Details
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
kolaente 5a0ef73b54
Only show the list at the end of the task if it was not specially required to show the list
continuous-integration/drone/push Build is passing Details
2020-09-05 23:42:34 +02:00
kolaente 5f5db5f12f
Fix task in list style for tasks with assignees
continuous-integration/drone/push Build is passing Details
2020-09-05 23:41:23 +02:00
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
konrad 4a8b15e7be Favorite tasks (#236)
continuous-integration/drone/push Build is passing Details
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
konrad cac8b09263 Add limits for kanban boards (#234)
continuous-integration/drone/push Build is passing Details
Prevent dropping a task onto a bucket which has its limit reached

Fix closing the dropdown

Add notice to show the limit

Add input to change kanban bucket limit

Add menu item to save bucket limit

Fix parsing dates from the api

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #234
2020-09-04 20:01:02 +00:00
kolaente 71ecdd23e7
Remove html from tooltip
continuous-integration/drone/push Build is passing Details
Resolves #224
2020-08-31 22:36:47 +02:00
kolaente 42500da8a9
Fix archived lists still showing up in the side menu
continuous-integration/drone/push Build is passing Details
2020-08-15 22:28:38 +02:00
kolaente 5705b5afd1
Always focus inputs on kanban when adding a new task or bucket
continuous-integration/drone/push Build is passing Details
2020-08-11 21:04:22 +02:00
kolaente 0ae73c906d
Fix create new bucket button having no margin to the right
continuous-integration/drone/push Build is passing Details
2020-08-11 20:57:55 +02:00
kolaente d95571309b
Fix bottom padding on kanban
continuous-integration/drone/push Build is passing Details
2020-08-11 20:47:27 +02:00
kolaente 282c86f19a
Fix pagination button hover color
continuous-integration/drone/push Build is passing Details
2020-08-11 20:32:17 +02:00
kolaente 219ee29ecf
Fix bottom white margin
continuous-integration/drone/push Build is passing Details
2020-08-11 20:32:05 +02:00
konrad 3c07c6e8c0 Hide UI elements if the user does not have the right to use them (#211)
continuous-integration/drone/push Build is passing Details
Hide Team UI elements if the user does not have the rights to use them

Fix replacing the right saved in the model when updating

Hide UI-Elements on task if the user does not have the rights to use them

Hide UI-Elements on gantt if the user does not have the rights to use them

Hide UI-Elements on kanban if the user does not have rights to use them

Fix canWrite condition

Hide list components if the user has no right to write to the list

Add max right to model

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #211
2020-08-11 18:18:59 +00:00
kolaente 5c9e8b8b0c
Prevent rendering html in tooltips
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2020-08-06 12:28:41 +02:00
kolaente 903cdcc93a
Use team update route to update a team member's admin status
continuous-integration/drone/push Build is passing Details
2020-08-05 17:32:18 +02:00
kolaente b779500240
Fix update available breaking the navbar position
continuous-integration/drone/push Build is passing Details
2020-08-05 17:04:40 +02:00
konrad ec1b039daa More avatar providers (#200)
continuous-integration/drone/push Build is passing Details
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
konrad 617bcea04e Add deferring task's due dates directly from the overview (#199)
continuous-integration/drone/push Build is passing Details
Make the defer popup responsible

Add buttons to defer by 1/3/7 days

Add updating due date

Add update method

Add component to defer the due date from the task overview

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #199
2020-08-01 13:17:10 +00:00
kolaente e4f4df0655
Hide the user menu if clicked outside of it
continuous-integration/drone/push Build is passing Details
2020-07-29 22:01:54 +02:00
kolaente aa67a6971a
Trigger @change when pasting content into editor
continuous-integration/drone/push Build is passing Details
2020-07-29 21:57:35 +02:00
kolaente d9361bcd53
Redirect to current list view on click on list in menu again
continuous-integration/drone/push Build is passing Details
Fixes #196
2020-07-29 13:02:46 +02:00
kolaente b1b5398c56
Add more prefetching of components
continuous-integration/drone/push Build is passing Details
2020-07-28 10:14:42 +02:00
konrad be093e3779 Keyboard Shortcuts (#193)
continuous-integration/drone/push Build is passing Details
Add the keyboard shortcuts button

Add task keyboard shortcuts

Add info

Move keyboard shortcuts modal toggle to menu

Add modal for shortcuts

Add shortkeys for some task actions

Add shortkey to toggle menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #193
2020-07-25 14:52:04 +00:00
kolaente 5521ba7c71
Fix comparing the currently loaded list with the current list to make sure to only load the list if needed
continuous-integration/drone/push Build is passing Details
2020-07-25 15:10:36 +02:00
kolaente 708b057634
Add more debugging when loading lists or buckets
continuous-integration/drone/push Build is failing Details
2020-07-25 15:07:22 +02:00
kolaente dc4f85e808
Fix related tasks list spacing
continuous-integration/drone/push Build is passing Details
2020-07-24 22:20:10 +02:00
kolaente 57d0609577
Put the editor container higher up for task description
continuous-integration/drone/push Build is passing Details
2020-07-24 22:02:46 +02:00
kolaente 7ad24c6d45
Make sure to make the list id from the route an int to not fail the comparison
continuous-integration/drone/push Build is passing Details
2020-07-24 18:47:33 +02:00
konrad b4cdc0b3c4 Add creating labels when creating a task (#192)
continuous-integration/drone/push Build is passing Details
Make sure to wait until all labels were added to modify the task title and remove all label slugs

Create the label if it does not exist

Add getting label and adding it to a newly created task

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #192
2020-07-24 16:39:38 +00:00
kolaente 3acadfc6db
Add debug logs for loading list + kanban buckets
continuous-integration/drone/push Build is failing Details
2020-07-24 10:42:30 +02:00
kolaente a09cefd9f1
Add checkbox to show only tasks which have a due date
continuous-integration/drone/push Build is failing Details
2020-07-22 12:39:07 +02:00
kolaente 8d18ef1dbb
Add options to show tasks in range on the overview pages
continuous-integration/drone/push Build is failing Details
2020-07-22 12:29:03 +02:00
kolaente 0be280aae3
Show legal links from api if configured
continuous-integration/drone/push Build is passing Details
2020-07-18 21:39:30 +02:00
kolaente e3d843cece
Make the task view full width for shares if the list has a background
continuous-integration/drone/push Build is passing Details
2020-07-16 14:54:46 +02:00
kolaente 6662cbe264
Don't show a confusing message if no options are available
continuous-integration/drone/push Build is passing Details
2020-07-15 21:13:59 +02:00
kolaente cf203faf01
Add loading spinner when duplicating a list
continuous-integration/drone/push Build is passing Details
2020-07-14 21:33:54 +02:00