Commit Graph

20 Commits

Author SHA1 Message Date
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