botsito
0f098bc7d9
Auto build for lesspass-pure
3年前
Guillaume Vincent
3c98188ed6
Remove yarn workspaces
3年前
Peter Dave Hello
071c3934d4
Fix a few places with wrong indentation ( #578 )
3年前
Peter Dave Hello
96af69af3b
Ensure final newline char in text files, following .editorconfig ( #575 )
3年前
Facundo Mainere
02543f26ed
Fix translation error: changed 'Sign in' translation from 'Registrarse' to 'Ingresar'
4年前
botsito
54f1e5c357
Auto build for lesspass-pure
4年前
Guillaume Vincent
e76a41b7c7
Fix e2e tests after MyAccount page creation
4年前
RedBug312
41160e86f5
Improve zh-TW translation
Note: Local terms found at https://terms.naer.edu.tw/
4年前
Guillaume Vincent
2ea5f13b9e
Add auto translation with google translate
4年前
Guillaume Vincent
e77dbd757c
Move ChangePassword view into MyAccount view
4年前
Bianca Rosa
730e7ae0c7
Add change password component
4年前
Guillaume Vincent
f17d1f6c72
Add MyAccount view and separate login from register view
4年前
botsito
25b03c0ebb
Auto build for lesspass-pure
4年前
Guillaume Vincent
8e2dacfb87
Bump version to 9.2.0
4年前
Guillaume Vincent
2eb8eb25c9
Fix e2e tests and update translations
4年前
Minobi
1d7cf0dd51
Add Russian translation
Add Russian translation into lesspass-pure package
4年前
Guillaume Vincent
e70c4bdfe1
Fix authentication workflow
* use refresh token to refresh access token if expired
* change access token duration to 15 minutes
* change refresh token validity to 1 week
Fixes: 539
Fixes: 236
4年前
botsito
2159d55d36
Auto build for lesspass-pure
4年前
Guillaume Vincent
172ab0fa22
Test build commit and deploy for lesspass-pure
4年前
Guillaume Vincent
1aa99a7577
Fix email reset password and update login mechanism
4年前
Guillaume Vincent
f6f0ad0599
Add test watch on lesspass-pure
4年前
Guillaume Vincent
ec0be45b4b
Fix github actions
4年前
Guillaume Vincent
ad6913343b
LessPass version 9.1.9
4年前
Guillaume Vincent
0485ea81be
LessPass version 9.1.8
4年前
Guillaume Vincent
ffc1e50e0a
LessPass version 9.1.7
4年前
Guillaume Vincent
f46a54c65e
LessPass version 9.1.6
4年前
Guillaume Vincent
cf053ae35f
LessPass version 9.1.5
4年前
Mathias L. Baumann
e134350f2b
Fix wrong/incomplete german translations ( #509 )
4年前
jingyu9575
fdbe59e765
Update zh-CN.json ( #498 )
Hi, I propose some changes in the zh-CN translation.
"救" is "save" as in "to save/rescue a people". "Save" as in "to save/store a configuration" should be "保存".
5年前
Guillaume Vincent
668cd2a733
LessPass version 9.1.4
5年前
William Hiver
f2dac3cf89
Add tooltips to menu items ( #485 )
5年前
Guillaume Vincent
c45a1cf38a
LessPass version 9.1.3
5年前
Guillaume Vincent
73b09ec5e9
LessPass version 9.1.2
5年前
Guillaume Vincent
e9f9aac40b
LessPass version 9.1.1
5年前
Guillaume Vincent
451a5d6779
Create release script
5年前
Guillaume Vincent
16479113cf
LessPass version 9.1.0
5年前
William Hiver
da5e6cf0bf
Add cypress tests for settings page ( #483 )
5年前
Guillaume Vincent
665d68f044
Refactor Settings and Password Generator pages
5年前
Guillaume Vincent
1b7a609612
Migrate lesspass-pure to vue-cli and apply prettier
5年前
Guillaume Vincent
e1d0cbebcd
Update translations
5年前
William Hiver
9ffb8be080
Localization, styling and code cleanup in options page ( #480 )
* Design polish / code cleanup
* Exit options page after save
* Fix UTs
* Address comments + add translations
5年前
Guillaume Vincent
afba09bd0e
LessPass version 9.0.2
5年前
Guillaume Vincent
7ebc23cb1e
Add test e2e in lesspass-pure
5年前
Guillaume Vincent
567189afb1
LessPass version 9.0.1
5年前
Guillaume Vincent
1b217f3283
Build lesspass-web-extension and lesspass-pure
5年前
Guillaume Vincent
739b4e3c7f
Fix layout of the options form
5年前
Guillaume Vincent
eae348fd85
Revert f5cb8af133
5年前
William Hiver
b1b2ef3302
First version of the extension options page ( #479 )
* WIP adding a preference page
* Add the login field
* First working version
* Propagate the default login to the popup
* Update build scripts
* Remove the option page entry point
* Remove unecessary storage permission
* Code cleanup
* Remove dependency to defaultPassword.js
* Reset dist folder
* Move the page to lesspass-pure
* Add translations
5年前
Guillaume Vincent
458062ee16
Enable autocomplete=none on Android device
autocomplete=none only work on input text field.
Add missing type="text" field
Fixes: https://github.com/lesspass/lesspass/issues/465
5年前
Guillaume Vincent
f5cb8af133
Remove suggestions from input field and use passwords props only
5年前