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
|
533ece38a8
|
Fix createsuperuser cli
Fixes https://github.com/lesspass/lesspass/issues/699
|
2 years ago |
Peter Dave Hello
|
57b7f7dbe9
|
Leave no Python pip temporary cache in backend Docker image (#704)
|
2 years ago |
dependabot[bot]
|
cb29d4768a
|
Bump django from 3.2.11 to 3.2.12 in /containers/backend (#700)
Bumps [django](https://github.com/django/django) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.11...3.2.12)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
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]
|
b6f8357ce9
|
Bump django from 3.2.10 to 3.2.11 in /containers/backend (#694)
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.10...3.2.11)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
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
|
7662ff61c4
|
Add account deletion in mobile app
|
2 years ago |
Guillaume Vincent
|
3d4aab585d
|
Bump django from 3.2.8 to 3.2.10 in /containers/backend
|
2 years ago |
Guillaume Vincent
|
e9b6b9f94a
|
Use python slim image to reduce the size of backend container
|
3 years ago |
Guillaume Vincent
|
f267490580
|
Fix TypeError: decode() got an unexpected keyword argument 'verify' error
|
3 years ago |
Guillaume Vincent
|
3205eee942
|
Update python modules
|
3 years ago |
Guillaume Vincent
|
742f3dc1b3
|
Keep user authenticated on mobile
|
3 years ago |
dependabot[bot]
|
f023432e3f
|
Bump django from 3.1.7 to 3.1.8 in /containers/backend (#612)
Bumps [django](https://github.com/django/django) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.7...3.1.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Guillaume Vincent
|
306cba1bc4
|
Upgrade packages for backend
|
3 years ago |
dependabot[bot]
|
e58b617064
|
Bump django from 3.0.7 to 3.1.6 in /containers/backend (#605)
Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.7...3.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Guillaume Vincent
|
39a1cac561
|
Use python 3.8 on the backend
|
3 years ago |
Guillaume Vincent
|
3fca391735
|
Update requirements.txt on the backend
|
3 years ago |
Guillaume Vincent
|
ecddb4f29e
|
Apply black
|
3 years ago |
Bianca Rosa
|
68625c8455
|
Add backend code for encrypting passworld profiles
closes #580
|
3 years ago |
Peter Dave Hello
|
071c3934d4
|
Fix a few places with wrong indentation (#578)
|
3 years ago |
Peter Dave Hello
|
96af69af3b
|
Ensure final newline char in text files, following .editorconfig (#575)
|
3 years ago |
Peter Dave Hello
|
7ce7be6451
|
Remove trailing spaces in text files, following .editorconfig (#573)
|
3 years ago |
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
|
a4fec4b5b7
|
Fix authentication with old JWT header type
|
4 years ago |
Guillaume Vincent
|
ee30d0528c
|
Fix preflight CORS redirect issue
|
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
|
ef93386f07
|
Update backend container python modules to the latest versions
|
4 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
|
d88ed8aca1
|
Update psycopg2 in backend container
|
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
|
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
|
75cc59f017
|
Fix wait db script
|
5 years ago |
Guillaume Vincent
|
49b31f9777
|
LessPass backend container work
|
5 years ago |