Guillaume Vincent
44e54d81f7
remove ref that does not exist anymore
7 年前
Guillaume Vincent
4935944b6b
add fingerprint on login page
7 年前
Guillaume Vincent
fa39c14dab
clean login page
7 年前
Guillaume Vincent
a0b241932b
ENTER key should submit the login form
fix https://github.com/lesspass/lesspass/issues/135
7 年前
Guillaume Vincent
2994550707
display faked fingerprint
when user type his master password, we should display fingerprint.
Because we should avoid to leak password trivially (see https://github.com/lesspass/lesspass/issues/48 ) we use a random generated master password before the debounce.
7 年前
Guillaume Vincent
68f6c3aa50
extract master password input into a component
7 年前
Guillaume Vincent
28b2f5e4f7
set password search case insensitive
fix https://github.com/lesspass/lesspass/issues/131
7 年前
Guillaume Vincent
af59dd4d26
set mix and max generated password length
fix https://github.com/lesspass/lesspass/issues/133
7 年前
Guillaume Vincent
ce9e1f17c1
add missing css for frontend
fix https://github.com/lesspass/lesspass/issues/130
7 年前
Guillaume Vincent
97f94dfe1c
generate password only when user click on button
7 年前
Guillaume Vincent
b63816eb25
change checkbox when parent version number change
7 年前
Guillaume Vincent
b842240d1f
add tag for login page
7 年前
Guillaume Vincent
3f1a6223aa
use version component and clean login page
7 年前
Guillaume Vincent
23855d91d2
remove non breakable space because element not displayed properly in Android app
8 年前
Guillaume Vincent
ef0dc79dff
allow site or login to be empty
fix https://github.com/lesspass/lesspass/issues/128
8 年前
Guillaume Vincent
8011a0c1ee
clean store
8 年前
Guillaume Vincent
9b89cd75df
start testing mutations
8 年前
Guillaume Vincent
1dd60621d3
clean useless actions
8 年前
Guillaume Vincent
6839457dba
new toggle button for version
fix https://github.com/lesspass/lesspass/issues/122
fix https://github.com/lesspass/lesspass/issues/121
thanks @abe33 for the contribution
8 年前
Guillaume Vincent
fdb6c071e6
focus element on mounted function
8 年前
Guillaume Vincent
ebeba47178
focus login or site field
8 年前
Guillaume Vincent
90f786ac5b
fix error in getDomainName function
8 年前
Guillaume Vincent
5635b36ac8
reduce bundle size
8 年前
Guillaume Vincent
55e3eb552b
redirect 404 page to index
fix https://github.com/lesspass/lesspass/issues/115
8 年前
Guillaume Vincent
e1516b658a
allow user to save default options in localStorage
fix https://github.com/lesspass/lesspass/issues/112
fix https://github.com/lesspass/lesspass/issues/72
8 年前
Guillaume Vincent
618ee7f907
use immutable password
8 年前
Guillaume Vincent
313a6b70ef
fix manual copy of generated password
fix https://github.com/lesspass/lesspass/issues/108
8 年前
Guillaume Vincent
3204743520
show fingerprint after 1 second
fix https://github.com/lesspass/lesspass/issues/113
8 年前
Guillaume Vincent
00b298bba8
remove custom checkbox until bootstrap fix it
fix https://github.com/lesspass/lesspass/issues/107
8 年前
Guillaume Vincent
001c577052
fix pure border component
8 年前
Guillaume Vincent
8c2964c171
hide alert when options displayed
8 年前
Guillaume Vincent
58a30eb7d1
remove ugly border color
8 年前
Derek Shockey
3291a7aee1
Suggested languange changes for the v2 migration warning ( #3 )
8 年前
Guillaume Vincent
e7c17d2126
change button color in different pages
8 年前
Guillaume Vincent
f58dc94a9b
make version more visible and accessible
8 年前
Guillaume Vincent
c41ec1219d
improve user interface
8 年前
Guillaume Vincent
84a92765a3
remove subdomain and protocol
fix https://github.com/lesspass/lesspass/issues/45
8 年前
Guillaume Vincent
5b6f86dfb3
align confirm delete text to the right
8 年前
Guillaume Vincent
e373e9a38d
change password profile delete button to be more user friendly
8 年前
Guillaume Vincent
2de0a83158
reduce min length to 4
fix https://github.com/lesspass/lesspass/issues/98
8 年前
Guillaume Vincent
053a619f4c
clean menu
8 年前
Guillaume Vincent
0134dc407a
use lesspass core v6
8 年前
Adam Harris
be8f52c072
Fix typo on forgot password link ( #1 )
8 年前
Guillaume Vincent
b291b5cc56
see master password help directly inside the component
8 年前
Guillaume Vincent
6661bc73ac
new feature: use master password in log in form
Rather than warn people, they can use master password on log in form.
It generate a LessPass password and replace it before log in.
8 年前
Guillaume Vincent
6ef1e5cf96
fix error in register page
fix https://github.com/lesspass/lesspass/issues/66
Malformed email causes bad error message when registering
8 年前
Guillaume Vincent
96b5fa3e7b
add cursor pointer to icon in the menu
8 年前
Guillaume Vincent
3655d8e8df
remove confirm box and add a long press button
help to fix confirm box that doesn't work on Firefox web extension
https://github.com/lesspass/lesspass/issues/29
8 年前
Guillaume Vincent
6fed273837
remove text in menu because break responsive
8 年前
Guillaume Vincent
512d998c83
Master Password verification images leak password
display fingerprint only when we render password
https://github.com/lesspass/lesspass/issues/48
8 年前