- branches/
- opends1/
- tags/
- trunk/
- README
Stats
Commits this week: 18
| Total Committers: | 62 |
|---|---|
| Last Commit: | 23 May |
| Commits this week: | 18 |
| Total Lines of Code (LoC): | 2,848,609 |
| Net change in LoC this week: | 1,872 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
opendj
matthew
Add support for complex and simple JSON attribute mappings.
added 2
java files and modified 4 files
matthew
* simplify example code and add groups container
* allow AttributeMappers to throw ResourceExceptions instead of LDAP ErrorResultExceptions
* rename IdentityAttributeMapper -> SimpleAttributeMapper.
* allow AttributeMappers to throw ResourceExceptions instead of LDAP ErrorResultExceptions
* rename IdentityAttributeMapper -> SimpleAttributeMapper.
added 2
java files, deleted IdentityAttributeMapper.java and modified 4 java files
matthew
Exclude core attributes from attribute mapper.
modified
Example.java
matthew
Checkpoint basic GET functionality, including example gateway for testing.
curl -X GET http://localhost:8080/example
curl -X GET http://localhost:8080/example/8029a8f1-fe4c-3e5c-a3b5-78a65825f127
curl -X GET http://localhost:8080/example
curl -X GET http://localhost:8080/example/8029a8f1-fe4c-3e5c-a3b5-78a65825f127
added
Example.java, deleted 2 java files and modified 5 files
- … 3 more files in changeset.
Mark
Align with r8013
modified
RewriterProxy.java
matthew
Relax attribute description constraint for renameAttribute().
modified
Attributes.java
Ludovic Poitou
Fix OPENDJ-487: Normal acis under cn=config are not loaded at startup.
Backport to 2.4 branch
Forgot to remove unused import.
Backport to 2.4 branch
Forgot to remove unused import.
deleted from
AciHandler.java
Mark
Link to I18N framework site
modified
chap-i18n.xml
Ludovic Poitou
Fix OPENDJ-487: Normal acis under cn=config are not loaded at startup.
Backport to 2.4 branch
Rather than using regular internal connection search, lets search directly in the config backend, as it's not yet registered as a workflow.
The method is similar to what is done for the subEntryManager and the groupManager.
Backport to 2.4 branch
Rather than using regular internal connection search, lets search directly in the config backend, as it's not yet registered as a workflow.
The method is similar to what is done for the subEntryManager and the groupManager.
modified
AciHandler.java
Ludovic Poitou
Fix OPENDJ-487: Normal acis under cn=config are not loaded at startup.
Rather than using regular internal connection search, lets search directly in the config backend, as it's not yet registered as a workflow.
The method is similar to what is done for the subEntryManager and the groupManager.
Rather than using regular internal connection search, lets search directly in the config backend, as it's not yet registered as a workflow.
The method is similar to what is done for the subEntryManager and the groupManager.
modified
AciHandler.java
Mark
Mark
Some updates to the example based on Matt's suggestions
Also a little script to smoke test the different requests and entries being rewritten
Also a little script to smoke test the different requests and entries being rewritten
added 2 files and modified
RewriterProxy.java
Mark
Cleanup
deleted from
chap-ldap-operations.xml
Mark
Missed a spot with r8004
modified
index.xml.vm
Mark
Draft example that does very basic DN and attribute rewriting
added
RewriterProxy.java and modified chap-simple-proxy.xml
Mark
Use a LinkedHashMapEntry instead of a TreeMapEntry (not sure why I wanted to sort attributes before)
modified 2 files
Mark
Align with r8000
modified 2 files
gary.williams
Fix aci effective rights control functional test
modified
targetcontrol_tests.xml
matthew
Fix Proxy example to use authenticated connections for proxied operations.
modified
Proxy.java
Mark
Typo
modified
BindRequest.java
gary.williams
dsconfig properties functional tests should support --advanced
added to
dsconfig.xml and modified dsconfig_get_tests.xml
gary.williams
Set to false strict-format for certificate syntax in binary attributes functional test
added to
core_binaryattr_tests.xml
matthew
matthew
Mark
Drop sections on custom controls and custom extended operations from the dev guide for now.
deleted from 2
xml files
gary.williams
Fix use of invalid certificateSyntax in security functional tests
added to
security.xml and modified client_auth_setup.xml
matthew
Checkpoint dev.
added 4
java files and modified 3 java files
matthew
Fix OPENDJ-497: Add support for user defined parsing: AttributeParser.as() and AttributeParser.asSetOf()
changed 15
java files
- … 10 more files in changeset.
matthew
Fix OPENDJ-496: Add support for creating lessThan and greaterThan filters
added to
Filter.java and modified FilterTestCase.java
