Skip to content

Commits

Commits on Nov 2, 2022

  1. Fix documentation for basic auth

    Fix the documentation for basic auth, specifically
    the file path containing the mapping from username to
    hashed passwords.
    skoranda committed Nov 2, 2022
    Copy the full SHA
    b31073f View commit details

Commits on Feb 23, 2022

  1. Updates for 4.0.2 release

    Updates for 4.0.2 release.
    skoranda committed Feb 23, 2022
    Copy the full SHA
    3959fb5 View commit details

Commits on Dec 7, 2021

  1. Update for COmanage Registry 4.0.1 release

    Updates for the COmanage Registry 4.0.1 release.
    skoranda committed Dec 7, 2021
    Copy the full SHA
    bc47b4b View commit details

Commits on May 24, 2021

  1. Update documentation to reflect release 3.3.3

    Update the documentation to reflect the release of COmanage
    Registry version 3.3.3.
    skoranda committed May 24, 2021
    Copy the full SHA
    610b497 View commit details

Commits on Oct 26, 2020

  1. Update COmanage Registry version to 3.3.1

    Update the COmanage Registry version for the 3.3.1 release.
    skoranda committed Oct 26, 2020
    Copy the full SHA
    ef9a218 View commit details

Commits on Apr 30, 2020

  1. Updates for COmanage Registry 3.2.4 release

    Updates for the COmanage Registry 3.2.4 release.
    skoranda committed Apr 30, 2020
    Copy the full SHA
    bd11ced View commit details

Commits on Apr 22, 2019

  1. Refactor to use Docker multi-stage builds.

    Refactored the Dockerfiles and related
    tooling to leverage Docker multi-stage build
    functionality. Also updated base containers
    to pick up later releases of Apache HTTP Server,
    PHP, Shibboleth SP, and mod_auth_openidc.
    skoranda committed Apr 22, 2019
    Copy the full SHA
    afd84cf View commit details

Commits on Nov 29, 2018

  1. Fix bug enabling plugins

    Fix bug when using the environment variable
    COMANAGE_REGISTRY_ENABLE_PLUGIN to specify a comma separated list of
    plugins to enable where the comma separated list was not parsed
    correctly.
    skoranda committed Nov 29, 2018
    Copy the full SHA
    5d463b4 View commit details

Commits on May 30, 2018

  1. Update php image tag to php:7.0-apache-jessie

    Update the base image tag from php:7.0-apache to php:7.0-apache-jessie
    since php:7.0-apache now uses stretch as a base and the package
    dependencies need to be evolved before just switching to stretch.
    skoranda committed May 30, 2018
    Copy the full SHA
    7a0285a View commit details

Commits on Apr 24, 2018

  1. Copy the full SHA
    fdfcc07 View commit details

Commits on Nov 8, 2017

  1. Force schema update and enable plugin

    Add functionality to allow an environment variable to indicate that the
    COmanage database schema should be updated (./Console/cake database).
    This is helpful when deploying a new version of the code that does not
    result in a change in the version number and so upgradeVersion does not
    fire. An example of this scenario is when new code is introduced in the
    develop branch but before a release happens.
    
    Also add functionality to allow an environment variable to indicate that
    a non-core plugin should be enabled.
    skoranda committed Nov 8, 2017
    Copy the full SHA
    2c718cc View commit details

Commits on Aug 4, 2017

  1. Moved registry build later in Dockerfile template

    Moved the registry build and all COmanage specific
    environment varilables later in the Dockerfile template
    so that more layers can be reused when changing
    COmanage registry versions.
    skoranda committed Aug 4, 2017
    Copy the full SHA
    0bc5b0c View commit details

Commits on Jul 14, 2017

  1. Changed layout of COmanage Registry local directory

    Changed layout so that /local is a symlink to
    /srv/comanage-registry/local instead of the other way
    around so that plugins can easily reference files under
    /srv/comanage-registry/app such as the StandardController
    view files add.ctp and edit.ctp.
    skoranda committed Jul 14, 2017
    Copy the full SHA
    0ab71bd View commit details

Commits on Jun 12, 2017

  1. ServerName for Apache HTTP Server

    The ServerName for Apache HTTP Server may now be injected
    using the environment variable SERVER_NAME. If not injected
    then the entrypoint scripts will attempt to determine the
    value for ServerName from the X.509 certificate for HTTPS.
    skoranda committed Jun 12, 2017
    Copy the full SHA
    ff8b582 View commit details
  2. Removed HTTPS chain configuration

    Since the Apache version used in the images is recent enough
    that SSLCertificateChainFile is obsoleted removed the ability
    to inject an explicit chain file and updated the documentation to
    note that the intermediate CA signing certificates should be
    included with the server certificate sorted from leaf to root.
    skoranda committed Jun 12, 2017
    Copy the full SHA
    1e28ad3 View commit details

Commits on May 28, 2017

  1. Copy the full SHA
    8dc5b09 View commit details

Commits on May 21, 2017

  1. Copy the full SHA
    99a8954 View commit details
  2. Copy the full SHA
    e470fd6 View commit details

Commits on May 1, 2017

  1. enable simple evaluation

    skoranda committed May 1, 2017
    Copy the full SHA
    0fafe55 View commit details
  2. Copy the full SHA
    6343957 View commit details
  3. better COmanage entrypoint

    skoranda committed May 1, 2017
    Copy the full SHA
    95f1385 View commit details
  4. better HTTPS configuration

    skoranda committed May 1, 2017
    Copy the full SHA
    51e4af3 View commit details

Commits on Apr 10, 2017

  1. Copy the full SHA
    74af154 View commit details

Commits on Feb 14, 2017

  1. Copy the full SHA
    4d5e65f View commit details

Commits on Feb 13, 2017

  1. Copy the full SHA
    43a4971 View commit details