06 Nov, 2012

5 commits


05 Nov, 2012

9 commits


03 Nov, 2012

2 commits


02 Nov, 2012

7 commits


01 Nov, 2012

3 commits

  • Large refactor of the service to separate the context, job
    execution, and job metrics from the service's interface and covers the
    following enhancements:
    
        * [OPENIDM-791] - Configurable execution policy - serial or parallel
        * [OPENIDM-792] - Progress, state, history info and
            async/sync execution flag ("waitForCompletion")
        * [OPENIDM-793] - Support canceling taskscanner run
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1396 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    travis.hall
     
  • This fix describes the new "scope" property that can be set for managed objects, and how to work around private properties if you are updating an object over REST. 
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1395 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     
  • …tations of info/ping and info/login, and a sample of how to customize
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1394 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    andi
     

31 Oct, 2012

2 commits


30 Oct, 2012

3 commits


29 Oct, 2012

8 commits


26 Oct, 2012

1 commit

  • Added "scope" field to managed.json properties. Supports "public" and
    "private". If none is set, property is assumed to be "public" and thus
    not filtered out.
    
    Also updated the defaults in managed.json and router.json and removed
    the ui-workaround to sensitive attributes.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1361 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    travis.hall