31 May, 2013

1 commit


22 May, 2013

1 commit

  • Phase 1 of OPENIDM-1310 to allow audit logging to any target
    This allows audit logging for specific eventTypes to be directed to specific
    targets by configuring a "logTo" property for the eventType in audit.json:
    
    {
        "eventTypes" : {
            "activity" : {
                "filter" : {
                    "actions" : [
                        "create",
                        "update",
                        "delete",
                        "patch",
                        "action"
                    ]
                },
                "logTo" : [
                    {
                        "logType" : "csv",
                        "location" : "activity",
                        "recordDelimiter" : ";"
                    }
                ],
                "watchedFields" : [ ],
                "passwordFields" : [ "password" ]
            },
            "recon" : {
                "logTo" : [
                    {
                        "logType" : "csv",
                        "location" : "recon",
                        "recordDelimiter" : ";"
                    }
                ]
            }
        },
        "logTo" : [
            {
                "logType" : "csv",
                "location" : "audit",
                "recordDelimiter" : ";"
            },
            {
                "logType" : "repository",
                "useForQueries" : true
            }
        ],
        "exceptionFormatter" : {
            "type" : "text/javascript",
            "file" : "bin/defaults/script/audit/stacktraceFormatter.js"
        }
    }
    
    sets activity to log to activity.csv, recon to log to recon.csv, and all other events
    to log to audit.csv and the configured repository.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@2168 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     

17 May, 2013

1 commit


15 May, 2013

1 commit


03 May, 2013

3 commits


02 May, 2013

1 commit


01 May, 2013

1 commit


30 Apr, 2013

1 commit


26 Apr, 2013

1 commit


13 Dec, 2012

2 commits


08 Dec, 2012

1 commit


05 Nov, 2012

1 commit

  • Assign directories to different location:
    bin => install-location
    bundle => install-location
    conf => project-location
    connectors => install-location
    db => work-location
    logs => work-location
    script => project-location
    security => install-location
    workflow => install-location
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1426 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Laszlo
     

17 Aug, 2012

1 commit


15 Aug, 2012

1 commit


10 Aug, 2012

1 commit


08 Aug, 2012

1 commit


02 Aug, 2012

1 commit

  • Modified how DateUtils works: no longer a works statically and instead
    contains factory methods to create DateUtil objects with specifically
    configured (or default) time zones.
    
    Also updated timestamps in audit logs to utilize UTC by default. As a
    future endeavor, it would be useful to allow these to be configured.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1128 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    travis.hall
     

11 Jul, 2012

1 commit


20 Mar, 2012

1 commit


30 Dec, 2011

1 commit


24 Dec, 2011

1 commit


12 Dec, 2011

1 commit


01 Nov, 2011

1 commit


29 Sep, 2011

1 commit


05 Sep, 2011

2 commits


04 Sep, 2011

1 commit


23 Aug, 2011

1 commit


16 Aug, 2011

1 commit


27 Jun, 2011

1 commit


20 Jun, 2011

1 commit


07 Jun, 2011

2 commits


05 Jun, 2011

1 commit


29 May, 2011

1 commit


20 May, 2011

2 commits