17 Jun, 2015

1 commit


08 May, 2015

1 commit


20 Apr, 2015

1 commit


16 Mar, 2015

1 commit


12 Mar, 2015

1 commit

  • …icense plugin in order to generate an automated report to track Open Source licenses
    Intermediate Git commits:
    - Wrong license for the com.sun.web.ui dependency
    - Switch to the latest version of Forgerock Parent to test the license merge (Maven license plugin)
    - Git svn rebase, new properties files and new license in existing properties files
    - Switch to the new Forgerock Parent version (1.2.8)
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12969 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    b.lavit
     

12 Feb, 2015

1 commit

  • Commit contains stories: AME-5385, AME-5386 (CR-5922), AME-5391 (CR-5924), AME-5382 (CR-5813),
     AME-5383 (CR-5846), AME-5384 (CR-5847), AME-5387 (CR-5869), AME-5390 (CR-5822), 
    AME-5392 (CR-5839), AME-5535 (CR-5936), AME-5534 (CR-5921), AME-5498 (CR-5933), 
    AME-5537 (CR-6037), AME-5539 (CR-5980)
    
    initial_uma@r12470
    
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12472 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    phillcunnington
     

12 Jan, 2015

1 commit


26 Nov, 2014

1 commit


01 Oct, 2014

1 commit


30 Sep, 2014

1 commit


26 Sep, 2014

1 commit


14 Sep, 2014

2 commits


11 Sep, 2014

1 commit


18 Aug, 2014

1 commit


30 Jul, 2014

1 commit


21 Jul, 2014

1 commit


01 Jul, 2014

1 commit


13 May, 2014

1 commit


25 Mar, 2014

1 commit


21 Mar, 2014

1 commit


07 Mar, 2014

2 commits


25 Feb, 2014

2 commits


24 Feb, 2014

1 commit


19 Feb, 2014

1 commit


18 Feb, 2014

3 commits


12 Feb, 2014

2 commits


06 Feb, 2014

2 commits


03 Oct, 2013

1 commit


25 Sep, 2013

1 commit


04 Sep, 2013

1 commit


15 Aug, 2013

2 commits

  • * Removing obsolete code
    * Moving lockhart to console
    * Separating out configurator and upgrade tool from openam-core
    * Moving LDIF files to their correct location
    * Removing unnecessary files
    * Fixing component builds after removing openam-locale
    * Updates based on review comments
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6286 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • * Use commons-lang 2 consistently, and remove commons-lang3
    * Remove JMQ/JMS dependencies
    * Removing backport-util-concurrent
    * Aligning license headers
    * Moving amadmtools to openam-core for now (it may be extracted in the
    future, when all the CLI tools have their own modules)
    * Consolidating POMs
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6284 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

08 Aug, 2013

1 commit

  • This merge also includes changes for:
    * short reports were always generated when clicking on an actionlink, even
    though the report isn't actually displayed.
    
    * Implementation of OPENAM-1630
    SAML2 metadata signatures are now compliant with the specification.
    Within this change two new realm level option has been introduced:
    metadataSigningKey
    metadataSigningKeyPass
    These will tell OpenAM which private key to use for signing the SAML2
    metadata. In case the SAML entity is remote, OpenAM will try to maintain
    the original XML signature (if present), otherwise it will be signed with
    the configured key.
    
    * Fixing minor bug with configurator in case the system is already upgraded.
    The problem was that the request for upgrade.htm resulted in a redirect
    which has been automatically followed, so the final response code was 200,
    and that confused the configurator.
    
    * Fix for OPENAM-2710
    
    * Fix for OPENAM-2064
    Dashboard service has been extracted to a separate LDIF file and the schema
    is now available for all supported data store types.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6187 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major