05 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1418 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1416 d98387aa-ee2c-4292-a9e6-504d2a719fd3
02 Nov, 2012
2 commits
-
Merging in changes from UI branch to trunk git-svn-id: https://svn.forgerock.org/openidm/trunk@1412 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ion of policies, server side enforcement of policies, support for "required" policy, support for policy config inside component configs, policy request/response format changes, support for additional policy scirpts, other minor fixes. git-svn-id: https://svn.forgerock.org/openidm/trunk@1401 d98387aa-ee2c-4292-a9e6-504d2a719fd3
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
15 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1293 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Oct, 2012
1 commit
-
… Should be complemented by changes to json resource to disallow PUT on ids ending with / git-svn-id: https://svn.forgerock.org/openidm/trunk@1285 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Oct, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1245 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…m/recon resource with ability to start recon in async or sync fashion, listing recon runs, cancel recon run. Addresses tickets OPENIDM-688 Listing, OPENIDM-689 Progress, OPENIDM-690 Cancel, OPENIDM - 692 return immediately with id after starting reconciliation git-svn-id: https://svn.forgerock.org/openidm/trunk@1244 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Sep, 2012
1 commit
-
…itialized, but not yet save/created, i.e. doesn't yet have an id. This is necessary as onCreate gets called before the actual create call to the repository and hence the object doesn't yet have an id assigned git-svn-id: https://svn.forgerock.org/openidm/trunk@1217 d98387aa-ee2c-4292-a9e6-504d2a719fd3
04 Sep, 2012
2 commits
-
…ALSE) to sync mapping to allow disabling the empty target set optimization git-svn-id: https://svn.forgerock.org/openidm/trunk@1194 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…imization, start of a reconciliation context for controlling and monitoring reconciliation runs git-svn-id: https://svn.forgerock.org/openidm/trunk@1193 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 Aug, 2012
2 commits
-
…e constraints on links table. git-svn-id: https://svn.forgerock.org/openidm/trunk@1179 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…e constraints on links table. git-svn-id: https://svn.forgerock.org/openidm/trunk@1176 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Aug, 2012
1 commit
-
resets. Also added the ability to watch specified fields for changes (beyond just the password). Updated default conf/audit.json with these configuration options. git-svn-id: https://svn.forgerock.org/openidm/trunk@1164 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Aug, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1161 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Aug, 2012
1 commit
-
…essary link update, jdbc repo parser re-use) and additional monitoring instrumentation. git-svn-id: https://svn.forgerock.org/openidm/trunk@1157 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Aug, 2012
1 commit
-
…agment (package renaming), and set openidm-quartz-fragment to get installed explicitly in the config.properties file. git-svn-id: https://svn.forgerock.org/openidm/trunk@1153 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Aug, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1146 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Aug, 2012
1 commit
-
…ollowing mapping configuration. } "situation" : "ABSENT", "action" : { "type" : "text/javascript", "source" : "try {openidm.action('sync',recon.actionParam)} catch(e) {java.lang.System.out.println(e)};'ASYNC'" }, "postAction" : { "type" : "text/javascript", "source" : "java.lang.System.out.println('Post action: ' + situation + ':' + action)" } } git-svn-id: https://svn.forgerock.org/openidm/trunk@1137 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Aug, 2012
1 commit
-
DateUtil is now stored in the ObjectMapping statically and passed into the ReconEntry for timestamp creation. git-svn-id: https://svn.forgerock.org/openidm/trunk@1133 d98387aa-ee2c-4292-a9e6-504d2a719fd3
02 Aug, 2012
2 commits
-
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
-
…context filter (by removing "trigger"). git-svn-id: https://svn.forgerock.org/openidm/trunk@1127 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Jul, 2012
1 commit
-
…gers". The configuration model was extended to include a section for "triggers" and the actions to audit. git-svn-id: https://svn.forgerock.org/openidm/trunk@1095 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1043 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Mar, 2012
1 commit
-
…uitable for monitoring or debugging. Enhanced scheduler to keep configuration name in context and use that as a baseline for embedded script naming. git-svn-id: https://svn.forgerock.org/openidm/trunk@1018 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1015 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1008 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1001 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Feb, 2012
1 commit
-
…ts or toString to make it easier to internationalize and avoid NPE issues git-svn-id: https://svn.forgerock.org/openidm/trunk@950 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Feb, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@944 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Feb, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@920 d98387aa-ee2c-4292-a9e6-504d2a719fd3
02 Feb, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@903 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Jan, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@809 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Dec, 2011
1 commit
-
Fix the scm urls Fix the imported package versions git-svn-id: https://svn.forgerock.org/openidm/trunk@707 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@704 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 Dec, 2011
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@683 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Decorates HTTP context with assigned roles in "openidm-roles" security member. Managed object set enforces "id" provided for specific operations. Fix false assumption that all entities for action are maps. git-svn-id: https://svn.forgerock.org/openidm/trunk@682 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@681 d98387aa-ee2c-4292-a9e6-504d2a719fd3