Commit Graph

28 Commits

Author SHA1 Message Date
a8a7f70a3c
Cleanup code & make sure it has a common code style
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-05 22:35:52 +02:00
ec1b039daa More avatar providers (#200)
All checks were successful
continuous-integration/drone/push Build is passing
Reload the avatar after changing it

Hide cropper after upload

Fix aspect ratio

Add loading variable

Move avatar settings to seperate component

Add avatar crop

Fix avatar upload

Add avatar file upload

Add abstract methods for file upload

Add saving avatar status

Add avatar setting

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #200
2020-08-02 17:17:29 +00:00
fc4b9d439b
Restructure components
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-17 22:15:59 +02:00
b32976043f
Fix login form on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 09:12:41 +02:00
98fb043e15 Hide hints on start page if a user has tasks (#159)
All checks were successful
continuous-integration/drone/push Build is passing
Format

Add migration to Settings

Merge branch 'master' into feature/hide-hints

Hide hints on start page if a user has tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #159
2020-06-15 16:47:17 +00:00
f10eaf9b28
Don't try to make a request to get the totp status if its disabled
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-15 10:44:47 +02:00
c3ba068dd7
Hide totp settings if it is disabled server side
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-29 18:49:50 +02:00
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
a75670e4f0 Add user settings (#108)
All checks were successful
continuous-integration/drone/push Build is passing
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #108
2020-04-17 20:46:50 +00: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
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
f2fec2030e
Fix error notification still being shown on password reset pages despite no error
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-23 18:32:06 +01:00
269b80e64e
Fix error container at registration page always being displayed
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-28 22:08:16 +01:00
a4685b50e8 Fix email field type (#58)
All checks were successful
continuous-integration/drone/push Build is passing
Fix email field type

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Reviewed-on: #58
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-02-17 17:28:46 +00: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
a3d1f4ae04 Use email instead of username when resetting a user password (#10)
All checks were successful
the build was successful
2018-12-20 12:13:55 +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
fce1a9287a
Small design improvements 2018-09-08 23:33:09 +02:00
46aec7b4ca
Added register page
All checks were successful
the build was successful
2018-09-08 22:27:13 +02:00