Bug 36575: Adjust checkpw_internal to return patron
[koha.git] / C4 / Auth.pm
2024-06-06 Nick ClemensBug 36575: Adjust checkpw_internal to return patron
2024-06-06 Martin RenvoizeBug 36575: (QA follow-up)
2024-06-06 Nick ClemensBug 36575: Return correct patron when there is a shared...
2024-06-06 Martin RenvoizeBug 26176: (QA follow-up) Also rename StaffLoginBranchB...
2024-06-06 Martin RenvoizeBug 26176: (QA follow-up) Branch -> Library
2024-06-06 Nick ClemensBug 26176: Rename AutoLocation to StaffLoginRestrictBra...
2024-05-29 Nick ClemensBug 36908: Sort branches based on branchcode
2024-05-29 Nick ClemensBug 36665: (follow-up) Allow choosing a branch with...
2024-05-29 Nick ClemensBug 36665: (follow-up) Wrap code block in type ne ...
2024-05-29 Nick ClemensBug 36665: Add option to set the staff user's logged...
2024-05-29 Kyle M HallBug 36378: Cannot stay logged in if AutoLocation is...
2024-05-23 Nick ClemensBug 23102: 404 errors on page causes SCI user to be...
2024-03-11 Tomas Cohen AraziBug 36056: Clarify subpermissions AND behavior
2024-03-11 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-19 Jonathan DruartBug 36092: Pass sessionID at the end of get_template_an...
2024-02-19 Jonathan DruartBug 36092: Pass the sessionID from checkauth if we...
2024-02-19 Jonathan DruartBug 35918: Fix auto library connect (AutoLocation)
2024-02-19 Jonathan DruartBug 35890: Reject login if IP is not valid
2024-02-19 Jonathan DruartBug 35890: Remove var loggedin
2024-02-19 Victor Grousset... Bug 35904: (QA follow-up): tidy up code
2024-02-19 Jonathan DruartBug 35904: Make C4::Auth::checkauth testable easily
2024-02-15 Andreas JonssonBug 36034: (bug 34893 follow-up) fix capture of return...
2024-01-29 Tomas Cohen AraziBug 34893: Unit tests for C4::Auth::checkpw
2024-01-29 Kyle M HallBug 34893: (QA follow-up) Tidy code for qa script
2024-01-29 Kyle M HallBug 34893: ILS-DI can return the wrong patron for Authe...
2023-11-10 Aleisha AmohiaBug 35008: Make ILS-DI not require auth when OpacPublic...
2023-11-03 Marcel de RooyBug 35231: Resolve crash on unexisting patron in Auth
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-24 Matt BlenkinsopBug 15504: Add triggers to instances of track_login_daily
2023-10-24 Matt BlenkinsopBug 15504: Update track_login_daily to accept triggers
2023-10-20 Kyle M HallBug 31357: Separate holds history from intranetreadingh...
2023-10-19 Martin RenvoizeBug 32721: (QA follow-up) Drop fields from API response
2023-10-19 Matt BlenkinsopBug 32721: (QA follow up) - fix QA issues
2023-09-25 David CookBug 34513: Set auth state correctly when changing auth...
2023-09-25 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-08-08 David CookBug 33881: Clear self-check JWT during auth kick out
2023-08-08 Kyle M HallBug 30524: (QA follow-up) Only generate CSRF token...
2023-08-07 Martin RenvoizeBug 30524: Core CSRF checking code
2023-07-18 Tomas Cohen AraziBug 34288: (follow-up) Tidy block
2023-07-18 Tomas Cohen AraziBug 34288: Allow access to the cataloguing module with...
2023-07-05 Marcel de RooyBug 33879: Do no longer overwrite interface in check_co...
2023-05-26 Jonathan DruartBug 33815: Do not explode if logged in user modify...
2023-05-23 Jonathan DruartBug 33663: Pass 'suggestion' to the OPAC templates...
2023-05-05 Katrin FischerBug 33197: Rename GDPR_Policy system preference
2023-03-13 Lucas GassBug 30624: Add loggedinlibrary permission and DB update
2023-02-27 David CookBug 32205: Remove unnecessary syspref template params...
2023-01-10 Marcel de RooyBug 32208: Adjust Auth.pm for relogin without perms
2023-01-10 Marcel de RooyBug 31908: Resolve second login with another userid
2023-01-10 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...
next