authentic/authentic2
Benjamin Dauvergne db5014b5d9 bump release to 2.1.8 2014-11-06 10:59:16 +01:00
..
attribute_aggregator Do not crash when UserAttributeProfile.data is empty 2014-10-31 18:10:17 +01:00
attributes_ng attributes_ng/sources: add an ldap source 2014-07-18 15:27:29 +02:00
auth2_auth Remove auth2_openid as django-authopenid is not supported anymore 2014-10-28 11:43:06 +01:00
backends Lowercase all LDAP attribute names extracted from settings 2014-11-05 11:43:50 +01:00
disco_service locale,templates: dispatch templates and locale files to sub applications 2013-07-24 11:33:15 +02:00
idp Honor A2_REGISTRATION_CAN_DELETE_ACCOUNT in ui as well 2014-10-28 15:20:43 +01:00
locale/fr/LC_MESSAGES Update french translation 2014-10-28 12:36:34 +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 models: change UserExternalId definition 2014-06-03 10:38:13 +02: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 Add natural key support to SAMLAttribute model 2014-11-05 01:01:17 +01:00
static js: add purl.js (refs #5180) 2014-08-14 11:17:30 +02:00
templates Allows to disable the password changing feature via setting 2014-11-05 00:56:31 +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.8 2014-11-06 10:59:16 +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 Allows to disable the password changing feature via setting 2014-11-05 00:56:31 +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 Load login/password authentication frontend unconditionnaly and use the enabled() hook instead to desactive it 2014-09-10 18:09:06 +02:00
cache.py cache: new module for utility methods with cache 2013-11-08 17:32:20 +01:00
compat.py compat: add work-around for Django < 1.8 and commit_on_success 2014-07-18 15:27:29 +02: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 decorator to wrap all views in url patterns with a decorator or a list of 2014-09-10 18:09:06 +02:00
fields.py Add widget and fields to implement fields with validation 2014-10-28 12:36:30 +01:00
fix_user_model.py Plug custom EmailValidator in model's EmailField and form's EmailField 2014-10-28 12:32:56 +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 Revert "Remove AbstractUser from models as we do not distribute a custom user model anymore (fixes #5753)" 2014-11-06 10:44:06 +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 In JSON serializer resolve natural primary keys inside a generator so that previous objects are already loaded 2014-10-30 12:07:59 +01:00
settings.py Remove auth2_openid as django-authopenid is not supported anymore 2014-10-28 11:43:06 +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 Revert "Registration process refactored, django-registration removed." 2014-10-31 15:35:22 +01:00
validators.py Do not reuse Django EmailValidator in our own validator 2014-10-28 12:36:27 +01:00
views.py Allows to disable the password changing feature via setting 2014-11-05 00:56:31 +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