Commit Graph

18 Commits

Author SHA1 Message Date
5724b98358 Vuex (#126)
All checks were successful
continuous-integration/drone/push Build is passing
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
120d5a8c19
Fix user search bar not hiding in edit team view
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-28 12:09:09 +02:00
623879381b Fix team managment (#121)
Some checks reported errors
continuous-integration/drone/push Build was killed
Fix member/admin button overflowing

Fix changing team member admin status

Fix adding team members

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #121
2020-04-27 10:59:49 +00:00
d6642550bd
Add input length validation for team names
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-26 18:32:34 +02:00
4a413e7f3c Make all api fields snake_case (#105)
All checks were successful
continuous-integration/drone/push Build is passing
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
4f9f3afc34
Better wording for shared settings
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 15:11:14 +01:00
1170e030f6 Use message mixin for handling success and error messages (#51)
All checks were successful
continuous-integration/drone/push Build is passing
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #51
2020-01-30 21:47:08 +00:00
9b0c842ae1 Move everything to models and services (#17)
All checks were successful
the build was successful
2019-03-02 10:25:10 +00:00
e094b654e2 New design (#14)
All checks were successful
the build was successful
2018-12-25 15:03:51 +00:00
fc6aee8373
changed cancel() to be called before handle error
All checks were successful
the build was successful
2018-11-28 10:11:26 +01:00
74455b058a Delay loading animation (#8)
All checks were successful
the build was successful
2018-11-27 10:23:50 +00:00
95b8178496
Design improvments (closes #4)
All checks were successful
the build was successful
2018-11-06 16:53:32 +01:00
4c5be3849f
Fixed some css issues
All checks were successful
the build was successful
2018-10-03 19:05:10 +02:00
4f571ef068
Team edits don't show add members input if the user is not an admin 2018-09-17 08:28:43 +02:00
912e451038
Added methods to add members to a team 2018-09-14 08:41:28 +02:00
9ffa1dd913
Added method to remove a user from a team 2018-09-14 08:29:09 +02:00
87787d299e
fixed tabs 2018-09-14 07:39:54 +02:00
cf1b759439
Added functions to edit a team 2018-09-14 07:38:33 +02:00