index
:
LDAPUserFolder
LDAPUserFolder-1-branch
master
Superceded by Products.LDAPUserFolder
Jens Vagelpohl <jens@netz.ooo>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
- getting closer to the formatting used in modern Zope applications
HEAD
master
Jens Vagelpohl
2008-06-04
1
-71
/
+67
*
- move to the standard license preamble used by e.g. the CMF
Jens Vagelpohl
2008-06-04
27
-169
/
+312
*
- LDAPUserFolder.getUserByAttr: The negative login cache used for
Jens Vagelpohl
2008-06-03
4
-6
/
+38
*
- test suite: Rearrange imports to prevent error messages when the
Jens Vagelpohl
2008-06-03
4
-8
/
+11
*
- forgot the test file
Jens Vagelpohl
2008-05-30
1
-0
/
+0
*
- LDAPDelegate.search: Improve searches on binary attributes such as
Jens Vagelpohl
2008-05-30
2
-1
/
+8
*
- Improve binary attribute handlng by introducing a binary flag for
Jens Vagelpohl
2008-05-30
7
-15
/
+100
*
- ZMI Groups tab: Asking for the type of group via a separate
Jens Vagelpohl
2008-04-23
2
-1
/
+8
*
- LDAPUserFolder.getUserByAttr: made login attribute and uid attribute
Jens Vagelpohl
2008-04-17
2
-2
/
+10
*
- test checkin
Jens Vagelpohl
2008-04-09
1
-0
/
+1
*
- history juggling
Jens Vagelpohl
2008-01-01
2
-79
/
+81
*
- release prep
Jens Vagelpohl
2008-01-01
2
-2
/
+2
*
- updating copyright
Jens Vagelpohl
2008-01-01
1
-1
/
+1
*
- LDAPUserFolder.searchGroups: Make the code more defensive for
Jens Vagelpohl
2007-11-11
2
-1
/
+7
*
- Noted the danger of trying to install the CMFLDAP extensions into
Jens Vagelpohl
2007-11-09
4
-0
/
+15
*
- complete eradication of old loggers
Jens Vagelpohl
2007-09-20
2
-0
/
+17
*
- Added a __setstate__ hook for deleting old-style logger
Jens Vagelpohl
2007-09-19
2
-0
/
+10
*
- Added negative caching for users to avoid querying the LDAP server
Jens Vagelpohl
2007-09-04
5
-9
/
+56
*
- Removed failing unit test for old-style Zope 2 interfaces that
Jens Vagelpohl
2007-09-04
3
-24
/
+3
*
- to prevent possible LDAP schema violations, send as much data as
Jens Vagelpohl
2007-08-14
1
-0
/
+5
*
- CMFLDAP skins: Cleanups and changes to align the custom skin
Jens Vagelpohl
2007-08-14
5
-59
/
+50
*
- updates to make the profile work with GS 1.3+
Jens Vagelpohl
2007-08-14
2
-58
/
+5
*
- LDAPMemberDataTool: The "Member Properties" ZMI tab was broken
Jens Vagelpohl
2007-08-14
2
-1
/
+4
*
**NOTE**: In order to use the LDAP-based CMF membership components
Jens Vagelpohl
2007-08-14
7
-33
/
+28
*
- added a group/membership mapping for group type "univentionGroup"
Jens Vagelpohl
2007-08-14
2
-0
/
+9
*
- preparing release 2.8
Jens Vagelpohl
2007-06-13
2
-2
/
+2
*
- text reformatting and HTML cleanup
Jens Vagelpohl
2007-06-13
11
-338
/
+329
*
- LDAPUserSatellite.getGroups and LDAPUserSatellite.getAdditionalRoles:
Jens Vagelpohl
2007-03-29
3
-6
/
+27
*
- LDAPUserFolder.getGroupDetails: Removed a hardcoded list of possible
Jens Vagelpohl
2007-03-29
2
-1
/
+6
*
- more import cleanup after running Pyflakes
Jens Vagelpohl
2007-03-15
13
-23
/
+6
*
- Removed compatibility code for CMF < 1.6
Jens Vagelpohl
2007-03-15
2
-33
/
+13
*
- ensure CMF tool unit tests run against CMF 1.6 and up
Jens Vagelpohl
2007-02-11
27
-295
/
+203
*
- LDAPUserFolder/LDAPDelegate: Change the hash key generation which
Jens Vagelpohl
2007-02-10
3
-7
/
+12
*
- LDAPDelegate._connect: We now check to see if a new requested
Jens Vagelpohl
2006-12-10
2
-13
/
+37
*
- LDAPUserFolder.searchUsers: Faulty code would cause an exception
Jens Vagelpohl
2006-12-07
2
-3
/
+6
*
- utils: _verifyUnicode was faulty and would return non-unicode
Jens Vagelpohl
2006-11-21
4
-23
/
+39
*
- preparing release 2.8-beta
Jens Vagelpohl
2006-10-16
3
-4
/
+4
*
* Unforeseen software combinations, such as CMF < 1.6 in combination
Jens Vagelpohl
2006-10-02
2
-9
/
+17
*
* Fixed a broken security declaration for searchGroups and a
Jens Vagelpohl
2006-09-11
3
-3
/
+4
*
* LDAPDelegate.modify would attempt to modify a LDAP record even
Jens Vagelpohl
2006-09-07
2
-1
/
+11
*
- change test name. Unfortunately, the test is a decoy - all it does is ensure
Jens Vagelpohl
2006-09-03
1
-2
/
+2
*
* DNs were not properly escaped for such edge cases that needed
Jens Vagelpohl
2006-08-28
4
-5
/
+58
*
* Group deletion for groups with non-ASCII and non-UTF8 characters
Jens Vagelpohl
2006-08-27
3
-2
/
+30
*
- Next version means HISTORY/CHANGES reshuffle.
Jens Vagelpohl
2006-08-27
2
-69
/
+68
*
* Changes in GenericSetup meant attempting to register the extension
Jens Vagelpohl
2006-08-27
2
-12
/
+37
*
- add note that nested groups are currently not supported
Jens Vagelpohl
2006-07-24
1
-0
/
+2
*
- preparing release 2.7
Jens Vagelpohl
2006-07-20
2
-2
/
+2
*
* Sidnei da Silva took the time to root out any use of mutable
Jens Vagelpohl
2006-07-08
9
-199
/
+627
*
* Added a more powerful user search method named searchUsers.
Jens Vagelpohl
2006-06-18
4
-37
/
+183
*
- Fix handling of search filters that search for more than one attribute
Jens Vagelpohl
2006-06-18
1
-5
/
+26
[next]