Ramkumar
9f302b59eb
Fix keyboard navigation in password generator screen
4 months ago
Guillaume Vincent
bae5492e7c
Use httpd:2.4-bullseye instead of httpd:2.4
httpd:2.4 use debian 12 and broke webserver on ubuntu 18
1 year ago
Peter Dave Hello
d69f91986d
Update node.js to v14 in lesspass-site Dockerfile
The node version on CI for it in .github/workflows/containers-test.yml
is v14, and it looks like it works well with node.js v14
This also syncs the nodejs version as the lesspass-website package is
also using node.js v14
1 year ago
Peter Dave Hello
e26cbf930e
Update GitHub Actions env, replace EOL-ed Ubuntu 18.04 w/ Ubuntu 22.04
Reference:
- https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
1 year ago
Guillaume Vincent
e1a12fc722
Remove SECRET_KEY from env file
Fixes #785
1 year ago
Édouard Lopez
91810ea9f7
Update package.json
1 year ago
Guillaume Vincent
2e3c6bda81
Add lesspass-website
1 year ago
Guillaume Vincent
88ef909045
Update deployment target
1 year ago
Guillaume Vincent
b6584414f7
Add LessPass Database Url text field on the login screen
1 year ago
Guillaume Vincent
c92c0e3d99
Make clients compatible with the old API
old servers uses numbers instead of digits in the API.
This patch intercept API requests to make it compatible with new and old servers.
1 year ago
Guillaume Vincent
2675e42691
Remove number in mobile application
1 year ago
Guillaume Vincent
8c19c8d25b
Migrate numbers to digits everywhere
1 year ago
Guillaume Vincent
2aa4e9b444
web-extension-v9.6.9
1 year ago
Guillaume Vincent
db761a25f6
Create web extension legacy to publish manifest v2 web extension
Firefox doesn't support manisfest v3 until version 109
1 year ago
Guillaume Vincent
08c6fdb2d3
site-v9.3.4
1 year ago
Guillaume Vincent
025240fce4
web-extension-v9.6.8
1 year ago
Guillaume Vincent
875557d575
pure-v10.0.1
1 year ago
Guillaume Vincent
fd18d21535
Use csv stringify instead of to handle special char in passwords
1 year ago
Guillaume Vincent
394f16f5b1
Use csv writer to export password in CLI
fixes https://github.com/lesspass/lesspass/issues/748
1 year ago
Guillaume Vincent
787ecc70e4
Display LessPass Server shutdown for user already connected on mobile app
1 year ago
Guillaume Vincent
7e3c0019c7
Add decommissioning lesspass database blog post in mobile app
1 year ago
Guillaume Vincent
f3d2dd905f
web-extension-v9.6.7
1 year ago
Guillaume Vincent
ab17f31b2b
site-v9.3.3
1 year ago
Guillaume Vincent
36828fcc26
Update lesspass-site
1 year ago
Guillaume Vincent
66a7a8733a
Add export page in web component
1 year ago
Guillaume Vincent
64e64f0873
Add decommissioning lesspass database blog post in readme
1 year ago
Guillaume Vincent
baa6b3f71b
Add --export and --logout function to LessPass cli
--export generates all passwords with password profilessaved in LessPass database.
--logout remove the config.json file saved when a user login LessPass database.
1 year ago
Guillaume Vincent
e498b20a81
Minor changes on mobile version
1 year ago
Guillaume Vincent
0d4453bb29
Migrate react native paper to version 5
Fixes: https://github.com/lesspass/lesspass/issues/677
1 year ago
Guillaume Vincent
71291f1b6f
Create privacy-policy.md
1 year ago
Guillaume Vincent
fca09110b0
Update to react native 0.70.6
1 year ago
Guillaume Vincent
8c133e6ccb
Add and fix failing test
Fixes #737
1 year ago
dependabot[bot]
565e68af7d
Bump pyjwt from 2.1.0 to 2.4.0 in /containers/backend ( #723 )
Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.1.0 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.1.0...2.4.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
ce2bceccb7
Bump django from 3.2.12 to 3.2.16 in /containers/backend ( #739 )
Bumps [django](https://github.com/django/django ) from 3.2.12 to 3.2.16.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.16 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Guillaume Vincent
55a4ab42e0
Save options locally with or without trailing slash
Fixes https://github.com/lesspass/lesspass/issues/735
2 years ago
Guillaume Vincent
c75dab6295
Add team id for IOS config
2 years ago
Guillaume Vincent
f188a15b28
Fix Android crashes
- IllegalStateException raised by rnscreens
- Axios import is broken
2 years ago
Guillaume Vincent
4d25bf8ea7
v9.7.2
2 years ago
Édouard Lopez
7bbec8bc96
ci: add python 3.10 ( #738 )
* ci: add python 3.10
see #737
* docs: add version to trigger ci
2 years ago
Guillaume Vincent
84e185a3bc
react native v0.70.2
2 years ago
Guillaume Vincent
314fc7386f
Partial upgrade to react native 0.68.2
2 years ago
dependabot[bot]
9e73217862
Bump follow-redirects from 1.14.6 to 1.14.8 ( #707 )
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Guillaume Vincent
533ece38a8
Fix createsuperuser cli
Fixes https://github.com/lesspass/lesspass/issues/699
2 years ago
Guillaume Vincent
83f27b05aa
Update README.md
2 years ago
Guillaume Vincent
4241093fed
Update cli Readme
2 years ago
Guillaume Vincent
24b02c05de
Regenerate yarn.lock and Podfile.lock for mobile
2 years ago
Guillaume Vincent
c5e24ea366
Regenerate yarn.lock
2 years ago
Guillaume Vincent
bc56ee052a
Remove sandbox projects
2 years ago
Peter Dave Hello
57b7f7dbe9
Leave no Python pip temporary cache in backend Docker image ( #704 )
2 years ago
Peter Dave Hello
9833601079
Optimize PNG images using zopflipng ( #705 )
2 years ago