authentic/authentic2
Benjamin Dauvergne 7b43fa422b bump release to 2.1.11 2014-12-05 14:27:10 +01:00
..
attribute_aggregator Use python-six when testing string types, start aiming for Python 3 compat 2014-12-03 18:10:51 +01:00
attributes_ng Use python-six when testing string types, start aiming for Python 3 compat 2014-12-03 18:10:51 +01:00
auth2_auth Use python-six when testing string types, start aiming for Python 3 compat 2014-12-03 18:10:51 +01:00
backends Override User.check_password() in LDAPUser 2014-12-05 14:22:27 +01:00
disco_service locale,templates: dispatch templates and locale files to sub applications 2013-07-24 11:33:15 +02:00
idp Use SPOptionsIdPPolicy.authn_request_signed to remove signature check on logout requests (bis) 2014-12-05 09:45:54 +01:00
locale/fr/LC_MESSAGES Fix grammar in french translations 2014-12-05 09:46:02 +01:00
management Log tracebacks in cleaning commands (fixes #3458) 2014-08-28 12:18:19 +02:00
manager Use absolute positionning for other actions block in manager popups 2014-10-30 16:51:00 +01:00
migrations Enlarge AuthenticationEvent.how attribute as it cannot hold the value password-on-https 2014-12-04 00:08:41 +01:00
nonce nonce: really fix cleanup in NonceManager 2013-08-16 10:27:17 +02:00
registration_backend Allows to disable the password changing feature via setting 2014-11-05 00:56:31 +01:00
saml Use SPOptionsIdPPolicy.authn_request_signed to remove signature check on logout requests 2014-12-05 02:33:28 +01:00
static Refactor login view by using new authentication frontend API, sekizai and gadjo 2014-12-03 18:10:51 +01:00
templates Refactor login view by using new authentication frontend API, sekizai and gadjo 2014-12-03 18:10:51 +01:00
vendor auth2_oath: comletely remove this module, as it does not depend entirely on Entr'ouvert copyright 2013-10-02 18:04:39 +02:00
__init__.py bump release to 2.1.11 2014-12-05 14:27:10 +01:00
admin.py Use local login and logout page for login and logout in the admin (fixes #5557) 2014-10-15 19:12:19 +02:00
admin_forms.py add custom attributes support to Django user model 2014-03-25 11:27:47 +01:00
app_settings.py Refactor login view by using new authentication frontend API, sekizai and gadjo 2014-12-03 18:10:51 +01:00
attribute_kinds.py attribute_kinds: remove siret attribute which is too specific 2014-07-04 11:42:30 +02:00
auth_frontends.py Refactor login view by using new authentication frontend API, sekizai and gadjo 2014-12-03 18:10:51 +01:00
cache.py cache: new module for utility methods with cache 2013-11-08 17:32:20 +01:00
compat.py Load lasso through the authentic2.compat module and provide an mock object to allow authentic2 to launch 2014-12-02 15:31:39 +01:00
constants.py move constant NONCE_FIELD_NAME in module authentic.constants [module reorg] 2014-03-19 10:46:27 +01:00
context_processors.py Export authentic2 version in the context processor (fixes #5407) 2014-09-08 11:38:47 +02:00
dashboard.py Make SAML 2.0 a plugin 2014-09-10 18:09:06 +02:00
decorators.py Add a lasso_required() view decorator and use it on SAML 2.0 IdP views 2014-12-02 15:55:55 +01:00
fields.py Add widget and fields to implement fields with validation 2014-10-28 12:36:30 +01:00
fix_user_model.py Fix lenthening of the username field in User model related forms 2014-11-21 19:14:35 +01:00
forms.py settings: allow to override field names in A2_PROFILE_FIELDS and A2_REGISTRATION_FIELDS 2014-07-16 17:28:07 +02:00
hashers.py hashers: always convert OpenLDAP hash algo to uppercase 2014-07-16 01:52:00 +02:00
http_utils.py [http_utils] prefer using pycurl instead of M2Crypto to retrieve HTTPs URLS as it supports server name indication 2012-05-05 16:20:49 +02:00
managers.py Add natural key support to AttributeValue model (refs #5599) 2014-10-15 19:08:55 +02:00
menu.py add missing module authentic2.menu 2013-06-10 11:10:31 +02:00
middleware.py Add middleware to keep request in thread local storage (refs #5281, refs #5399) 2014-09-15 10:50:39 +02:00
models.py Enlarge AuthenticationEvent.how attribute as it cannot hold the value password-on-https 2014-12-04 00:08:41 +01:00
plugins.py make it possible to disable password authentication (fixes #5250) 2014-08-12 14:36:45 +02:00
profile_urls.py Revert "urls not involved in registration process removed from registration backend" 2014-10-31 15:34:59 +01:00
serializers.py Remove debugging statements 2014-11-19 15:00:43 +01:00
settings.py Remove the default cache setting based on the FileBasedCache implementation 2014-12-02 15:55:55 +01:00
tests.py Add handling of natural keys for generic foreign keys (fixes #5599) 2014-10-15 19:08:55 +02:00
urls.py Revert "Registration process refactored, django-registration removed." 2014-10-31 15:35:22 +01:00
utils.py Refactor login view by using new authentication frontend API, sekizai and gadjo 2014-12-03 18:10:51 +01:00
validators.py Do not reuse Django EmailValidator in our own validator 2014-10-28 12:36:27 +01:00
views.py In refactored login view share cancel, can_reset_password and registration_authorized variable between templates 2014-12-03 18:44:50 +01:00
widgets.py Add widget and fields to implement fields with validation 2014-10-28 12:36:30 +01:00
wsgi.py wsgi: add a wsgi file into authentic2 2013-06-13 17:45:19 +02:00