08 May, 2014

1 commit

  • Relax restrictions on GET requests, so that the presence of a custom header isn't necessary
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3162 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     

05 May, 2014

1 commit


02 May, 2014

1 commit


30 Apr, 2014

2 commits


28 Apr, 2014

1 commit


23 Apr, 2014

1 commit


22 Apr, 2014

1 commit


16 Apr, 2014

1 commit


08 Apr, 2014

1 commit


03 Apr, 2014

1 commit


19 Mar, 2014

2 commits


17 Mar, 2014

1 commit


14 Feb, 2014

1 commit


12 Dec, 2013

1 commit


19 Nov, 2013

1 commit


23 Sep, 2013

2 commits


09 Aug, 2013

1 commit


18 Jul, 2013

1 commit


17 Jul, 2013

1 commit


11 Jun, 2013

1 commit


17 May, 2013

1 commit


30 Apr, 2013

1 commit


17 Apr, 2013

1 commit


19 Mar, 2013

1 commit


18 Mar, 2013

1 commit


08 Mar, 2013

1 commit


07 Mar, 2013

2 commits


22 Feb, 2013

1 commit


31 Jan, 2013

1 commit


23 Jan, 2013

1 commit


22 Jan, 2013

2 commits


17 Jan, 2013

1 commit


15 Jan, 2013

1 commit


08 Jan, 2013

1 commit

  • OPENIDM-482 / CR-1155 - OpenIDM should be able to run as a windows service
    OPENIDM-749 / CR-1154 - Ability to set project directory at start-up 
    OPENIDM-1021 / CR-1154 - Wrong starting arguments during start could throw an error or warning.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1867 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

04 Jan, 2013

1 commit

  • … try using add when replace fails
    
    These changes allow for the possibility of a non-existent password property on the managed/user object as a valid state.  This could arise when, for example, a record was create via recon from a source system which doesn't expose a cleartext password.  Code changes to policy and onCreate script to make this more sensible, and within the UI code to do an "add"-type of patch rather than a "replace" patch (which would fail, since the property doesn't exist).
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1864 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel