Commit Graph

109 Commits

Author SHA1 Message Date
kolaente 624e4e6d27
Fix password reset
continuous-integration/drone/push Build is passing Details
2020-12-30 21:43:43 +01:00
kolaente 97aca96e7e
Fix logging out after reloading the page
continuous-integration/drone/push Build is passing Details
2020-11-02 21:48:09 +01:00
konrad 588b4f507a Refactor app component (#283)
continuous-integration/drone/push Build is passing Details
Fix redirect to home

Move redirect to home to no auth component

Move setup stuff to separate functions

Renew token in authenticated component

Use vue's router object

Move auth type checks to computed properties

Move after route stuff to authenticated content component

More Cleanup

Cleanup

Hide the navigation on mobile in the navigation component

Load namespaces from inside the navigation component

Fix logout

Move not authenticated content to separate component

Fix favoriting lists

Move link share authenticated stuff to separate component

Move authenticated stuff to separate component

Move side navigation to separate component

Move top navigation bar to separate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #283
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-01 17:36:00 +00:00
kolaente a01fc161fa
Remove "collapse menu button" and make the hamburger button always visible
continuous-integration/drone/push Build is passing Details
2020-10-24 17:38:54 +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
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 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
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 d95571309b
Fix bottom padding on kanban
continuous-integration/drone/push Build is passing Details
2020-08-11 20:47:27 +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
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
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
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 0be280aae3
Show legal links from api if configured
continuous-integration/drone/push Build is passing Details
2020-07-18 21:39:30 +02:00
konrad a0b9acee41 Add Page Titles Everywhere (#177)
continuous-integration/drone/push Build is passing Details
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
kolaente d586e15c56
Add option to hide the menu on desktop
continuous-integration/drone/push Build is passing Details
2020-06-25 23:56:41 +02:00
kolaente 8a7ecfa3bb
Check if we have a service worker available before trying to communicate with it
continuous-integration/drone/push Build is passing Details
2020-06-21 13:19:54 +02:00
kolaente 82ac226fc1
Rename routes to follow the same pattern
continuous-integration/drone/push Build is passing Details
2020-06-17 22:24:37 +02:00
kolaente fc4b9d439b
Restructure components
continuous-integration/drone/push Build is failing Details
2020-06-17 22:15:59 +02:00
konrad cf136132e3 Namespaces & Lists Page (#160)
continuous-integration/drone/push Build is passing Details
Center list backgrounds

Better alignment of new namespace and filter button

Make creating new namespace button clear

Hide archived lists unless the user wants it

Make all cards responsive

Cleanup

Show it if a namespace is archived

Show if a list is archived

Fix not updating the list in store after updating the background

Make task cards smaller

Display list backgrounds in cards and look good while doing it

lighter shadow

Change background to stripes

Set list backgrounds as card backgrounds

Add background color check to color appropriatly

Move color check to mixin

Use background color from tasks

Change list card color

Make create new namespace button stick to the right

Shadow all the things

Don't keep list backgrounds set when navigating back

Make links to list clickable

Add seperate page for namespaces

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #160
2020-06-16 22:20:37 +00:00
kolaente 0720f644d0
#PrideMonth
continuous-integration/drone/push Build is passing Details
2020-06-14 22:43:08 +02:00
kolaente b754399489
Redirect the user to login page if the token expired when the tab gets focus again
continuous-integration/drone/push Build is passing Details
2020-06-12 20:11:23 +02:00
kolaente dc29604f94
Only renew user token on tab focus events
continuous-integration/drone/push Build is passing Details
2020-06-12 20:02:32 +02:00
kolaente cd98b41bec
Fix list title on mobile
continuous-integration/drone/push Build is passing Details
2020-06-12 19:32:37 +02:00
kolaente 3441072c2c
Show list background when viewing a link share
continuous-integration/drone/push Build is passing Details
2020-05-31 21:31:42 +02:00
konrad 4b3f92ae34 Custom backgrounds for lists (#144)
continuous-integration/drone/push Build is passing Details
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
konrad d7b4b2189a Ensure consistent naming of title fields (#134)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into fix/title-fields

Change task text field to title

Change namespace name field to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #134
2020-05-16 10:31:16 +00:00
kolaente c4b92a8f52
Fix redirect when not logged in
continuous-integration/drone/push Build is failing Details
2020-05-16 12:02:30 +02:00
kolaente d0f6a4ce99
Better responsive layout for unauthenticated pages
continuous-integration/drone/push Build is passing Details
2020-05-12 15:18:37 +02:00
kolaente b876a4d4dc
Fix redirecting for unauthenticated pages to login
continuous-integration/drone/push Build is passing Details
2020-05-12 15:17:47 +02:00
kolaente 0dc4e6b95d
Fix trying to load the current tasks even when not logged in (Fixes #133)
continuous-integration/drone/push Build is passing Details
2020-05-12 15:08:17 +02:00
kolaente 495350fa83
Fix not redirecting to login page after logging out
continuous-integration/drone/push Build is passing Details
2020-05-09 22:31:33 +02:00
kolaente f878063015
Only set fullpage state to false if the page is actually fullpage
continuous-integration/drone/push Build is passing Details
2020-05-09 22:24:42 +02:00
kolaente 8ae03fa6e9
Highlight the current list when something list related is called
continuous-integration/drone/push Build is failing Details
2020-05-08 21:07:33 +02:00
konrad 5724b98358 Vuex (#126)
continuous-integration/drone/push Build is passing Details
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
kolaente b043369245
Fix navigating back to list view after deleting a task
continuous-integration/drone/push Build is passing Details
2020-04-30 12:49:42 +02:00
konrad c7845bb9c1 Kanban (#118)
continuous-integration/drone/push Build is passing Details
Add error message when trying to create an invalid new task in a bucket

Prevent creation of new buckets if the bucket title is empty

Disable deleting a bucket if it's the last one

Disable dragging tasks when they are being updated

Fix transition when opening tasks

Send the user to list view by default

Show loading spinner when updating multiple tasks

Add loading spinner when moving tasks

Add loading animation when bucket is loading / updating etc

Add bucket title edit

Fix creating new buckets

Add loading animation

Add removing buckets

Fix creating a new bucket after tasks were moved

Fix warning about labels on tasks

Fix labels on tasks not updating after retrieval from api

Fix property width

Add closing and mobile design

Make the task detail popup look good

Move list views

Move task detail view in a popup

Add link to tasks

Add saving the new task position after it was moved

Fix creating new bucket

Fix creating a new task

Cleanup

Disable user selection for task cards

Fix drag placeholder

Add dragging style to task

Add placeholder + change animation duration

More cleanup

Cleanup / docs

Working of dragging and dropping tasks

Adjust markup and styling for new library

Change kanban library to something that works

Add basic calculation of new positions

Don't try to create empty tasks

Add indicator if a task is done

Add moving tasks between buckets

Make empty buckets a little smaller

Add gimmick for button description

Fix color

Fix scrolling bucket layout

Add creating a new bucket

Add hiding the task input field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #118
2020-04-25 23:11:34 +00:00
konrad 99c10d49be TOTP (#109)
continuous-integration/drone/push Build is passing Details
Fix not telling the user about invalid totp passcodes when logging in

Add disabling totp authentication

Add totp passcode when logging in

Add totp settings

Add general post method function

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #109
2020-04-17 23:46:07 +00:00
konrad a75670e4f0 Add user settings (#108)
continuous-integration/drone/push Build is passing Details
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #108
2020-04-17 20:46:50 +00:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #105
2020-04-12 21:54:46 +00:00
kolaente 066cd63771
Schedule token renew every minute
continuous-integration/drone/push Build is passing Details
2020-04-04 18:29:36 +02:00
konrad 724275e653 Table View for tasks (#76)
continuous-integration/drone/push Build is passing Details
Save sort order to local storage

Save selected columns to localStorage

Loading spinner

More sorting

Add sorting

Styling and hiding of column filter

Add checkbox to show/hide columns

Use fancycheckbox everywhere

Fix is done badge

Change sort order in table view

Add is done column to table

Better text handling

Refactor is done into seperate component

Add pagination to table view

Add assignees to table view

Fix redirecting to table view

Add date tooltip to date field

Add date tooltip to date field

labels for table view

Styling

Add basic table view

Extend priority label

Split list view in mixins

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #76
2020-04-01 20:13:57 +00:00
konrad cafb960c8d Colors for lists and namespaces (#74)
continuous-integration/drone/push Build is passing Details
Show colors for namespaces bigger

Show colors for lists and namespaces

Add changing color for lists

Add changing color for namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #74
2020-03-25 21:27:29 +00:00
konrad 7d2bd192ab Add support for archiving lists and namespaces (#73)
continuous-integration/drone/push Build is passing Details
Use fancy checkbox for archiving namespace

Show is archived badge for namespaces

Fix is archived badge in navigation bar

Add check to filter out archived lists or namespaces

Show if a list is archived in menu

Hide edit task if the list is archived

Hide marking tasks as done if the list is archived

Show is archived message on list

Add archiving a list

Add archiving a namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #73
2020-03-22 20:40:13 +00:00
kolaente 5972476735
Add undo button to notification when marking a task as done
continuous-integration/drone/push Build is passing Details
2020-03-02 21:19:26 +01:00
kolaente 00c1ed7ad7
Move "Next Week" section in menu below "Next Month"
continuous-integration/drone/push Build is passing Details
2020-02-14 17:38:48 +01:00
kolaente 6324fc384b
Move the Vikunja logo to the hamburger menu on mobile
continuous-integration/drone/push Build is passing Details
2020-02-09 15:29:55 +01:00
kolaente 05da96e545
Use the same method everywhere to calculate the avatar url
continuous-integration/drone/push Build is passing Details
2020-02-09 13:28:33 +01:00
kolaente 783401723a
Better default profile image 2020-02-09 13:16:34 +01:00