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 years ago
Guillaume Vincent
876c0edcc9
Set X-Frame-Options header to deny
4 years ago
Guillaume Vincent
a4fec4b5b7
Fix authentication with old JWT header type
4 years ago
Guillaume Vincent
ee30d0528c
Fix preflight CORS redirect issue
4 years ago
Guillaume Vincent
5d1aa73633
Fix proxy pass for old requests
4 years ago
Guillaume Vincent
c8361afd73
Update Dockerfile
4 years ago
dependabot[bot]
3f10d92a48
Bump django from 3.0.6 to 3.0.7 in /containers/backend ( #531 )
Bumps [django](https://github.com/django/django ) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.0.6...3.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Guillaume Vincent
442cf93b78
Add backward compatible url for auth
4 years ago
Guillaume Vincent
9b35717e4a
Use multistage build for frontend container
4 years ago
Guillaume Vincent
6a246608ca
Remove old self hosted files and add affiliate link in README
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
ef93386f07
Update backend container python modules to the latest versions
4 years ago
Guillaume Vincent
a73daf6a1e
CICD for packages and containers
4 years ago
Guillaume Vincent
fbd7e024ed
Add blog container wip
4 years ago
Guillaume Vincent
e063e38355
wip refactor containers
4 years ago
Guillaume Vincent
451a5d6779
Create release script
5 years ago
Guillaume Vincent
99b0bdbb6f
Add deploy actions
5 years ago
Guillaume Vincent
e488713eff
Start moving site in packages and prepare for netlify
5 years ago
Guillaume Vincent
d969c775e8
Fix ci for the backend
5 years ago
dependabot[bot]
9aa2123416
Bump django from 1.11 to 1.11.23 in /containers/backend ( #458 )
Bumps [django](https://github.com/django/django ) from 1.11 to 1.11.23.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/1.11...1.11.23 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Guillaume Vincent
167f81aefa
LessPass version 9.0.0
5 years ago
Guillaume Vincent
d87c6fbcfc
Clean node modules and migrate e2e tests to cypress
5 years ago
Guillaume Vincent
d88ed8aca1
Update psycopg2 in backend container
5 years ago
Guillaume Vincent
062e406531
LessPass version 8.1.1
5 years ago
Guillaume Vincent
cbe415f7ee
Clean deploy script
5 years ago
Guillaume Vincent
0e0cfabd9d
Clean and fix broken links on the web site
Fixes: https://github.com/lesspass/lesspass/issues/430
5 years ago
Guillaume Vincent
a8ec9422b2
LessPass version 8.1.0
5 years ago
Daniel Koć
719cb7c40f
Fixing en/de mismatch with LengthDeprecationWarning
5 years ago
Guillaume Vincent
0f345e2996
LessPass version 8.0.2
5 years ago
Guillaume Vincent
a25bfbbc4f
Add CICD for containers
5 years ago
Guillaume Vincent
0881a8d132
Move LessPass web site in containers folder
5 years ago
Guillaume Vincent
407668671c
Improve containers
5 years ago
Guillaume Vincent
fe9ce4f252
Construct container with based images compatible with ARM
Fixes: https://github.com/lesspass/lesspass/issues/371
5 years ago
Guillaume Vincent
fc3ca6b3ba
Fix travis issue
5 years ago
Guillaume Vincent
29156429af
Move from EPEL to SCL and upgrade python to 3.6
5 years ago
Guillaume Vincent
65cdbda022
Add auto push on docker registry
5 years ago
Guillaume Vincent
a43a8104fc
Add docker tests
5 years ago
Guillaume Vincent
dd974bbd28
Add cli in continuous integration
5 years ago
Guillaume Vincent
75cc59f017
Fix wait db script
5 years ago
Guillaume Vincent
4222a40af0
Reactivate continuous integration
5 years ago
Guillaume Vincent
49b31f9777
LessPass backend container work
5 years ago
Guillaume Vincent
f188956c88
Move docker-compose.prod.yml in original position
5 years ago
Guillaume Vincent
d7a086e063
Move container folders for easy change directory
6 years ago
Guillaume Vincent
8796eb9b4b
Clean workspace
In order to be able to continue the development I need to clean the workspace.
lesspass-move, lesspass-snap and lesspass-cozy are removed.
lesspass-mobile will replace lesspass-cordova with a new react native implementation.
lesspass-core is now splited into specific repo (entropy, fingerprint and render-password)
The workspace use lerna now to manage the mono repo more efficiently.
lesspass-profiles is a new container available only in a pro version.
6 years ago