Skip to content

Releases: kevinoconnor7/osTicket-auth-cas

Version 1.2.2

29 Nov 14:43
9840f22
Compare
Choose a tag to compare

What's Changed

  • fix: ensure Config::tranlate() is static by @larueli in #33
  • fix: rename config to cas_config in CasClientAuthBackend and CasStaffAuthBackend by @larueli in #36

New Contributors

Full Changelog: v1.2.1...v1.2.2

Version 1.2.1

22 Nov 19:34
40a7c48
Compare
Choose a tag to compare
  • Fixes a bug where you can get stuck in a login loop for the agent panel with osTicket 1.15 (#28)

Version 1.2.0

23 Oct 16:29
5024c7b
Compare
Choose a tag to compare

changes:

  • make phpCAS.log platform-independent (relies on $TEMP)
  • update help text on config page
  • bump phpCAS version from 1.3.5 to 1.3.8

additions:

  • new custom attributes box on config page that map claim attributes
    to Contact Information form fields. these fields are merged with
    existing profile information (email, name) and are optional.
  • ability to change the username assigned to the osTicket account
    based on form field

Version 1.1.7

13 Oct 16:40
5c0dbcc
Compare
Choose a tag to compare

Minor release with the following fixes:

  • E-mail suffix configuration is assumed to be prefixed with @.

Version 1.1.6

28 May 16:21
b1be04a
Compare
Choose a tag to compare

Minor update with support for specifying the CAS Protocol version to use. Thanks @bpalme for this contribution!

Version 1.1.5

25 Jun 16:11
f2758f6
Compare
Choose a tag to compare

This is a minor update, however it does included an updated version of phpCAS (v1.3.5) which addresses multiple CVEs (CVE-2012-5583, CVE-2010-2795, CVE-2010-2796,CVE-2010-3690,CVE-2010-3691,CVE-2010-3692, CVE-2012-1104, CVE-2012-1105).

It is highly recommended that you upgraded to osTicket-auth-cas >= v1.1.5.

Notes:

  • Added a missing empty() check (#15).
  • Updated phpCAS to version 1.3.5.

Release v1.1.4

26 Mar 15:54
4501288
Compare
Choose a tag to compare

This a minor feature update release.

  • Fixes a bug where the agent login didn't follow to the destination

Release v1.1.3

20 Dec 17:25
c01d783
Compare
Choose a tag to compare

This a minor feature update release.

  • Adds support for a custom service name.

Release v1.1.2

11 Oct 23:36
fc64b8c
Compare
Choose a tag to compare

This a minor feature update release.

  • A new setting has been created to force client registration. This setting is helpful if public registration is disabled.

Release v1.1.1

10 Oct 03:14
b1c053b
Compare
Choose a tag to compare

Minor bug fix release.

  • Fixes a fatal error on PHP 5.5 due to unsafe empty() call.