cas_server 2.1.2

Security update
Bug fixes

This is a security update. All users of the CAS Server module are strongly encouraged to update.

This release improves how the XML responses are built to ensure the serverResponse is returned as valid XML.

Bugs

  • Build CAS service response using DOMDocument for well structured XML.

Tasks

  • Fix tests for different XML quoting.

cas_server 2.0.3

Security update
Bug fixes

This is a security update. All users of the CAS Server module are strongly encouraged to update.

This release improves how the XML responses are built to ensure the serverResponse is returned as valid XML.

Bugs

  • Build CAS service response using DOMDocument for well structured XML.

Tasks

  • Fix tests for different XML quoting.

cas_server 2.1.1

Bug fixes
Insecure

Bug fix for missing attributes in CAS response.

Bugs

  • #3521968 by gorkagr, elc: Fix wrong use of "?:".

cas_server 2.1.0

Bug fixes
Insecure

Re-introduce SQLite support in the database schema. This was erroneously removed when PostgreSQL support was added to the expiration field.

Upgrading from 2.0.x

This branch moves numerous interface and class files while keeping their names the same. This will confuse PHP if any kind of caching is present: APC, APCu, Redis, etc. Composer autoload files should also be regenerated. If Drupal complains about missing files or interfaces; Flush everything, restart everything; caches, web service, php-fpm service.

cas_server 2.0.2

Bug fixes
Insecure
Insecure

Re-introduce SQLite support in the database schema. This was erroneously removed when PostgreSQL support was added to the expiration field.

cas_server 2.1.0-rc1

New features
Insecure

Drupal 11 release candidate.

Upgrading from 2.0.x

This branch moves numerous interface and class files while keeping their names the same. This will confuse PHP if any kind of caching is present: APC, APCu, Redis, etc. Composer autoload files should also be regenerated. If Drupal complains about missing files or interfaces; Flush everything, restart everything; caches, web service, php-fpm service.

cas_server 2.0.1

Bug fixes
New features
Insecure
Insecure

Release compatible with 10.3 session issue.

Added option: Login Ticket timeout

The Login Ticket (LT) is now stored in the database, with a default timeout of 900 seconds. If a user sits at the CAS login page for more then 15 minutes (default), their LT will no longer be valid and they will be dumped back an empty login page. LT timeout can be set on the CAS Server settings page.

cas_server 3.0.x-dev

Bug fixes
New features

Updating code to a minimum of Drupal 10.3 and PHP 8.1 compatibility and features.

Upgrading from 2.0.x

This branch moves numerous interface and class files while keeping their names the same. This will confuse PHP if any kind of caching is present: APC, APCu, Redis, etc. Composer autoload files should also be regenerated. If Drupal complains about missing files or interfaces; Flush everything, restart everything.

cas_server 2.1.x-dev

Upgrading from 2.0.x

This branch moves numerous interface and class files while keeping their names the same. This will confuse PHP if any kind of caching is present: APC, APCu, Redis, etc. Composer autoload files should also be regenerated. If Drupal complains about missing files or interfaces; Flush everything, restart everything; caches, web service, php-fpm service.

cas_server 2.0.0

Bug fixes
New features
Insecure
Insecure

Stable release of Drupal 10 capable version.

cas_server 8.x-1.1

Bug fixes
New features
Unsupported

NB: This release removes Drupal 10 support from this branch. For D10 support, see the 2.0.x branch

This release reverts Drupal 10 changes to the branch which made it break on D8 sites. This will be the last release on this branch. All further dev will be in the 2.0.x branch and Drupal 10+

cas_server 8.x-1.1-rc1

Bug fixes
New features
Unsupported

NB: This release removes Drupal 10 support from this branch. For D10 support, see the 2.0.x branch

This release reverts Drupal 10 changes to the branch which made it break on D8 sites.

cas_server 2.0.0-rc1

Bug fixes
New features
Insecure
Insecure

Drupal 9.1 and 10 specific release branch.

Drupal 8 support has been dropped, although still supported by the 8.x-1.x branch. This is due to Event Dispatcher changes.

cas_server 2.0.x-dev

Drupal 9/10 support has been separated out into this branch.

Drupal 8 support has been removed from this branch as it uses the newer Event Dispatcher classes.

As this is a dev release, please check on the issue tracker and git site for all changes.

This branch is no longer under development.

cas_server 8.x-1.0

Bug fixes
Unsupported

Compatibility with Drupal 10

NB: Due to bug, this release is NOT compatible with Drupal 8

cas_server 8.x-1.0-beta2

Bug fixes
New features
Unsupported

Changes since 8.x-1.0-beta1:

* Allow ticket username to be altered
* Add uid to ticket store
* #2925472 by jeroenvanlent, gorkagr: Allow adding custom CAS Attributes
* Cleanup coding standards
* #2819351 by ajdonnison: Fixes invalid renew database entry
* #2800251: Notice: Undefined variable: debug_logger in Drupal\cas_server\Form\UserLogin->__construct() RTBC to fix a notice
* #2925577: Do not present login form when user is already logged in high priority issue with patch

cas_server 8.x-1.0-beta1

New features
Unsupported

First beta for the 8.x branch. Should contain all mandatory features specified by version 3.0 of the CAS protocol.

Subscribe with RSS Subscribe to Releases for Central Authentication System (CAS) Server