Skip to content

Releases: felixrupp/user_cas

1.10.0: Compatibility Release

29 May 14:52
Compare
Choose a tag to compare
  • Adds compatibility for owncloud 10.10 and up to Nextcloud 24 with PHP 8.0
  • Bumps phpCAS library to 1.5.0

1.9.0: Big feature release

07 Feb 16:32
Compare
Choose a tag to compare
  • Add setting to allow json-decode for mapped group attribute (see: Issue #51)
  • Add mapping for user-id attribute (see: Issue #70)
  • Add setting for adding default group, based on the user’s name and an optional prefix (see: Issue #75)
  • Add setting to protect public share links with CAS (see: Issue #93)
  • Possibly fixes WEBDAV problems (see: Issues #57 and #94)
  • Bumps phpCAS library to 1.3.9

1.8.7 Compatibility Release

19 Dec 18:30
Compare
Choose a tag to compare
  • Raises compatibility to ownCloud 10.6 and Nextcloud 20
  • Changes the phpCAS Version to specify 1.3.5 or higher (was >= 1.3 before)

1.8.6 Compatibility Release

17 Aug 13:36
Compare
Choose a tag to compare
  • Raises compatibility to ownCloud 10.5 and Nextcloud 19
  • Fixes a static file path to the CAS login button logo on ownCloud

1.8.5 BugFix Release

10 Apr 15:27
Compare
Choose a tag to compare
  • Improves SingleSignout to only remove CAS authtokens
  • Fixes Nextcloud login-flow bug (see Issue #69) - thanks to @pingou2712

1.8.4 Bugfix Release

01 Apr 10:15
Compare
Choose a tag to compare
  • Adds option to disable SingleSignout requests to the ownCloud/Nextcloud instance in admin panel
  • Adds missing translations for options and readme entries

1.8.3 Bugfix release

31 Mar 14:51
Compare
Choose a tag to compare
  • Fixes SingleSignOut feature - thanks to @pingou2712
  • Fixes wrong link to Nextcloud AppStore in Readme - thanks to @Emi94

1.8.2 Compatibility Release

18 Mar 17:21
Compare
Choose a tag to compare
  • Raises compatibility to ownCloud 10.4
  • Adds section in README to describe how to disable code integrity checks on dev setups

1.8.1 Bugfix release

06 Feb 12:45
Compare
Choose a tag to compare
  • Raises compatibility to Nextcloud 18

  • Fixes Nextcloud 18 WebDAV bug - thanks to @landryb

  • Fixes internal ip checks for »Don’t use Multi-Factor-Authentication on these client-IPs«

  • Fixes typo in acceptedStrength [ECAS]

1.8.0 Big Feature Release with Single-Logout support, etc.

02 Dec 15:38
Compare
Choose a tag to compare
  • Drops compatibility for Nextcloud 13

  • Raises compatibility to Nextcloud 17

  • Fixes a redirect error with enabled enforce-authentication and non-authorized users

  • Fixes a security bug, where a user, not authorized by any groups, still had the possibility to gain access to a read only account

  • Fixes deprecated quota handling: all quotas should now be handled correctly (even 'none' and 'default')

  • Adds option to overwrite the CAS login button’s label

  • Adds option to keep CAS-ticket-ids in URL (see Issue #17)

  • Adds feature to use CAS Single-Logout

  • Bumps phpCAS library to 1.3.8