Vuex #126

Merged
konrad merged 30 commits from feature/vuex into master 2020-05-08 18:43:52 +00:00

30 Commits

Author SHA1 Message Date
108efee3bb
Merge branch 'master' into feature/vuex
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-08 19:02:22 +02:00
689976d241
Cleanup
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-08 18:39:00 +02:00
91a0b922ce
Move namespaces handling to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-08 18:36:58 +02:00
d7916f250b
Move fullpage setting to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 23:18:14 +02:00
496fb7b1f0
Move online/offline handling to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:58:14 +02:00
5e30faf055
Remove debug log
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:52:44 +02:00
f6a6b58b2a
Fix loading namepaces
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:52:27 +02:00
9755c93151
Rename errorMsg
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:45:12 +02:00
2a0a2ed714
Handle registering through the store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:45:01 +02:00
0bb76984dd
Use store to determine wether or not a user is authenticated on login page
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:28:09 +02:00
a05fb07360
Use store in edit team
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 22:26:51 +02:00
16f7e22ae6
Use store to get the current user's avatar
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:33:41 +02:00
e16bd3acab
Use store to figure out if the current user belongs to a team
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:31:23 +02:00
edd7bfc6db
Use store to figure out if the current user is list admin
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:28:48 +02:00
198cb9e019
Use store to get user info when listing labels 2020-05-07 19:25:12 +02:00
a757d0415d
Use store to get username on home
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:22:47 +02:00
55ea4fd198
Use store to figure out if the user is namespace admin
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:21:23 +02:00
fbf9761d61
Use the store for configuration
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:18:02 +02:00
a19793b06b
Use the store to check if a user is authenticated everywhere
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 19:12:36 +02:00
9913ee7d0d
Only renew token if the user is logged in
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 17:51:31 +02:00
45c245ffb4
Fix renewing auth from jwt token
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 17:49:46 +02:00
7d251036d3
Move logout to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 16:01:30 +02:00
5c3559bfdc
Move renew token to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 15:58:58 +02:00
f91451dfeb
Move log in to store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 15:43:30 +02:00
b07b67da85
Only show enabled migrators
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 14:18:23 +02:00
ba46d520e0
Only show registration button if registration is enabled
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 14:09:07 +02:00
67dd8a820a
Put all config information from the backend in the store
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 14:04:05 +02:00
19aad0531d
Remove old config handler
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 13:52:12 +02:00
e1919284e7
Move config state to seperate module
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-07 12:53:11 +02:00
95ed1645bc
Add vuex and get the motd through it
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-06 22:44:03 +02:00