Commit Graph

35 Commits

Author SHA1 Message Date
f4c552a79f User Data Export and import (#699)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#699
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-09-04 19:26:38 +00:00
dpschen
0660129b41 feat: provide global variables in all components (#669)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#669
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-08-23 16:39:11 +00:00
dc04c1b256 User account deletion (#651)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#651
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-08-11 19:08:18 +00:00
f0498fd767 Add translations (#562)
Reviewed-on: vikunja/frontend#562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-06-23 23:24:57 +00:00
cdc805c8da
Refactor success and error messages 2021-06-22 22:07:57 +02:00
684fb49aad Update dependency vue-advanced-cropper to v1 (#393)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#393
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-02-05 18:51:06 +00:00
2aceca54ca Move buttons to separate component (#380)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#380
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-17 17:57:57 +00:00
a8a7f70a3c
Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
ec1b039daa More avatar providers (#200)
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: vikunja/frontend#200
2020-08-02 17:17:29 +00:00
fc4b9d439b
Restructure components 2020-06-17 22:15:59 +02:00
b32976043f
Fix login form on mobile 2020-06-17 09:12:41 +02:00
98fb043e15 Hide hints on start page if a user has tasks (#159)
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: vikunja/frontend#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 2020-06-15 10:44:47 +02:00
c3ba068dd7
Hide totp settings if it is disabled server side 2020-05-29 18:49:50 +02:00
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
99c10d49be TOTP (#109)
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: vikunja/frontend#109
2020-04-17 23:46:07 +00:00
a75670e4f0 Add user settings (#108)
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: vikunja/frontend#108
2020-04-17 20:46:50 +00:00
4a413e7f3c Make all api fields snake_case (#105)
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: vikunja/frontend#105
2020-04-12 21:54:46 +00:00
27e2839f4c
Work around browsers preventing Vue bindings from working with autofill (Fixes #78) 2020-04-02 21:53:18 +02:00
f2fec2030e
Fix error notification still being shown on password reset pages despite no error 2020-03-23 18:32:06 +01:00
269b80e64e
Fix error container at registration page always being displayed 2020-02-28 22:08:16 +01:00
a4685b50e8 Fix email field type (#58)
Fix email field type

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Reviewed-on: vikunja/frontend#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)
Fix error msg data props everywhere

Fix error msg data props

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#53
2020-01-31 15:33:14 +00:00
eb15046c5e
Added labels for login and register inputs 2019-10-19 16:27: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
a3d1f4ae04 Use email instead of username when resetting a user password (#10) 2018-12-20 12:13:55 +00:00
74455b058a Delay loading animation (#8) 2018-11-27 10:23:50 +00:00
d27b5d6870
Fixed a bug where it tried to verify an email when there wasn't any 2018-11-06 10:39:54 +01:00
89023908b5 Add user email verification when registering (#3) 2018-11-01 22:58:59 +00:00
c0d5f6e99a Add password reset (#1) 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 2018-09-08 22:27:13 +02:00