16 Apr, 2014

1 commit


07 Apr, 2014

1 commit


17 Mar, 2014

2 commits


15 Jul, 2013

1 commit

  • Add retry capability for liveSync failures; support dead-letter queue, logging,
    and scriptable failure handlers.
    merge -r2260:2287 https://svn.forgerock.org/openidm/branches/OPENIDM-1326
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2288 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     

10 May, 2013

1 commit


28 Mar, 2013

1 commit


31 Jan, 2013

1 commit


17 Dec, 2012

1 commit


11 Dec, 2012

1 commit


10 Dec, 2012

1 commit


09 Aug, 2012

1 commit


08 Aug, 2012

2 commits


13 Jan, 2012

1 commit


30 Dec, 2011

1 commit


24 Dec, 2011

1 commit


23 Dec, 2011

1 commit


13 Dec, 2011

2 commits


12 Dec, 2011

2 commits


05 Dec, 2011

1 commit


30 Nov, 2011

1 commit


24 Nov, 2011

1 commit


01 Nov, 2011

2 commits


07 Oct, 2011

1 commit

  • Disable the pretty config printing to save space in DB
    Fix the MedataDataProvider bug when the connector has no sensitive attribute
    Make the database schema configuration optional and default to null instead of openidm
    Add the task name to scheduled job log
    Add the user creation script to MySQL script 
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@434 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

04 Sep, 2011

1 commit


01 Sep, 2011

2 commits


29 Aug, 2011

2 commits


23 Aug, 2011

1 commit


18 Aug, 2011

1 commit

  • …esource. By default the development mode allows any script execution but the production config does not allows it. Initial commit contains only the development functionality for testing.
    Add a symmetric key to the keystore and update the truststore with the default public certificates.  
    OrientDB Config got a new query to make easy the test the patch-by-query http://localhost:8080/openidm/managed/user?_action=patch&_query-id=for-username&uid=DDOE and the patch [{"replace" : "/email","value" : ["ddoe2@example.com"]}]
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@329 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

14 Jul, 2011

1 commit


07 Jul, 2011

1 commit

  • Fix the attributes to get operation option. It's always available now
    Fix the unescaped _id value when live sync calls the SynchronisationListener
    Fix the NPE when system.properties file is not available for embedded OSGi
     
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@280 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

04 Jul, 2011

1 commit

  • SynchronizationListener interface now has only one onUpdate method.
    SynchronizationListener interface uses JsonNodes instead of Maps.
    Perform diff of target in ObjectMapping to prevent infinite recursion.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@269 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    pbryan
     

20 Jun, 2011

1 commit


11 Jun, 2011

1 commit

  • Fix the failing live synchronisation (qualified id is provided now).
    Fix the relative path string problem on OSX.
    Update the web app dependencies and fix the jetty runner.
    
    Start the embedded OpenIDM:
    	$ cd trunk/openidm-webapp/ 
    	$ mvn jetty:run-war
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@229 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo