29 Oct, 2012

1 commit


26 Oct, 2012

3 commits

  • 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
     
  • …ell as a rename of user to username
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1360 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    andi
     
  • - Indicate that changing from one sample to the next constitutes a configuration change and link to the section on changing the config
     - Specify a minimum memory requirement for an evaluation installation
    
    OPENIDM-799 Suggestions on improvement of OpenIDM install guide
    
     - Provide more info on where to find curl if it's not provided with your OS
     - Show comparative commands on Windows where special characters in curl commands needs to be escaped.
    
    This commit also fixes some grammar/style/indentation issues.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1355 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     

25 Oct, 2012

5 commits


24 Oct, 2012

1 commit


23 Oct, 2012

6 commits


22 Oct, 2012

2 commits


19 Oct, 2012

1 commit


18 Oct, 2012

3 commits


17 Oct, 2012

3 commits


16 Oct, 2012

2 commits


15 Oct, 2012

2 commits


13 Oct, 2012

1 commit


12 Oct, 2012

5 commits


11 Oct, 2012

3 commits

  • http://sources.forgerock.org/cru/CR-742
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1279 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     
  • git-svn-id: https://svn.forgerock.org/openidm/trunk@1278 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    omebold
     
  • OPENIDM-681 - Throw exception rather then return with the full set of system object if there is no query recognised 
    OPENIDM-729 - Accidentally I tested the userName parameter and it's a reserved parameter in Shell script. This change checks the parameters to match with the expected. 
    OPENIDM-730 - First version of a ClassLoader in between the OSGi and the Connector class loader. Later There may be a legacy ClassLoader service factory so each bundle can get a classloader which has the requesting bundle classloader as parent and the classloader can be updated runtime by dropping jar's into the lib folder.
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1277 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

10 Oct, 2012

2 commits

  • arithmetic.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1275 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    travis.hall
     
  • Updated TaskScanner REST action to use named configs now.
    Fixed timestamp format to enforce 3 digits of milliseconds.
    Fixed DateUtil to use a 'Z' for UTC time designation
    Renamed sample 'schedule-scansunset' to 'taskscan-sunset' for named conf
    purposes
    
    Added macro support to TaskScanner configs. Currently supports
    "Time.now" to obtain the current time and basic math (month, day, year)
    on that. Note that there MUST be a space between each token. For example
    "${Time.now + 1d}" where there is a space between 'Time.now', '+' and '1d'
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1274 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    travis.hall