Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 30, 2021

  1. Handle non-existing groups gracefully

    Grouper returns status code of 500 if we ask specifically
    for a group that does not exist. This is now handled correctly.
    
    Resolves MID-6756 and MID-6900.
    mederly committed Mar 30, 2021
    Copy the full SHA
    3517396 View commit details

Commits on Nov 25, 2019

  1. Rename exportStem config param to baseStem

    Also changed connector version to 0.6.
    mederly committed Nov 25, 2019
    Copy the full SHA
    f4a934e View commit details

Commits on Nov 23, 2019

  1. Copy the full SHA
    8d410ad View commit details
  2. General cleanup of connector code

    Obsolete features like support for __ACCOUNT__ and __GROUP__ object
    classes were removed. Currently the connector supports only PlainGroup
    object class that contains a list of group members.
    
    The code was generally cleaned up and refactored to improve
    understandability and maintainability. Unnecessary dependencies were
    removed to reduce JAR size.
    
    Version was increased to 0.5.
    mederly committed Nov 23, 2019
    Copy the full SHA
    9eaa7f0 View commit details

Commits on Jul 29, 2019

  1. Fix group exclusion support in plain-group case

    Plus change version to 0.4.
    mederly committed Jul 29, 2019
    Copy the full SHA
    6cf1716 View commit details

Commits on Jun 12, 2019

  1. Copy the full SHA
    7dc965e View commit details

Commits on Jun 11, 2019

  1. Add support for "plain groups"

    In this mode the Grouper resource is seen as a set of groups,
    each consisting of a set of members IDs.
    mederly committed Jun 11, 2019
    Copy the full SHA
    00e9021 View commit details

Commits on Mar 26, 2019

  1. Fix logging code

    mederly committed Mar 26, 2019
    Copy the full SHA
    50c46ab View commit details
  2. Implement stem-less operation

    mederly committed Mar 26, 2019
    Copy the full SHA
    f3701b7 View commit details

Commits on Mar 19, 2019

  1. Copy the full SHA
    fe005e3 View commit details

Commits on Mar 18, 2019

  1. Copy the full SHA
    1ce6359 View commit details
  2. Copy the full SHA
    87ec525 View commit details