17 Mar, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2979 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Sep, 2013
1 commit
-
…e repository based on the clustered instance type. git-svn-id: https://svn.forgerock.org/openidm/trunk@2499 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Sep, 2013
1 commit
-
…ameters were getting added to scope. git-svn-id: https://svn.forgerock.org/openidm/trunk@2462 d98387aa-ee2c-4292-a9e6-504d2a719fd3
31 May, 2013
1 commit
-
Provide an OpenICF/ScriptedSQL sample. git-svn-id: https://svn.forgerock.org/openidm/trunk@2191 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 May, 2013
1 commit
-
… in activity audit log. git-svn-id: https://svn.forgerock.org/openidm/trunk@2159 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 May, 2013
1 commit
-
Avoids reported internal server error overflowing database column. git-svn-id: https://svn.forgerock.org/openidm/trunk@2138 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Apr, 2013
1 commit
-
…l REST call. Also added an Exception Factory for mapping error codes to specific ObjectSetExceptions. git-svn-id: https://svn.forgerock.org/openidm/trunk@2089 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Mar, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2045 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Dec, 2012
1 commit
-
… tracker, enhnacement to audit service modified handling, augment system bundle with full javax.transaction classes git-svn-id: https://svn.forgerock.org/openidm/trunk@1776 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Dec, 2012
2 commits
-
…ns compatible with recon. Do not read the source for onDelete. Include a message with ERROR action. git-svn-id: https://svn.forgerock.org/openidm/trunk@1765 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1758 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Nov, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1675 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1674 d98387aa-ee2c-4292-a9e6-504d2a719fd3
21 Nov, 2012
2 commits
-
… enforcement and helper logic of router authorization script. Moved router-authz.js to bin/defaults. git-svn-id: https://svn.forgerock.org/openidm/trunk@1624 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1620 d98387aa-ee2c-4292-a9e6-504d2a719fd3
19 Nov, 2012
1 commit
-
http://sources.forgerock.org/cru/CR-902 git-svn-id: https://svn.forgerock.org/openidm/trunk@1581 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Nov, 2012
1 commit
-
http://sources.forgerock.org/cru/CR-891 This also includes global rename of _query-id to _queryId and _query-expression to _queryExpression. Note for documenters: there are several changes expected to be made soon; review the code review (linked above) and note Andi's comments git-svn-id: https://svn.forgerock.org/openidm/trunk@1531 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1507 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1505 d98387aa-ee2c-4292-a9e6-504d2a719fd3
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
01 Nov, 2012
1 commit
-
…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
26 Oct, 2012
1 commit
-
…ell as a rename of user to username git-svn-id: https://svn.forgerock.org/openidm/trunk@1360 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Oct, 2012
1 commit
-
taskscanner service. Updated DateUtil to use JodaTime for easier timestamp handling (both creation and parsing into Date objects). JodaTime should be faster and is threadsafe, so DateUtils can now be shared. Also renamed the taskscan-sunset.json config to schedule-taskscan_sunset.json so that the scheduler will pick up the config by default (otherwise it would not be available for schedule execution and would only be available for REST execution) git-svn-id: https://svn.forgerock.org/openidm/trunk@1332 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Oct, 2012
2 commits
-
arithmetic. git-svn-id: https://svn.forgerock.org/openidm/trunk@1275 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
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
03 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1246 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1209 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
08 Aug, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Aug, 2012
1 commit
-
from Apache Commons Lang Added dependency on Apache Commons Lang3 version 3.1 git-svn-id: https://svn.forgerock.org/openidm/trunk@1135 d98387aa-ee2c-4292-a9e6-504d2a719fd3
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
06 Jul, 2012
1 commit
-
…DataProvider, and usage/setting (w/callback impl) in the ProviderTracker. Updated MetaDataProvider implementations. git-svn-id: https://svn.forgerock.org/openidm/trunk@1092 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1032 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1019 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1014 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1006 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Jan, 2012
1 commit
-
… JsonValue(null) return value git-svn-id: https://svn.forgerock.org/openidm/trunk@795 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@702 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 Dec, 2011
2 commits
-
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
-
…les, in addition to authenticating against the managed users git-svn-id: https://svn.forgerock.org/openidm/trunk@670 d98387aa-ee2c-4292-a9e6-504d2a719fd3