Guillaume Vincent
90abe71e14
add SET_VERSION mutation
7年前
Guillaume Vincent
40057054d6
add SET_BASE_URL mutation
7年前
Guillaume Vincent
d8a403b3de
add DELETE_PASSWORD mutation
7年前
Guillaume Vincent
a32eb1d966
add SET_PASSWORDS mutations
7年前
Guillaume Vincent
5a3fb01879
update SET_CURRENT_PASSWORD mutation
7年前
Guillaume Vincent
06ffc4b375
test getters and update store
7年前
Guillaume Vincent
154c056338
redesign version button
7年前
Guillaume Vincent
399b0e1f97
simplify options and move version into options
7年前
Guillaume Vincent
8a1e916c23
make option button normal again
7年前
Guillaume Vincent
f7791635f8
remove bottom border for small screen
7年前
Guillaume Vincent
fb9f30515b
bring "forgot password" link closer to the sign in button
7年前
Guillaume Vincent
3e2f86eff0
change export default mutations
7年前
Guillaume Vincent
0054eb78af
move scss import in component
7年前
Guillaume Vincent
c54a9b7d2c
remove profile in state
7年前
Guillaume Vincent
fb52b9b271
refactor mutations
7年前
Guillaume Vincent
9b02cda98b
put import on top of file
7年前
Guillaume Vincent
46472fbd58
move showTooltip in password generator file
7年前
Guillaume Vincent
db5a0d06c0
add SET_DEFAULT_OPTIONS tests
7年前
Guillaume Vincent
70b6a8d434
add SET_CURRENT_PASSWORD_PROFILE tests
7年前
Guillaume Vincent
7142ce3ac5
change default version to version 2
7年前
Guillaume Vincent
af6ad8abab
extract getter out of store.js file
7年前
Guillaume Vincent
1a19d83847
update npm modules
7年前
Guillaume Vincent
457f777638
improve reset message
7年前
Édouard Lopez
1e594ee82e
use serif font on generated-password field
closes #143
7年前
Édouard Lopez
53c342dc90
add dev instruction to documentation
7年前
Guillaume Vincent
b854b220f0
4.3.2
7年前
Guillaume Vincent
787c8a015c
remove primer css in dependencies
7年前
Guillaume Vincent
4c9505d6f4
4.3.1
7年前
Guillaume Vincent
62c61e75e4
build version 4.3.1
7年前
Guillaume Vincent
3ba9054a72
refactor some code between login and password generator page
7年前
Guillaume Vincent
1cfa53a25d
make version button position consistent
7年前
Guillaume Vincent
a28ebd0768
clean login page
7年前
Guillaume Vincent
746d5eaf61
stop npm install everytime user start dev env
7年前
Guillaume Vincent
19dc8ec910
remove unneeded comma
7年前
Guillaume Vincent
a3cc317592
add login test in store mutations
7年前
Guillaume Vincent
7343d66f02
Generate password when hitting Enter
fix https://github.com/lesspass/lesspass/issues/141
7年前
Guillaume Vincent
d5c41f43b6
autocapitalize off is deprecated use 'none'
7年前
Guillaume Vincent
6b71eeb4b6
replace tag by badge
7年前
Guillaume Vincent
4e40be711a
4.3.0
7年前
Guillaume Vincent
85bb990899
build version 4.3.0
7年前
Guillaume Vincent
9f9f5bbcbc
update package.json
7年前
Guillaume Vincent
9fab5dadb5
update bootstrap alpha 6
7年前
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年前