Bug 36034: (bug 34893 follow-up) fix capture of return values from checkpw
[koha.git] / C4 / Auth.pm
2024-02-23 Andreas JonssonBug 36034: (bug 34893 follow-up) fix capture of return...
2024-02-22 Jonathan DruartBug 35918: Fix auto library connect (AutoLocation)
2024-02-22 Jonathan DruartBug 35890: Remove var loggedin
2024-02-22 Jonathan DruartBug 35890: Reject login if IP is not valid
2024-01-26 Tomas Cohen AraziBug 34893: Unit tests for C4::Auth::checkpw
2024-01-26 Kyle M HallBug 34893: (QA follow-up) Tidy code for qa script
2024-01-26 Kyle M HallBug 34893: ILS-DI can return the wrong patron for Authe...
2023-10-17 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-09-28 David CookBug 34513: Set auth state correctly when changing auth...
2023-07-28 David CookBug 33881: Clear self-check JWT during auth kick out
2023-07-28 Kyle M HallBug 30524: (QA follow-up) Only generate CSRF token...
2023-07-28 Martin RenvoizeBug 30524: Core CSRF checking code
2023-07-19 Tomas Cohen AraziBug 34288: (follow-up) Tidy block
2023-07-19 Tomas Cohen AraziBug 34288: Allow access to the cataloguing module with...
2023-07-18 Marcel de RooyBug 33879: Do no longer overwrite interface in check_co...
2023-06-08 Jonathan DruartBug 33815: Do not explode if logged in user modify...
2023-06-08 Jonathan DruartBug 33663: Pass 'suggestion' to the OPAC templates...
2023-05-12 Katrin FischerBug 33197: Rename GDPR_Policy system preference
2023-03-01 David CookBug 32205: Remove unnecessary syspref template params...
2022-12-19 Marcel de RooyBug 32208: Adjust Auth.pm for relogin without perms
2022-12-19 Marcel de RooyBug 31908: Resolve second login with another userid
2022-12-19 Marcel de RooyBug 31908: Replace an exit by a safe_exit in Auth.pm...
2022-11-15 Agustin MoyanoBug 32178: (follow-up) Transform 'staff' interface...
2022-11-15 Agustin MoyanoBug 32178: Remove security breach introduced in bug...
2022-11-08 Agustin MoyanoBug 31378: Add the API-based auth mechanism to C4:...
2022-11-04 Jonathan DruartBug 32066: Check 2FA pref in check_cookie_auth
2022-10-24 Marcel de RooyBug 31495: Allow opac-page when enforcing GDPR policy
2022-10-21 Marcel de RooyBug 30588: (QA follow-up) Clear waiting-for-2FA-setup...
2022-10-21 Marcel de RooyBug 30588: (QA follow-up) Auth - remove two warns and...
2022-10-21 Jonathan DruartBug 30588: Add the option to require 2FA setup on first...
2022-10-21 Jonathan DruartBug 30588: Adjust existing occurrences of TwoFactorAuth...
2022-10-04 Alex BuckleyBug 31333: (follow-up) Handle anonymous patrons making...
2022-10-04 Alex BuckleyBug 31333: Add ability to make purchase suggestions...
2022-09-22 David CookBug 31389: Calculate user permissions in separate function
2022-09-22 David CookBug 29744: Remove unnecessary condition in C4::Auth...
2022-09-22 Martin RenvoizeBug 29744: Harmonize psgi/plack detection methods
2022-09-07 Katrin FischerBug 31401: Update administration sidebar to match entri...
2022-08-17 Nick ClemensBug 31382: Pass password_has_expired param to templte
2022-08-16 Jonathan DruartBug 27342: Remove dbh from C4::Auth
2022-08-16 Jonathan DruartBug 27342: Improve test for OPAC
2022-08-09 Jonathan DruartBug 28787: Don't request a token if no email address...
2022-07-29 Jonathan DruartBug 31247: Fix OPAC authentication when 2FA is enabled
2022-07-28 Jonathan DruartBug 31244: Fix 500 if logout and not logged in
2022-06-01 Jonathan DruartBug 30842: 2FA - Allow at least one old TOTP
2022-05-06 Nick ClemensBug 29925: (follow-up) Allow password reset when OpacPu...
2022-05-06 Tomas Cohen AraziBug 29924: Avoid leaking information on wrong credentials
2022-05-06 Nick ClemensBug 29924: Update ILSDI to be aware of expired passwords
2022-05-06 Nick ClemensBug 29924: Add password expiration feature
2022-04-21 Jonathan DruartBug 28786: Correctly inherit from Auth::GoogleAuth
2022-04-21 Jonathan DruartBug 28786: Improve readability in C4::Auth::checkauth
2022-04-21 Jonathan DruartBug 28786: Two-factor authentication for staff client...
2022-04-13 Owen LeonardBug 26019: Koha should set SameSite attribute on cookies
2022-04-12 Marcel de RooyBug 29957: Let check_api_auth return created cookie
2022-04-12 Marcel de RooyBug 29957: Adjust push @$cookie statements in Auth
2022-04-12 Marcel de RooyBug 29957: Replace clear_all_cookies in Auth.pm
2022-04-12 Jonathan DruartBug 29957: Clear cookies on logout
2022-04-08 Jonathan DruartBug 29609: Centralized code to build the link to a...
2022-03-25 Marcel de RooyBug 29915: Prevent bad cookie from corrupted session
2022-03-22 Marcel de RooyBug 29915: (QA follow-up) Add a comment in checkauth...
2022-03-22 Marcel de RooyBug 29915: (QA follow-up) Fix POD typo
2022-03-22 Marcel de RooyBug 29915: Tiny session adjustments
2022-03-22 Marcel de RooyBug 29915: Changes for get_session and check_cookie_auth
2022-03-22 Jonathan DruartBug 29915: Don't generate a new session ID for anonymou...
2022-03-15 Aleisha AmohiaBug 19532: Database and installer stuff
2022-02-25 Martin RenvoizeBug 28955: (follow-up) Set to fall back
2022-02-25 Martin RenvoizeBug 28955: Add OPAC_BRANCH_DEFAULT
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-03 Nick ClemensBug 29914: (QA follow-up) Add comment to explain last...
2022-02-03 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-02-03 David CookBug 28735: Self-checkout users can access opac-user...
2021-11-08 OwenBug 24224: Convert OpacNavBottom system preference...
2021-11-08 Owen LeonardBug 24223: Convert OpacNav system preference to additio...
2021-11-05 Jonathan DruartBug 29180: Rename syspref RequestOnOpac with OPACHoldRe...
2021-11-03 Jonathan DruartBug 28417: Don't require C4::Auth_with_cas from opac...
2021-11-03 Jonathan DruartBug 28417: Don't use C4::Auth_with_cas if CAS is not...
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-18 Jonathan DruartBug 28785: Don't send SessionRestrictionByIP to template
2021-10-18 Jonathan DruartBug 28785: Add skip_version_check for checkauth
2021-10-18 Jonathan DruartBug 28785: Centralize cookie auth check in check_cookie...
2021-09-20 Nick ClemensBug 28847: Cleanup of branch limitsand fix OPAC_SEARCH_...
2021-08-16 Jonathan DruartBug 12561: Remove non-XSLT views
2021-07-22 Jonathan DruartBug 28660: (bug 21325 follow-up) Fix auto self check
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-16 Jonathan DruartBug 28606: Remove warning from C4::Auth 887
2021-06-24 Jonathan DruartBug 28571: Remove C4::Auth::_session_log
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-22 Jonathan DruartBug 28590: Remove get_shelves_userenv and set_shelves_u...
2021-06-21 Jonathan DruartBug 28388: Preserve "Browse results" when "view plain...
2021-06-17 David CookBug 28519: Put CGI::Session::Serialize::yamlxs in lib...
2021-06-14 Jonathan DruartBug 28489: Don't deal with encoding during the serializ...
2021-06-14 Andrew NuggedBug 28489: POD - CGI::Session::Serialize::yamlxs for...
2021-05-19 Jonathan DruartBug 28317: Use the default CGI::Session serializer
2021-04-16 David CookBug 21325: Prevent authentication when sending userid...
2021-03-04 Jonathan DruartBug 22824: Remove C4::Boolean, true_p, boolean_preferen...
2021-02-09 Martin RenvoizeBug 18506: (QA follow-up) opacShibOnly -> OPACShibOnly
2021-02-09 Martin RenvoizeBug 18506: Add xShibOnly preference for Shibboleth...
2021-01-27 Jonathan DruartBug 14004: Set the syspref's value to an empty string
2021-01-27 Fridolin SomersBug 14004: Add OpacAdditionalStylesheet and opaclayouts...
2021-01-27 Fridolin SomersBug 14004: Add ability to temporarily disable JS/CSS...
2021-01-20 Owen LeonardBug 27324: (follow-up) Remove references to intranetboo...
next