Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Auth_with_cas.pm
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2018-03-23 Kyle M HallBug 19160: Add POD
2018-03-23 Kyle M HallBug 19160: Remove tab characters causing qa script...
2018-03-23 Ulrich KleiberBug 19160: (follow-up) Fix problems introduced by renam...
2018-03-23 Jonathan DruartBug 19160: Isolate CAS code into its own module
2018-03-23 Jonathan DruartBug 19160: Move the code from controller to C4::Auth_wi...
2018-03-23 Chris CormackBug 19160: CAS Single logout
2017-10-16 Jonathan DruartBug 19373: CAS logout - Redirect to the previous page...
2017-08-25 Chris CormackBug 18046: CAS logout infinite redirect
2016-11-07 Matthias MeusburgerBug 17481: Fix incorrect merge of bug 11048 (logout...
2016-08-05 Mark TompsettBug 16622: some tests triggered by prove t fail for...
2016-08-04 Jesse WeaverBug 16818: External auth redirect broken under Plack
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2015-07-20 Mark TompsettBug 14121: Silence warnings t/db_dependent/Auth_with_cas.t
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-08 Matthias MeusburgerBug 13507: Add intranet support for CAS authentication
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-08-01 Julian MauriceBug 12398: Fix CAS authentication validation
2014-05-05 Matthias MeusburgerBug 11048: Fix logout redirection for CAS authentication
2014-05-05 Fridolin SomersBug 11219: (follow-up) fetch only URL parameters
2014-05-05 Fridolyn SOMERSBug 11219: make CAS authentication work with URL parameters
2013-10-03 Jonathan DruartBug 10927: remove disused C4::Utils module
2013-07-02 Fridolyn SOMERSBug 10029 - CAS authentication fails in OPAC reserve
2012-06-27 Matthias MeusburgerBug 8279: CAS Debugging improvements
2012-06-11 Chris CormackBug 7941 : Fix version numbers in modules
2012-03-22 Julian MauriceBug 7745: Wrong service name for CAS authentification
2011-10-12 Chris CormackBug 5630 CAS improvements
2011-09-02 Chris CormackRevert "Bug 5630 CAS improvements"
2011-08-10 Chris CormackBug 5630 CAS improvements
2010-04-23 Matthias MeusburgerMT3186: Remove warnings from Auth_with_cas
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2009-11-23 Matthias MeusburgerAdded debug mode for CAS warn messages
2009-11-23 Henri-Damien LAURENTSecond CAS version : CAS and non-CAS login can coexist
2009-11-23 Matthias MeusburgerMoved CAS configuration from config file to sysprefs
2009-11-23 Henri-Damien LAURENTFirst CAS version : when CAS is enabled, login through...