sobjects/ldapparser.py
Mon, 04 Jan 2016 10:36:57 +0100 Julien Cristau [ldapfeed] extid and cwuri aren't the same thing
Tue, 22 Dec 2015 16:16:07 +0100 Julien Cristau [py3k/ldapparser] avoid confusion between unicode and bytes
Tue, 24 Nov 2015 14:36:41 +0100 Sylvain Thénault [ldapfeed / dataimport] port ldapfeed parser to dataimport API
Mon, 23 Nov 2015 14:28:19 +0100 Sylvain Thénault [ldapfeed] simplify ldap2attrs
Mon, 23 Nov 2015 14:26:44 +0100 Sylvain Thénault [ldapfeed] simplify deactivation of unencountered users
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Tue, 24 Nov 2015 14:05:50 +0100 Sylvain Thénault [ldapparser] simplify extid splitting
Mon, 05 Oct 2015 15:49:17 +0200 Julien Cristau [py3k] make ldapfeed tests pass
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Wed, 19 Nov 2014 11:57:55 +0100 Denis Laxalde [datafeed] Add a raise_on_error parameter to DataFeedSource.extid2entity
Wed, 11 Jun 2014 16:54:31 +0200 Aurelien Campeas [datafeed sources] finish the session -> cnx switch
Fri, 14 Feb 2014 12:03:20 +0100 Dimitri Papadopoulos [ldapparser, book] document additional error causes
Fri, 14 Feb 2014 15:42:25 +0100 Dimitri Papadopoulos [ldapfeed] fix encode error during initial user import stable cubicweb-centos-version-3.17.13-1 cubicweb-debian-version-3.17.13-1 cubicweb-version-3.17.13
Mon, 02 Sep 2013 12:47:12 +0200 Aurelien Campeas [ldapparser] demote some logs from warning to debug (closes #2713671) stable
Wed, 24 Apr 2013 18:11:37 +0200 David Douard [ldapfeed] Add support for LDAP groups (closes #2528116)
Wed, 24 Apr 2013 17:48:08 +0200 David Douard [ldap] prepare import of CWGroup
Wed, 24 Apr 2013 17:40:49 +0200 Pierre-Yves David [ldap] handle modification date
Wed, 24 Apr 2013 17:39:10 +0200 Pierre-Yves David [ldap] refactor attributes mapping handling
Wed, 24 Apr 2013 14:00:52 +0200 Pierre-Yves David [ldapfeed] add support for multiple email addresses from ldap
Tue, 23 Apr 2013 16:07:02 +0200 Pierre-Yves David [ldap] an empty 'user-base-dn' disable the user importation process,
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Wed, 10 Apr 2013 16:46:18 +0200 Jérôme Roy [ldap] Use correct API for logging message
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Fri, 25 Jan 2013 14:33:40 +0100 Aurelien Campeas [merge] backport stable fixes
Tue, 18 Dec 2012 12:25:08 +0100 Sylvain Thénault [ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399 stable
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Wed, 09 Jan 2013 14:29:29 +0100 Aurelien Campeas [ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776) stable
Tue, 08 Jan 2013 15:53:22 +0100 Aurelien Campeas [ldaputils,ldapparser] correctly compute "deleted" users (closes #2542083) stable
Mon, 17 Dec 2012 14:26:41 +0100 Aurelien Campeas [ldapparser] demote warning level (actually important user info can leak there) (prepares #2542083) stable
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Wed, 17 Oct 2012 15:47:12 +0200 Aurelien Campeas [ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515) stable
Fri, 12 Oct 2012 16:05:16 +0200 Sylvain Thénault backport stable
Mon, 01 Oct 2012 12:40:35 +0200 Aurelien Campeas [ldapparser] raise specific error if the configuration is wrong (closes #2498164) stable
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 17 Jul 2012 12:24:46 +0200 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
Fri, 20 Jul 2012 10:46:27 +0200 Sylvain Thénault [ldap feed] add missing future import stable
Thu, 19 Jul 2012 16:41:10 +0200 Sylvain Thénault [ldap feed] fix error since with read security activated, password value is not selecteable (closes #2406597). Also add a note in the book about packages required to connect to an ldap server stable
Wed, 06 Jun 2012 10:30:54 +0200 Aurelien Campeas [ldapfeed] do not crash on ldap user deletion + pull + already deactivated users, cleanups (closes #2392933)
Thu, 31 May 2012 18:07:46 +0200 Aurelien Campeas [ldapparser] missing return
Thu, 31 May 2012 17:05:32 +0200 Aurelien Campeas [ldapparser] remove spurious print
Thu, 31 May 2012 15:56:21 +0200 Aurelien Campeas fix ldap removal handling in ldapfeed (closes #2376625 and #2385133)
Fri, 25 May 2012 16:19:21 +0200 Aurelien Campeas [web/views/staticcontroller] safety belt for unguessed mimetypes (closes #2380304)
Tue, 15 May 2012 14:44:45 +0200 Sylvain Thénault [datafeed] fix/finish cleanup started by auc in 8393:c25b96ae4f8a: parser.process prototytpe is (url, raise_on_error=False). Drop partialcommit argument which were never specified
Tue, 15 May 2012 10:32:53 +0200 Sylvain Thénault [ldapfeed] properly mark email address as encountered during import to avoid deleting them
Wed, 09 May 2012 16:35:46 +0200 Aurelien Campeas [ldapparser] cleanup
Wed, 09 May 2012 16:31:03 +0200 Aurelien Campeas [ldapparser] reapply dropped fix
Thu, 03 May 2012 15:52:01 +0200 Sylvain Thénault [ldap] we may actually get back password from ldap
Thu, 03 May 2012 15:45:58 +0200 Sylvain Thénault [ldapfeed] don't crash if entity is None. Closes (superficialy) #2341266
Tue, 14 Feb 2012 11:33:59 +0100 Sylvain Thénault [ldapfeed] fix synchronisation crash: ldap attributes are given while we want cw attributes
Tue, 31 Jan 2012 21:43:24 +0100 Sylvain Thénault [repository] ldap-feed source. Closes #2086984
less more (0) tip