Commit Graph

14 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
99c10d49be TOTP (#109)
All checks were successful
continuous-integration/drone/push Build is passing
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
27e2839f4c
Work around browsers preventing Vue bindings from working with autofill (Fixes #78)
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-02 21:53:18 +02:00
604488c68c Fix using the error data prop in components (#53)
All checks were successful
continuous-integration/drone/push Build is passing
Fix error msg data props everywhere

Fix error msg data props

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #53
2020-01-31 15:33:14 +00:00
eb15046c5e
Added labels for login and register inputs
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-19 16:27:56 +02: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
74455b058a Delay loading animation (#8)
All checks were successful
the build was successful
2018-11-27 10:23:50 +00:00
d27b5d6870
Fixed a bug where it tried to verify an email when there wasn't any
All checks were successful
the build was successful
2018-11-06 10:39:54 +01:00
89023908b5 Add user email verification when registering (#3)
All checks were successful
the build was successful
2018-11-01 22:58:59 +00:00
c0d5f6e99a Add password reset (#1)
All checks were successful
the build was successful
2018-11-01 21:34:29 +00:00
d1155adc05
Reorganized assets 2018-09-11 07:02:32 +02:00
bdca3a01fb
Small improvements to login and register pages 2018-09-09 19:53:08 +02:00
46aec7b4ca
Added register page
All checks were successful
the build was successful
2018-09-08 22:27:13 +02:00