Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-cas/python-cas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mrForce/python-cas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 7 files changed
  • 8 contributors

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    2f17ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc37b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    fa3c039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f05ea View commit details
    Browse the repository at this point in the history
  3. pep8 compliance

    jeremylongo authored Sep 20, 2016
    Configuration menu
    Copy the full SHA
    5e633cc View commit details
    Browse the repository at this point in the history
  4. Update cas.py

    jeremylongo authored Sep 20, 2016
    Configuration menu
    Copy the full SHA
    999de3f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Merge pull request #3 from jeremylongo/master

    Replace urllib2 calls with requests to avoid SNI issues
    mingchen authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d7bf775 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Configuration menu
    Copy the full SHA
    ff66f6b View commit details
    Browse the repository at this point in the history
  2. Release 1.2.0

    mingchen committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    92fa236 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Improve CASv2 XML parsing when user node is nested under a non-standa…

    …rd node
    François Voron
    François Voron committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0a0009e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Merge pull request #4 from Nereo/master

    Improve CASv2 XML parsing when response is not standard
    evgenyfadeev authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    a78b0b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Update URL suffix for CAS v3 serviceValidate

    Per specification, CAS v3 should use a different URI, which can return
    authentication or user attributes:
    https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol-Specification.html#2-cas-uris
    intgr committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    1633981 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Merge pull request #5 from intgr/cas-v3-uri

    Update URL suffix for CAS v3 serviceValidate
    evgenyfadeev authored May 8, 2017
    Configuration menu
    Copy the full SHA
    5a8850e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Add method verify_logout_request

    Adds a new method which makes it easy to verify logout requests for SLO
    divad authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    6e68475 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Add lxml to setup.py

    lxml is missing from setup requirements
    l4sh authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    3e27bbd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Merge pull request #8 from l4sh/patch-1

    Add lxml to setup.py
    evgenyfadeev authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    8b35b9a View commit details
    Browse the repository at this point in the history
  2. Update cas.py

    divad authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    c5f16e5 View commit details
    Browse the repository at this point in the history
  3. Update cas.py

    divad authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    d0d2de5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from divad/patch-2

    Add method verify_logout_request
    evgenyfadeev authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ec65b78 View commit details
    Browse the repository at this point in the history
Loading