Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JiveDotNetSDK #9

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 27, 2016

  1. Add Get Tags search function

    cnorick committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    6b65702 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Configuration menu
    Copy the full SHA
    3e63759 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Add ObjectType enum

    cnorick committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    069c2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6f702 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Add Security Group

    cnorick committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0dcf7ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Add Security Groups Client

    cnorick committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    a43872b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4534a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Fix idea vote creation not creating a vote

    Jive had a problem with the created, published, and voter->jive fields,
     and was throwing the error code 500. This was ignored but is now
     thrown by IdeaVotesClient.CreateVote(). Also, those three field as well
     as every field except the "promoted" field were removed from the json
     to elimintate errors. Also, PostAbsolute() is run within a RunAs so
     that the vote is correctly attributed to the voter passed in within the
     IdeaVote.
    bsergent committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    45fc60b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Add RsvpClient and PeopleClient.Update(Person)

    +PeopleClient.Update(Person)
    +RsvpClient
    *Make sure that JiveClient.RunAs() sets _imposter back to null if
     method() throws an exception
    bsergent committed May 11, 2017
    Configuration menu
    Copy the full SHA
    b8bcd54 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Increase push back from 20 to 30s on DESClient

    GetActivity() was failing about once every 5 or so tries. Increasing the
     compensation seems to have removed the occasional error.
    bsergent committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    82b6757 View commit details
    Browse the repository at this point in the history