29 Oct, 2012
4 commits
-
… is successful or failed, and whether that state changes whilst it's running. Check currently is on running bundles and services, not deeper. Will get complemented by a scriptable info service for health/ping git-svn-id: https://svn.forgerock.org/openidm/trunk@1372 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… is successful or failed, and whether that state changes whilst it's running. Check currently is on running bundles and services, not deeper. Will get complemented by a scriptable info service for health/ping git-svn-id: https://svn.forgerock.org/openidm/trunk@1371 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… is successful or failed, and whether that state changes whilst it's running. Check currently is on running bundles and services, not deeper. Will get complemented by a scriptable info service for health/ping git-svn-id: https://svn.forgerock.org/openidm/trunk@1370 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1367 d98387aa-ee2c-4292-a9e6-504d2a719fd3
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
-
…ell as a rename of user to username git-svn-id: https://svn.forgerock.org/openidm/trunk@1360 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
- 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
25 Oct, 2012
5 commits
-
This fix adds the encrypt command-line utility. I've created a new chapter for the CLI, since the title "Starting & Stopping OpenIDM" doesn't fit the rest of the commands in this section - I also expect we'll have a more comprehensive CLI at some point. So, the fix adds the encrypt command and moves the other commands out of the starting and stopping chapter. git-svn-id: https://svn.forgerock.org/openidm/trunk@1351 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1349 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1348 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Access to query expressions over REST is disallowed by default. This change to the doc states that it should remain disallowed in production and how to allow it for testing/dev purposes. The fix also updates password enryption to use the new encrypt command and fixes a couple of style/grammar issues. git-svn-id: https://svn.forgerock.org/openidm/trunk@1346 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1343 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Oct, 2012
6 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1337 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1336 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…orization to disallow query expression over http. git-svn-id: https://svn.forgerock.org/openidm/trunk@1335 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1334 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1333 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
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
22 Oct, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1329 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Add a link to the supported/tested versions of MySQL git-svn-id: https://svn.forgerock.org/openidm/trunk@1327 d98387aa-ee2c-4292-a9e6-504d2a719fd3
19 Oct, 2012
1 commit
-
… can use a browser-based REST client as well. git-svn-id: https://svn.forgerock.org/openidm/trunk@1323 d98387aa-ee2c-4292-a9e6-504d2a719fd3
18 Oct, 2012
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1317 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…horization failure. The detailCode approach needs to find an equivalent in the commons FR rest library git-svn-id: https://svn.forgerock.org/openidm/trunk@1316 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
OPENIDM-768 Remove processDefinitionId and/or key from workflow process variables when starting a workflow OPENIDM-771 Change HTTP 400 return code to 403 where there is no operation implemented on the requested resource in workflow API OPENIDM-773 Add some missing attributes to the GET /workflow/processdefinition response object OPENIDM-774 Add superProcessInstanceId to the /workflow/processinstance/{id} response object OPENIDM-775 Return HTTP 404 when the requested workflow resource is not found OPENIDM-776 Add some missing attributes to the GET /workflow/taskinstance response object CR-771 git-svn-id: https://svn.forgerock.org/openidm/trunk@1314 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 Oct, 2012
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1313 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Automate OpenIDM start in functional test project git-svn-id: https://svn.forgerock.org/openidm/trunk@1312 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1306 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Oct, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1300 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
http://sources.forgerock.org/cru/CR-768#CFR-12724 git-svn-id: https://svn.forgerock.org/openidm/trunk@1298 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Oct, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1293 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1292 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1290 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Oct, 2012
5 commits
-
…on of new users via self-service) git-svn-id: https://svn.forgerock.org/openidm/trunk@1289 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1286 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… 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
-
OpenIDM 2.1.0 Installation Guide Documentation Suggestion git-svn-id: https://svn.forgerock.org/openidm/trunk@1284 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
OPENIDM-701 - Update reconciliation documentation for separate recon service OPENIDM-700 - How to display current and past reconciliation runs OPENIDM-699 - Document interaction with reconciliation runs based on ID I have also fixed a couple of typos and style/indentation issues. git-svn-id: https://svn.forgerock.org/openidm/trunk@1282 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Oct, 2012
2 commits
-
http://sources.forgerock.org/cru/CR-742 git-svn-id: https://svn.forgerock.org/openidm/trunk@1279 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1278 d98387aa-ee2c-4292-a9e6-504d2a719fd3