index
:
authentic2-auth-fc.git
master
FranceConnect authentication plugin for Authentic2
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: do not set password on unlink for LDAP users (#24710)
HEAD
master
Benjamin Dauvergne
2019-05-28
1
-1/+1
*
show change password link after user unlink (fixes #32953)
Benjamin Dauvergne
2019-05-16
2
-3/+17
*
views: clean FranceConnect session variable on unlink (#32953)
Benjamin Dauvergne
2019-05-16
1
-4/+9
*
adapts to spring cleaning in authentic (#32866)
v0.25
Benjamin Dauvergne
2019-05-15
1
-5/+2
*
py3ize obviously non-compatible code (#32866)
Benjamin Dauvergne
2019-05-09
3
-14/+16
*
improve code style (#32866)
Benjamin Dauvergne
2019-05-09
5
-51/+108
*
add copyright headers (#32866)
Benjamin Dauvergne
2019-05-09
12
-17/+200
*
tests: use pg_virtualenv with on jenkins (#27083)
v0.24
Benjamin Dauvergne
2019-05-03
3
-1/+10
*
apps: hide password management link when FC authenticated (#27083)
Benjamin Dauvergne
2019-05-03
2
-0/+111
*
debian: bump debhelper compatibility level (#32260)
Christophe Siraut
2019-04-19
1
-1/+1
*
debian: bump debhelper compatibility level (#32260)
Christophe Siraut
2019-04-19
2
-2/+2
*
misc: rename authentication "frontend" to "authenticator" (#14475)
v0.23
Serghei Mihai
2019-03-19
2
-3/+3
*
tox: limit django-jsonfield version to keep django 1.8 compatibility (#31482)
Frédéric Péters
2019-03-17
1
-0/+1
*
tox.ini: use pylint-django<=0.11.1
Benjamin Dauvergne
2019-01-19
1
-1/+1
*
tox: limit pytest version to a version compatible with pytest-cov
Frédéric Péters
2019-01-07
1
-1/+1
*
templates: add alt texts to image links (#29408)
v0.22
Frédéric Péters
2019-01-02
4
-7/+4
*
tests: adjust not to find link by label (#29228)
Frédéric Péters
2019-01-02
1
-1/+1
*
improve markup of login_registration template (#29228)
Frédéric Péters
2019-01-02
2
-16/+13
*
views: search email case insensitively (fixes #29007)
v0.21
Benjamin Dauvergne
2018-12-14
2
-2/+2
*
lock first name and last name (fixes #27044)
v0.20
Benjamin Dauvergne
2018-11-29
2
-2/+17
*
utils: apply mapping to custom attributes before static ones (#27044)
Benjamin Dauvergne
2018-11-29
1
-5/+5
*
center explanation text (#27182)
v0.19
Serghei Mihai
2018-10-10
2
-1/+3
*
launch tests with Django 1.11 (fixes #27095)
Benjamin Dauvergne
2018-10-08
4
-13/+38
*
configure build in Jenkins2
Benjamin Dauvergne
2018-10-08
4
-5/+78
*
views: pass service field to fc login post registration (fixes #21908)
Benjamin Dauvergne
2018-10-08
1
-0/+2
*
css: do not force button height (#25763)
Serghei Mihai
2018-10-05
1
-1/+0
*
add js files to sdist
Benjamin Dauvergne
2018-09-27
2
-1/+2
*
tox: remove dead lines
Benjamin Dauvergne
2018-09-27
1
-3/+0
*
add missing close tag (#21908)
v0.18
Benjamin Dauvergne
2018-09-26
3
-4/+7
*
update french translation (#21908)
v0.17
Benjamin Dauvergne
2018-09-21
1
-26/+30
*
keep authentication context (fixes #21908)
Benjamin Dauvergne
2018-09-18
12
-60/+391
*
don't alter can_reset_password flag for users without an FC account (#25655)
v0.16
Frédéric Péters
2018-08-21
1
-1/+3
*
remove use of context_instance (fixes #25532)
v0.15
Benjamin Dauvergne
2018-08-03
1
-21/+20
*
implement AppConfig.a2_hook_user_can_reset_password (fixes #25535)
Benjamin Dauvergne
2018-07-30
2
-0/+24
*
do not set a password on FranceConnect users (#25535)
Benjamin Dauvergne
2018-07-30
2
-4/+0
*
don't load authentic2 template tags (#25393)
Emmanuel Cazenave
2018-07-30
3
-3/+2
*
templates: merge duplicated class attributes (#25353)
v0.14
Frédéric Péters
2018-07-19
2
-2/+2
*
misc: don't use addtoblock to insert fc.css (#25356)
Frédéric Péters
2018-07-19
2
-3/+2
*
tests: add tests on new password related functions (#24835)
Benjamin Dauvergne
2018-07-14
1
-1/+20
*
app_settings: set password to random value by default (#24835)
Benjamin Dauvergne
2018-07-14
1
-0/+1
*
views: ask for new passord on unlink only if logged using FC (#24835)
Benjamin Dauvergne
2018-07-14
1
-6/+11
*
utils: fix typo in warning log (#24835)
Benjamin Dauvergne
2018-07-14
1
-1/+1
*
utils: add special case for mapping the User.password (fixes #24835)
Benjamin Dauvergne
2018-07-14
1
-1/+9
*
use REQUESTS_PROXIES instead of A2_FC_REQUESTS_PROXIES (#24929)
Josue Kouka
2018-07-02
3
-6/+2
*
tox.ini: remove limitation on psycopg2 versions (to work with pg 10.4)
Benjamin Dauvergne
2018-06-29
1
-1/+1
*
add fc requests proxies support (#24713)
Josue Kouka
2018-06-29
3
-0/+28
*
views: prevent None success URL in unlink view (fixes #24708)
v0.13
Benjamin Dauvergne
2018-06-22
1
-1/+2
*
debian: required python-requests>2.11 (fixes #23518)
Benjamin Dauvergne
2018-06-13
2
-2/+2
*
utils: fix access to verified property of mappings (fixes #23271)
v0.12
Benjamin Dauvergne
2018-04-26
1
-1/+1
*
remove url patterns to support django 1.11 (#23270)
Elias Showk
2018-04-18
1
-5/+5
[next]