authentic/authentic2
Benjamin Dauvergne 0b1e9b9dd6 bump release to 2.1.4 2014-07-15 16:20:27 +02:00
..
attribute_aggregator attribute_aggregator/user_profile: only set attributes from user model fields if get_attributes() did not return an equivalent value 2014-06-16 10:57:53 +02:00
attributes_ng attributes_ng/source/django_user: add missing attribute django_user_identifier 2014-06-16 18:05:18 +02:00
auth2_auth use getattr for getting AUHT_OPENID, DISCO_SERVICE and AUTH_SSL settings 2014-03-21 12:32:02 +01:00
backends ldap_backend: replace dn lookup by an external_id lookup 2014-07-07 16:07:40 +02:00
disco_service locale,templates: dispatch templates and locale files to sub applications 2013-07-24 11:33:15 +02:00
idp idp/locale: update french translations 2014-07-04 16:02:40 +02:00
locale/fr/LC_MESSAGES locale: grammar correction 2014-07-04 15:55:40 +02:00
management management: add missing __init__.py files 2014-07-11 10:12:23 +02: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 registration_backend/views: fix registration of new users 2014-07-11 10:38:37 +02:00
saml saml: do not configure choice for attribute names at the model level as it breaks model validation before running migrations 2014-07-09 13:50:09 +02:00
static style.css: make help text display under form fields 2014-04-02 01:28:36 +02:00
templates management: add new command clean-unused-accounts 2014-07-08 14:52:37 +02: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.4 2014-07-15 16:20:27 +02:00
admin.py admin: show attribute name in listing of attribute definitions 2014-07-04 15:21:54 +02:00
admin_forms.py add custom attributes support to Django user model 2014-03-25 11:27:47 +01:00
app_settings.py forms: allow ordering of fields on profile page 2014-07-08 10:15:33 +02:00
attribute_kinds.py attribute_kinds: remove siret attribute which is too specific 2014-07-04 11:42:30 +02:00
auth_frontends.py frontends: remove the next parameter to the profile view, 2014-03-19 10:46:27 +01:00
cache.py cache: new module for utility methods with cache 2013-11-08 17:32:20 +01:00
compat.py compat: add settings to add user model fields to the registration form 2014-07-04 10:27:47 +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 context_processors: add settings.TEMPLATE_VARS in template context 2014-07-02 16:26:39 +02:00
dashboard.py admin,dashboard: show see technical models admin pages even if DEBUG is False 2014-04-08 18:40:50 +02:00
decorators.py decorators: add to_iter() decorator to transform any generator into an iterable object 2014-06-03 10:30:41 +02:00
fix_user_model.py fix_user_model: fix username length check also in overriden forms 2014-07-02 16:26:39 +02:00
forms.py forms: allow ordering of fields on profile page 2014-07-08 10:15:33 +02:00
hashers.py hashers: add hashers compatible with OpenLDAP 2014-07-15 16:16:21 +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 management: add new command clean-unused-accounts 2014-07-08 14:52:37 +02:00
menu.py add missing module authentic2.menu 2013-06-10 11:10:31 +02:00
middleware.py middleware: fixes OpenedSessionCookieMiddleware middleware 2014-07-10 16:00:04 +02:00
models.py models: add string cast to UserExternalId 2014-07-07 15:09:05 +02:00
plugins.py models: initialize plugins there 2014-03-21 00:12:21 +01:00
profile_urls.py views: add a logged-in jsonp web service 2014-06-18 22:29:30 +02:00
serializers.py serializers: fix missing import and not handled case of new models 2014-03-27 17:05:49 +01:00
settings.py settings: do not disable existing loggers, it's clear now that it is wrong 2014-07-07 16:56:21 +02:00
tests.py hashers: add hashers compatible with OpenLDAP 2014-07-15 16:16:21 +02:00
urls.py use getattr for getting AUHT_OPENID, DISCO_SERVICE and AUTH_SSL settings 2014-03-21 12:32:02 +01:00
utils.py app_settings,utils: move IDP_BACENDS default value into app_settings 2014-03-21 12:30:36 +01:00
validators.py validators: accept email when greylisting is used 2014-05-15 12:00:11 +02:00
views.py views: add a logged-in jsonp web service 2014-06-18 22:29:30 +02:00
wsgi.py wsgi: add a wsgi file into authentic2 2013-06-13 17:45:19 +02:00