botsito
2159d55d36
Auto build for lesspass-pure
4 years ago
Guillaume Vincent
172ab0fa22
Test build commit and deploy for lesspass-pure
4 years ago
Guillaume Vincent
98986e9a11
Update github actions
4 years ago
Guillaume Vincent
1aa99a7577
Fix email reset password and update login mechanism
4 years ago
Guillaume Vincent
5d1aa73633
Fix proxy pass for old requests
4 years ago
Guillaume Vincent
c8361afd73
Update Dockerfile
4 years ago
Guillaume Vincent
d365f3b593
Deny iframe loading thanks https://bugstrix.com/
4 years ago
Guillaume Vincent
3fd27ebdec
Remove duplicate manifest import
4 years ago
Guillaume Vincent
b583d3d6b6
Small fix on lesspass frontend
4 years ago
Guillaume Vincent
bf0552d4ea
Improve LessPass generatePassword API
4 years ago
Guillaume Vincent
f6f0ad0599
Add test watch on lesspass-pure
4 years ago
Guillaume Vincent
9b35717e4a
Use multistage build for frontend container
4 years ago
Guillaume Vincent
1845f4691a
Minor fixes on CICD
* Remove blog container from container deploy until Dockerfile is present
* Do not stop pushing package after an error
4 years ago
Guillaume Vincent
ec0be45b4b
Fix github actions
4 years ago
Guillaume Vincent
a73daf6a1e
CICD for packages and containers
4 years ago
Guillaume Vincent
ad6913343b
LessPass version 9.1.9
4 years ago
Guillaume Vincent
0485ea81be
LessPass version 9.1.8
4 years ago
Guillaume Vincent
f712b2358c
web-component
4 years ago
Guillaume Vincent
ffc1e50e0a
LessPass version 9.1.7
4 years ago
Guillaume Vincent
f46a54c65e
LessPass version 9.1.6
4 years ago
Guillaume Vincent
cf053ae35f
LessPass version 9.1.5
4 years ago
Mathias L. Baumann
e134350f2b
Fix wrong/incomplete german translations ( #509 )
4 years ago
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 years ago
Guillaume Vincent
668cd2a733
LessPass version 9.1.4
5 years ago
William Hiver
f2dac3cf89
Add tooltips to menu items ( #485 )
5 years ago
Guillaume Vincent
c45a1cf38a
LessPass version 9.1.3
5 years ago
Guillaume Vincent
73b09ec5e9
LessPass version 9.1.2
5 years ago
Guillaume Vincent
e9f9aac40b
LessPass version 9.1.1
5 years ago
Guillaume Vincent
451a5d6779
Create release script
5 years ago
Guillaume Vincent
16479113cf
LessPass version 9.1.0
5 years ago
William Hiver
da5e6cf0bf
Add cypress tests for settings page ( #483 )
5 years ago
Guillaume Vincent
665d68f044
Refactor Settings and Password Generator pages
5 years ago
Guillaume Vincent
1b7a609612
Migrate lesspass-pure to vue-cli and apply prettier
5 years ago
Guillaume Vincent
e1d0cbebcd
Update translations
5 years ago
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 years ago
Guillaume Vincent
afba09bd0e
LessPass version 9.0.2
5 years ago
Guillaume Vincent
7ebc23cb1e
Add test e2e in lesspass-pure
5 years ago
Guillaume Vincent
567189afb1
LessPass version 9.0.1
5 years ago
Guillaume Vincent
1b217f3283
Build lesspass-web-extension and lesspass-pure
5 years ago
Guillaume Vincent
739b4e3c7f
Fix layout of the options form
5 years ago
Guillaume Vincent
eae348fd85
Revert f5cb8af133
5 years ago
Guillaume Vincent
99b0bdbb6f
Add deploy actions
5 years ago
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 years ago
ds6
fc9898d14c
Update language in README, etc ( #478 )
Upate README and CONTRIBUTING files
* README.md: Fix links, update tagline, small fixes
* CONTRIBUTING.md: Update links, make it read better
* index.html: update links, make it read better
Don't know how this factors into issue#459
* CONTRIBUTING.md: remove errant bracket
5 years ago
Guillaume Vincent
e488713eff
Start moving site in packages and prepare for netlify
5 years ago
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 years ago
Guillaume Vincent
d7e5593ca8
Remove lesspass-cli code
5 years ago
Guillaume Vincent
ab9c67916b
Add lesspass-cli code
Today I updated lesspass-cli on npm to fix an old issue in the counter.
https://github.com/privacytoolsIO/privacytools.io/issues/679
Add this here for memory
I will remove the folder in anoter commit
5 years ago
Guillaume Vincent
f5cb8af133
Remove suggestions from input field and use passwords props only
5 years ago
Guillaume Vincent
99f089ed66
Select site field and open suggestions after web extension opened
When the user open the pop up of the web extension, site field is automatically populated with the base domain name.
On site https://www.example.org/ site field become www.example.org.
Some users use example.org, some other example only, some users a custom site.
It's easy now to:
- remove the site by hitting backspace
- or hitting arrow down to get the first entry: example
- or hitting arrow down x 2 to get example.org
- or hitting tab to keep www.example.org and go on login
Fixes: https://github.com/lesspass/lesspass/issues/386
Fixes: https://github.com/lesspass/lesspass/issues/439
5 years ago