Commit Graph

8 Commits

Author SHA1 Message Date
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: vikunja/frontend#126
2020-05-08 18:43:51 +00:00
d6642550bd
Add input length validation for team names 2020-04-26 18:32:34 +02:00
1170e030f6 Use message mixin for handling success and error messages (#51)
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#51
2020-01-30 21:47:08 +00:00
1f504b1e6d
Fixed team creating not working 2019-10-26 14:19:56 +02:00
9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
e094b654e2 New design (#14) 2018-12-25 15:03:51 +00:00
74455b058a Delay loading animation (#8) 2018-11-27 10:23:50 +00:00
61867fc787
Added methods to create a new teams 2018-09-14 19:19:50 +02:00