Commit graph

15 commits

Author SHA1 Message Date
kolaente
0dc4e6b95d
Fix trying to load the current tasks even when not logged in (Fixes #133) 2020-05-12 15:08:17 +02:00
konrad
5724b98358 Vuex (#126)
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: https://kolaente.dev/vikunja/frontend/pulls/126
2020-05-08 18:43:51 +00:00
konrad
9b232c7d4f Add Wunderlist migration (#46)
Complete migration flow

Add migration in progress animation

Add handling wunderlist migration flow

Basic migration init structure

Add migrator structure

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/46
2020-01-19 19:23:06 +00:00
konrad
9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
konrad
d7f7058eef Add week and month view for tasks (#15) 2018-12-25 22:41:55 +00:00
konrad
e094b654e2 New design (#14) 2018-12-25 15:03:51 +00:00
konrad
bae9ee5ef9
Fixed task path 2018-12-02 19:33:17 +01:00
konrad
74455b058a Delay loading animation (#8) 2018-11-27 10:23:50 +00:00
konrad
f4e84d4497 Add better looking checkboxes (#6) 2018-11-25 22:20:35 +00:00
kolaente
e700565d82
Fixed trying to load tasks even when the user was not authenticated 2018-11-24 13:38:44 +01:00
kolaente
23dc41b501
Added task overview 2018-11-06 15:54:25 +01:00
konrad
c0d5f6e99a Add password reset (#1) 2018-11-01 21:34:29 +00:00
konrad
5f80cef54f
Home now shows something meaningful 2018-09-09 16:22:02 +02:00
kolaente
0349a4ad4a
Added logout button 2018-09-06 20:01:03 +02:00
kolaente
bb3991a3f5
Added home and login components 2018-09-06 19:46:38 +02:00