index
:
django-mellon.git
auth_levels
main
wip/32376-Support-des-niveaux-d-authentifi
wip/56354-Avoir-une-vrai-vue-pour-les-erre
wip/65639-orig-path-login-hint
wip/latest-pytest
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
translation update (#56354)
wip/56354-Avoir-une-vrai-vue-pour-les-erre
Benjamin Dauvergne
2022-01-12
2
-37/+139
*
views: use a view to show all error messages (#56354)
Benjamin Dauvergne
2022-01-12
4
-130/+155
*
jenkins: show execution context in coverage reports (#60446)
Emmanuel Cazenave
2022-01-11
2
-1/+6
*
build: update setup.py to require at least django 2.2
Frédéric Péters
2021-12-19
1
-1/+1
*
jenkins: build packages for buster & bullseye
Frédéric Péters
2021-12-12
1
-1/+1
*
views: log SAML response and assertion in debug view (#58915)
v1.30
Benjamin Dauvergne
2021-11-23
2
-0/+7
*
views: render debug login template at the last moment (#58906)
Valentin Deniaud
2021-11-23
1
-4/+3
*
build: bump black version
Frédéric Péters
2021-11-22
1
-1/+1
*
debian: switch to debhelper-compat 12 (#57538)
Frédéric Péters
2021-10-10
2
-2/+1
*
translation update
v1.29
Frédéric Péters
2021-10-05
1
-4/+12
*
show an error page when create_server fails (#57176)
Benjamin Dauvergne
2021-09-23
3
-31/+66
*
translation update
v1.28
Thomas NOEL
2021-09-17
1
-23/+83
*
drop and rename issuer field (#56819)
Benjamin Dauvergne
2021-09-15
8
-24/+121
*
migrate issuer data (#56819)
Benjamin Dauvergne
2021-09-15
3
-0/+155
*
add Issuer model (#56819)
Benjamin Dauvergne
2021-09-14
2
-1/+60
*
adapters: truncate username to the field's max_length (#56482)
Benjamin Dauvergne
2021-08-30
2
-4/+7
*
debian: add back debhelper to build-depends (erroneously removed) (#56134)
v1.27
Frédéric Péters
2021-08-15
1
-1/+2
*
debian: stop building a python2 package (#56134)
Frédéric Péters
2021-08-13
2
-23/+15
*
add MELLON_ASSERTION_CONSUMER_BINDINGS (#52063)
v1.26
Benjamin Dauvergne
2021-08-05
6
-4/+61
*
Jenkinsfile: run pylint (#51640)
Benjamin Dauvergne
2021-08-05
2
-4/+6
*
hide "apply isort and pyupgrade" commit (#55990)
v1.25
Benjamin Dauvergne
2021-08-05
1
-0/+2
*
apply isort and pyupgrade (#55990)
Benjamin Dauvergne
2021-08-05
24
-144/+127
*
views: keep a nonce during a forceAuthn request (#55953)
Benjamin Dauvergne
2021-08-03
2
-2/+29
*
views: add debug login view (#55557)
Valentin Deniaud
2021-08-03
4
-2/+83
*
views: move login code to separate method (#55557)
Valentin Deniaud
2021-08-03
1
-18/+17
*
tox: stop testing with python2, django 1.11 and sqlite (#55926)
Valentin Deniaud
2021-08-02
1
-10/+6
*
middleware: disable automatic passive authentication if ?no-passive-auth (#55...
Benjamin Dauvergne
2021-07-27
2
-1/+12
*
adapters: improve log messages (#55544)
v1.24
Benjamin Dauvergne
2021-07-13
2
-49/+75
*
fix typos in README
Thomas NOEL
2021-06-23
1
-2/+2
*
tox: limit psycopg2 to < 2.9 (#54925)
Frédéric Péters
2021-06-17
1
-1/+1
*
misc: add black files/notes (#51575)
v1.23
Benjamin Dauvergne
2021-03-02
4
-1/+26
*
trivial: apply black (#51575)
Benjamin Dauvergne
2021-03-02
20
-369/+554
*
adapters: report warning about TRANSIENT_FEDERATION_ATTRIBUTE to user (#51568)
Benjamin Dauvergne
2021-03-02
2
-3/+17
*
misc: pass request to django.contrib.auth.authenticate() (#51566)
Benjamin Dauvergne
2021-03-02
1
-1/+1
*
misc: pass the authentication request to the adapter object (#50833)
v1.22
Benjamin Dauvergne
2021-02-03
3
-3/+7
*
views: fix logout is user is already logged out (#50155)
v1.21
Lauréline Guérin
2021-01-15
2
-1/+7
*
build: update to use origin/main
Frédéric Péters
2020-12-26
1
-2/+2
*
tox: limit mock version for compatibility with python 3.5
v1.20
Frédéric Péters
2020-10-06
1
-1/+1
*
tox: tell setuptools to use distutils from stdlib (#46252)
Valentin Deniaud
2020-09-01
1
-0/+1
*
views: handle empty session at authentication (#45461)
v1.19
Valentin Deniaud
2020-07-28
2
-0/+19
*
tests: clear caplog between sessions (#41949)
v1.18
Benjamin Dauvergne
2020-06-21
2
-11/+12
*
tox.ini: add env for running makemigrations (#41949)
Benjamin Dauvergne
2020-06-21
1
-0/+13
*
misc: style (#41949)
Benjamin Dauvergne
2020-06-21
2
-15/+17
*
misc: add support for SOAP SLO (#41949)
Benjamin Dauvergne
2020-06-21
5
-14/+100
*
misc: support asynchronous logout (#41949)
Benjamin Dauvergne
2020-06-21
4
-41/+246
*
misc: cache SAML identifier model on logged user (#41949)
Benjamin Dauvergne
2020-06-21
1
-4/+8
*
models: add SessionIndex model (#41949)
Benjamin Dauvergne
2020-06-21
2
-0/+57
*
misc: sign logout message when using PRIVATE_KEYS instead of PRIVATE_KEY (#41...
Benjamin Dauvergne
2020-06-21
1
-1/+1
*
display debug error details in an HTML comment (#43845)
v1.17
Frédéric Péters
2020-06-10
1
-16/+6
*
views: ignore XML content in SAML attributes (#43193)
Benjamin Dauvergne
2020-05-21
2
-6/+20
[next]