11 Dec, 2012
9 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
-
https://bugster.forgerock.org/jira/browse/OPENIDM-1006#comment-17456 - further testing by Laurent, specifically on complex attributes git-svn-id: https://svn.forgerock.org/openidm/trunk@1764 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…rrect access to optional feature securityQA https://bugster.forgerock.org/jira/browse/OPENIDM-1032 - When only security questions are enabled, an authz failure occurs when attempts to reset password git-svn-id: https://svn.forgerock.org/openidm/trunk@1763 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ioner and schedule. Be aware that from now on we will have sync, provisioner and scheduler in unsatisfied per default. git-svn-id: https://svn.forgerock.org/openidm/trunk@1762 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
https://bugster.forgerock.org/jira/browse/OPENIDM-1025 - New sample workflow git-svn-id: https://svn.forgerock.org/openidm/trunk@1761 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
https://bugster.forgerock.org/jira/browse/OPENIDM-1025 - New sample workflow git-svn-id: https://svn.forgerock.org/openidm/trunk@1760 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1759 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1758 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ed with arbitrary HTML code http://sources.forgerock.org/cru/CR-1073 - OpenIDM - prevent embedded HTML from rendering in the UI git-svn-id: https://svn.forgerock.org/openidm/trunk@1757 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Dec, 2012
7 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1756 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1754 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ems ot be an indication of problems with lazy activated services. git-svn-id: https://svn.forgerock.org/openidm/trunk@1753 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1752 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1751 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1750 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
and OPENIDM-915 - CLI.SH: documentation enhancement propositions on validate and configexport git-svn-id: https://svn.forgerock.org/openidm/trunk@1749 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Dec, 2012
4 commits
-
OPENIDM-998 / CR-1062- The create, update, patch, delete should return even if it's called from script git-svn-id: https://svn.forgerock.org/openidm/trunk@1748 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1747 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…g resolution to older package in jdk git-svn-id: https://svn.forgerock.org/openidm/trunk@1746 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1745 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Dec, 2012
6 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1744 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…hout disruption, explicit control of config file encoding git-svn-id: https://svn.forgerock.org/openidm/trunk@1743 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1742 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1741 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Also included is an update to most recent changes to policy.js, fixing issue discovered with workflow testing. git-svn-id: https://svn.forgerock.org/openidm/trunk@1740 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
http://sources.forgerock.org/cru/CR-1057 Calls to patch were failing now that validation is properly being applied to patch calls. The failure was due to the fact that the whole object was being validated, and some properties in the object were requiring reauth. So even if you were not changing a property which required reauth, the reauth validation rule was being raised. This fixed the problem by not raising the failure if the value being evaluated is the same as the current value for the object. https://bugster.forgerock.org/jira/browse/OPENIDM-1011 git-svn-id: https://svn.forgerock.org/openidm/trunk@1739 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Dec, 2012
13 commits
-
failures in ManagedObjectSet.patch git-svn-id: https://svn.forgerock.org/openidm/trunk@1738 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
http://sources.forgerock.org/cru/CR-1050 Related to symptom observed in this JIRA: https://bugster.forgerock.org/jira/browse/OPENIDM-932 git-svn-id: https://svn.forgerock.org/openidm/trunk@1737 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1736 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…e, optional root pwd setting clean-up git-svn-id: https://svn.forgerock.org/openidm/trunk@1735 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…samples started by -p option git-svn-id: https://svn.forgerock.org/openidm/trunk@1732 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…sDirectHttp" flag to indicate an "http" request type. git-svn-id: https://svn.forgerock.org/openidm/trunk@1730 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ms - moving groovy-all bundle to osgi start level 9 solves the issue git-svn-id: https://svn.forgerock.org/openidm/trunk@1729 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1728 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
(use the new openidm.action('workflow/processinstance', ...) syntax instead) when starting a new workflow git-svn-id: https://svn.forgerock.org/openidm/trunk@1727 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
http://sources.forgerock.org/cru/CR-1039 https://bugster.forgerock.org/jira/browse/OPENIDM-985 git-svn-id: https://svn.forgerock.org/openidm/trunk@1725 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1724 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
http://sources.forgerock.org/cru/CR-1043 https://bugster.forgerock.org/jira/browse/OPENIDM-1006 git-svn-id: https://svn.forgerock.org/openidm/trunk@1723 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1721 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Dec, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1719 d98387aa-ee2c-4292-a9e6-504d2a719fd3